https://github.com/an4kein/gorevpop
With this tool you can generate easy and sophisticated reverse shell commands to help you during penetration tests
https://github.com/an4kein/gorevpop
gohacking hacking hacks hackthebox htb offensive-security oscp payloads pentest popshell pwk redteam reverseshell revshell seginfo shell
Last synced: about 2 months ago
JSON representation
With this tool you can generate easy and sophisticated reverse shell commands to help you during penetration tests
- Host: GitHub
- URL: https://github.com/an4kein/gorevpop
- Owner: an4kein
- License: gpl-3.0
- Created: 2020-07-12T01:05:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T04:52:22.000Z (over 5 years ago)
- Last Synced: 2024-06-20T10:56:43.325Z (over 1 year ago)
- Topics: gohacking, hacking, hacks, hackthebox, htb, offensive-security, oscp, payloads, pentest, popshell, pwk, redteam, reverseshell, revshell, seginfo, shell
- Language: Go
- Homepage:
- Size: 1.18 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorevpop
With this tool you can generate easy and sophisticated reverse shell commands to help you during penetration tests
### Gorevpop Generate Reverse Shell
-------------------------------
Author: an4kein
Email: anakein@protonmail.ch

### Download , Install and use into Linux
```
➜ ~ cd /opt
➜ /opt git clone https://github.com/an4kein/gorevpop.git
Cloning into 'gorevpop'...
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 14 (delta 5), reused 9 (delta 2), pack-reused 0
Unpacking objects: 100% (14/14), 1.11 MiB | 27.00 KiB/s, done.
➜ /opt
➜ /opt cd gorevpop
➜ gorevpop git:(master) ✗ ls
bin LICENSE main.go README.md
➜ gorevpop git:(master) ✗ go run main.go
Gorevpop Generate Reverse Shell
-------------------------------
Author: an4kein
Email: anakein@protonmail.ch
With this tool you can generate easy and sophisticated reverse shell commands to help you during penetration tests.
Usage: .\gorevpop
Example: .\gorevpop 1 127.0.0.1 1337
Payloads list:
1 - BASH REVERSE SHELL (option 1)
2 - BASH REVERSE SHELL (option 2)
3 - BASH REVERSE SHELL (option 3)
4 - PERL REVERSE SHELL (option 1)
5 - PERL REVERSE SHELL (option 2)
```
### Usage in Windows
