https://github.com/devsdenepal/phantomblitz
PhantomBlitz: Yet another tool for reverse shell execution & payload generator by Dev. Gautam Kumar
https://github.com/devsdenepal/phantomblitz
cmd command-line-tool devsdenepal keylogger keylogger-screenshot payload-generator python rat reverse-shell wlan-scanner
Last synced: 10 months ago
JSON representation
PhantomBlitz: Yet another tool for reverse shell execution & payload generator by Dev. Gautam Kumar
- Host: GitHub
- URL: https://github.com/devsdenepal/phantomblitz
- Owner: devsdenepal
- License: gpl-3.0
- Created: 2023-04-14T05:51:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T16:33:39.000Z (about 2 years ago)
- Last Synced: 2023-10-22T17:54:02.722Z (about 2 years ago)
- Topics: cmd, command-line-tool, devsdenepal, keylogger, keylogger-screenshot, payload-generator, python, rat, reverse-shell, wlan-scanner
- Language: Python
- Homepage:
- Size: 26.5 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PhantomBlitz

**PhantomBlitz is a Python-based framework that creates an executable file with various parameters. It allows users to perform a reverse TCP connection and execute cmd commands.**
## DISCLAIMER:
This tool is intended for legal and ethical use only. The creator of this tool is not responsible for any illegal or unethical use of this tool.
> **IMPORTANT**:```PLEASE USE WINDOWS FOR PAYLOAD FILE GENERATION ⚠ DETECTABLE BY AV AND WINDOWS```

## Features
- [x] Reverse TCP connection
- [x] Execute cmd commands
- [x] Collect OS info
- [x] Set clipboard text
- [x] Get clipboard text
- [x] Take screenshot
- [x] Start file server
- [x] Analyze LAN traffic
- [x] Type text
- [x] Download URL
- [x] Open link
- [x] Generate WLAN profile
- [x] Keylogger
## Requirements
> Same platform as the client
```python3 -m pip install -r requirements.txt```
## Usage
PhantomBlazer can be executed with the following parameters:
```
--mode/-m: Mode: accepts > build or listen
--lhost/-lh: The local host IP address
--lport/-lp: The local port number
--output/-o: The output file name
```
> Example: ``` python3 phantomblazer.py -m build --lh --lp --output.exe```
> Before payload execution on client: ``` python3 phantomblazer.py -m listen --lh -lp ```
### Inbuilt ommands can be executed using the following syntax:
```
collect-os-info
set clipboard
get clipboard
take screenshot
start file server
analyze lan traffic
type
download
open link
generate wlan profile *
generate wlan profile
start keylogging
```
> To view captured use ```start file server``` for remote file service , the server will be on the client's address
The tool creates a .exe file which runs as a background and creates a reverse TCP connection, allowing for remote command execution. This tool is intended for debugging purposes and should not be used to gain unauthorized access to systems.
Please use this tool at your own risk and with the appropriate permissions from the system owners. Any actions taken with this tool are the sole responsibility of the user.
By using this tool, you agree to the ```terms and conditions``` outlined above and acknowledge that any misuse of this tool is strictly prohibited.