Skip to content

Commit

Permalink
Removed unused pics
Browse files Browse the repository at this point in the history
  • Loading branch information
zc00l committed Apr 26, 2018
1 parent b8fa8b0 commit 7bc14a3
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ root@pc# ./install.sh
```bash
user@pc$ shellpop --list
```
![Image1](img/photo7.JPG)
![Image1](img/photo8.JPG)


## Generate code for RCE vulnerabilities
Expand All @@ -35,29 +35,33 @@ Bind shells required, necessarily, only --port argument.


### Generating a Python TCP reverse shell to IP 1.2.3.4 at port 443
![Screenshot](img/ex1.JPG?raw=true)
![Screenshot](img/photo9.JPG?raw=true)

### Generating a Python TCP reverse shell to IP 1.2.3.4 at port 443 but using URL-encoding, suitable to use over HTTP protocol.
![Screenshot](img/ex2.JPG?raw=true)
![Screenshot](img/photo10.jpg?raw=true)

### Generating a Python TCP reverse shell to IP 1.2.3.4 at port 443 but encode it to base64 and set-up a wrapper to decode it. This helps when quotes are troublesome.
![Screenshot](img/ex3.JPG?raw=true)
![Screenshot](img/photo11.jpg?raw=true)

### Generating a Python TCP reverse shell to IP 1.2.3.4 at port 443 URL-encoded and encoded to base64 ... Yes, you know the drill!
![Screenshot](img/ex4.JPG?raw=true)
![Screenshot](img/photo12.jpg?raw=true)


### Generating a Powershell bind shell over port 1337
![Screenshot](img/ex5.JPG?raw=true)
![Screenshot](img/photo13.jpg?raw=true)

### Generating a Powershell bind shell over port 1337 encoded in base64
![Screenshot](img/ex6.JPG?raw=true)
![Screenshot](img/photo14.jpg?raw=true)

### TCP is blocked but UDP is not? Let there be shells!
![Screenshot](img/photo15.jpg?raw=true)


## Credits

This code is 100% authored by Andre Marques (@zc00l) and it is made open to public the moment
it was released in his github. Any misuse of this code does not makes the author responsible
for the damage it could cause.
This code is 100% authored by Andre Marques (@zc00l) and it is made open to public the moment it was released in his github.

Any misuse of this code does not makes the author responsible for the damage it could cause.


If you want to add more commands or improve my program, feel free to send me a pull request.
Binary file removed img/ex1.JPG
Binary file not shown.
Binary file removed img/ex2.JPG
Binary file not shown.
Binary file removed img/ex3.JPG
Binary file not shown.
Binary file removed img/ex4.JPG
Binary file not shown.
Binary file removed img/ex5.JPG
Binary file not shown.
Binary file removed img/ex6.JPG
Binary file not shown.
Binary file added img/photo10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo13.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo14.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/photo7.JPG
Binary file not shown.
Binary file added img/photo8.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo9.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bc14a3

Please sign in to comment.