├── LICENSE ├── README.md ├── install.sh ├── requirements.txt └── wwwordlist.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zarcolio/wwwordlist/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zarcolio/wwwordlist/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zarcolio/wwwordlist/HEAD/install.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.9.0 2 | 3 | -------------------------------------------------------------------------------- /wwwordlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zarcolio/wwwordlist/HEAD/wwwordlist.py --------------------------------------------------------------------------------