https://github.com/datalux/javabackdoor
A simple backdoor written in Java
https://github.com/datalux/javabackdoor
Last synced: 3 months ago
JSON representation
A simple backdoor written in Java
- Host: GitHub
- URL: https://github.com/datalux/javabackdoor
- Owner: Datalux
- Created: 2019-05-14T12:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T17:11:36.000Z (over 6 years ago)
- Last Synced: 2025-01-14T22:44:54.611Z (12 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaBackdoor
A simple backdoor written in Java.
## Usage
Run `java backdoor` on victim's machine. Connect via Telnet using `telnet 4444` so you can run shell command with the victim privileges.
You can find the IP address of the victim with Nmap.
## Commands List
- `CMDLIST` - show all commands and what theirs do.
- `QUIT` - exit from shell.
- `GETHOME`- return the user home path.
- `GETDIR` - return the current direcotry path.
- `GETNAME`- return the user name.
- `OSARCH` - return the Operating System architecture.
- `OSNAME` - return the Operating System name.
- `OSVERS` - return the Operating System version.