├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── R_spoof.py ├── _config.yml ├── kick3.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/README.md -------------------------------------------------------------------------------- /R_spoof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/R_spoof.py -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/_config.yml -------------------------------------------------------------------------------- /kick3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DDY97/KICKthemOUT3/HEAD/kick3.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | scapy 2 | python-nmap 3 | requests 4 | --------------------------------------------------------------------------------