WebHackersWeapons
WebHackersWeapons copied to clipboard
Improve structure
File structure
before: only data.json after:
.
├── data.json
├── types.json
├── tags.json
├── apps
│ ├── amass.json
│ ├── zaproxy.json
│ ├── burpsuite.json
Format
App struct
type App struct {
Name string
Type string
Tags []string
Description string
URL string
Install IAU
Update IAU
}
type IAU struct {
Linux string
MacOS string
Windows string
}
Table format
Army-Knife/SCAN =>
{
"type":"army-knife",
"tags":[
"proxy",
"scan",
]
}
Types
- army-knife
- recon
- fuzz
- util
- wordlist
Tags
- xss
- csrf
- etc...
Weapons
⚔️ Army-Knife
blahblah
🕵️ Recon
blahblah
🔮 Scanner
blahblah
🔥 Fuzzer
blahblah
🔧 Utils
blahblah