-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstallation_note.txt
More file actions
36 lines (28 loc) · 1.4 KB
/
Installation_note.txt
File metadata and controls
36 lines (28 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
╔══════════════════════════════════════════════════════════╗
║ INSTALLATION REQUIRED ║
╚══════════════════════════════════════════════════════════╝
This project generator created the basic structure, but you need to
copy the complete Python code from the artifacts.
REQUIRED FILES TO COMPLETE:
---------------------------
1. fuzzai.py (Main CLI - ~300 lines)
2. core/fuzzer.py (~200 lines)
3. core/filters.py (~150 lines)
4. utils/config.py (~80 lines)
5. utils/logger.py (~200 lines)
6. utils/wordlist_resolver.py (~200 lines)
7. ai/selector.py (~150 lines)
8. ai/generator.py (~180 lines)
WHERE TO FIND THEM:
-------------------
Scroll up in the conversation to find the "artifacts" - these are
interactive code blocks that you can copy from.
Each artifact is labeled with the filename - simply:
1. Click on the artifact
2. Copy the entire code
3. Paste it into the corresponding file in this directory
TOTAL TIME: About 5 minutes to copy all files
After copying, run:
pip3 install -r requirements.txt
python3 fuzzai.py -h
Good luck! 🚀