https://github.com/revoltsecurities/cve-2023-46747
An Exploitation script developed to exploit the CVE-2023-46747 which Pre Auth Remote Code Execution of f5-BIG Ip producs
https://github.com/revoltsecurities/cve-2023-46747
Last synced: 23 days ago
JSON representation
An Exploitation script developed to exploit the CVE-2023-46747 which Pre Auth Remote Code Execution of f5-BIG Ip producs
- Host: GitHub
- URL: https://github.com/revoltsecurities/cve-2023-46747
- Owner: RevoltSecurities
- License: mit
- Created: 2023-11-03T13:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T14:37:28.000Z (over 2 years ago)
- Last Synced: 2024-04-23T11:53:17.712Z (about 2 years ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CVE-2023-46747
An Exploitation script developed to exploit the CVE-2023-46747 which Pre Auth Remote Code Execution of f5-BIG Ip producs
This is an script indented forto exploit the Remote code Execution on Vulnerable f5-BIG Ip products
## Installation:
```bash
git clone https://github.com/sanjai-AK47/CVE-2023-46747.git
cd CVE-2023-46747
pip install -r requirements.txt
python3 exploit.py
```
## Usage:
```bash
python3 exploit.py -h
usage: exploit.py [-h] [-d DOMAIN] [-dL DOMAINS_LIST] [-cmd COMMAND] [-o OUTPUT] [-to TIME_OUT] [-px PROXY] [-v]
[DESCTIPTION]: Exploitation and Detection tool for Cisco CVE-2023-46747
options:
-h, --help show this help message and exit
-d DOMAIN, --domain DOMAIN
[INFO]: Target domain for exploiting without protocol eg:(www.domain.com)
-dL DOMAINS_LIST, --domains-list DOMAINS_LIST
[INFO]: Targets domain for exploiting without protocol eg:(www.domain.com)
-cmd COMMAND, --command COMMAND
[INFO]: Exploitation Shell command for Remote Code Execution
-o OUTPUT, --output OUTPUT
[INFO]: File name to save output
-to TIME_OUT, --time-out TIME_OUT
[INFO]: Switiching timeout will requests till for your timeout and also for BURPSUITE
-px PROXY, --proxy PROXY
[INFO]: Switiching proxy will send request to your configured proxy (eg: BURPSUITE)
-v, --verbose [INFO]: Switiching Verbose will shows offline targets
```
## Warning :
The tool is developed to exploit the vulneabilities for legal and ethical exploitations and The developer (ME) not responsible for illegal
or unethical exploitation
The tool is developed by [D.Sanjai Kumar](https://www.linkedin.com/in/d-sanjai-kumar-109a7227b/) and for any updates and errors ping me though my Linkedin page I have mentioned
Thank you!