WebHackersWeapons icon indicating copy to clipboard operation
WebHackersWeapons copied to clipboard

Improve structure

Open hahwul opened this issue 4 years ago • 2 comments

hahwul avatar Dec 25 '21 15:12 hahwul

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...

hahwul avatar Jan 27 '22 15:01 hahwul

Weapons

⚔️ Army-Knife

blahblah

🕵️ Recon

blahblah

🔮 Scanner

blahblah

🔥 Fuzzer

blahblah

🔧 Utils

blahblah

hahwul avatar Jan 27 '22 16:01 hahwul