Skip to content

Latest commit

 

History

History
82 lines (75 loc) · 3.72 KB

INFO.md

File metadata and controls

82 lines (75 loc) · 3.72 KB

Download

!# Primaries
#----------------------------------------------------------------------#
--> API (Rest)
'[Tiny]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_api_tiny.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_api_tiny.txt"

'[General]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_api.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_api.txt"
#----------------------------------------------------------------------#
--> DNS (Subdomain Bruteforcing | vHosts)
'[Tiny]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_dns_tiny.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_dns_tiny.txt"

'[General]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_dns.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_dns.txt"
#----------------------------------------------------------------------#
--> Spray Pray (Low Hanging Fruits)
'[Mini]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_lhf_mini.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_lhf_mini.txt"

'[Mid]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_lhf_mid.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_lhf_mid.txt"

'[Large]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_lhf_large.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_lhf_large.txt"
#----------------------------------------------------------------------#
--> Spray Pray (General)
'[Mini]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_mini.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_mini.txt"

'[Lowercase]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/Misc/lowercase_misc.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/Misc/lowercase_misc.txt"

'[Massive]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_massive.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/x_massive.txt"

'[Ports]'
curl -qfsSLJO "https://raw.githubusercontent.com/Azathothas/Wordlists/main/Misc/ports_top_20k.txt"
wget -q "https://raw.githubusercontent.com/Azathothas/Wordlists/main/Misc/ports_top_20k.txt"

Methodology : 💾 Fetch || ⏫ Update Wordlists 📙

Use Wordium and fetch default Wordlists
 wordium: 'https://github.com/Azathothas/Arsenal/tree/main/wordium'

Currently Tracked Wordlists

 ~ >  70K --> https://github.com/reewardius/bbFuzzing.txt
 ~ >   5K --> https://github.com/Bo0oM/fuzz.txt
 ~ > 180K --> https://github.com/thehlopster/hfuzz
 ~ > 1.8K --> https://github.com/ayoubfathi/leaky-paths
 ~ > 760K --> https://github.com/six2dez/OneListForAll
 ~ > 1.1M --> https://github.com/rix4uni/WordList

Optimal Goal

 x_api.txt       --> ~ < 100K [Everything API]
 x_api-tiny.txt  --> ~ <  20K [Top Paths || Objects || Verbs]
 x_dns.txt       --> ~ < 100K [Fuzz || Permutate Subdomains]
 x_dns-tiny.txt  --> ~ <  20K [Most Common Subdomains]
 x_mini.txt      --> ~ <  15K [Juicy || Leaky Paths]
 x_lhf_mini.txt  --> ~ <  50K [Top Low Hanging Fruits]
 x_lhf_mid.txt   --> ~ < 100K [Low Hanging Fruits Medium]
 x_lhf_large.txt --> ~ < 500K [Low Hanging Fruits Comprehensive]
 x_massive.txt   --> ~ <   1M [Low Hanging Fruits All]