├── README.md ├── batch_result └── 20181212002851 │ └── success.txt ├── demo ├── p0.png ├── p1.png ├── p2.png ├── p3.png └── p4.png ├── requirements.txt ├── tp5-getshell.py └── urls.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/README.md -------------------------------------------------------------------------------- /batch_result/20181212002851/success.txt: -------------------------------------------------------------------------------- 1 | shell in here -------------------------------------------------------------------------------- /demo/p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/demo/p0.png -------------------------------------------------------------------------------- /demo/p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/demo/p1.png -------------------------------------------------------------------------------- /demo/p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/demo/p2.png -------------------------------------------------------------------------------- /demo/p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/demo/p3.png -------------------------------------------------------------------------------- /demo/p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/demo/p4.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.20.0 2 | beautifulsoup4==4.6.3 3 | -------------------------------------------------------------------------------- /tp5-getshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/tp5-getshell.py -------------------------------------------------------------------------------- /urls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/tp5-getshell/HEAD/urls.txt --------------------------------------------------------------------------------