https://github.com/sayan690/oneliner
https://github.com/sayan690/oneliner
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayan690/oneliner
- Owner: Sayan690
- Created: 2022-04-17T09:24:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T18:42:21.000Z (over 3 years ago)
- Last Synced: 2023-09-30T17:36:28.965Z (over 2 years ago)
- Language: Python
- Size: 745 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ONELINER
Oneliner is a Stand-Alone reverse shell payload creator.
## Why **Oneliner**?
In real-world Pentesting Envionment, to get a reverse shell payload, isn't it quite hard to go to some online web sites like [pentestmonkey](https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet) or [revshells](https://www.revshells.com/) and then set the required options and then copy, paste and do all those stuff?
Here **Oneliner** helps, **Oneliner** creates a reverse shell payload with the desired options much faster than all the above stuff.
It does only require some arguments and your payload is ready, saving much time.
## Required Arguments
- LHOST
- Shell Type
## Optional Arguments
- PORT ```Default value - 4444```
- Encode ``` Default value - None```
## Examples -
```bash
python3 oneliner.py 10.10.15.171 -s bash
```
```bash
python3 oneliner.py 10.10.15.171 -s pwsh -p 1234
```
```netcat_url_encoded
python3 oneliner.py 10.10.15.171 -s nc -e url
```
## Contribution
Any body can voluntarily contribute to this project if he/she has a better idea.
If so, please contact me on my [Insta Handle](https://www.instagram.com/sayanray385/).