An open API service indexing awesome lists of open source software.

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

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.