-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Single target + Multiple targets
- Loading branch information
Showing
2 changed files
with
97 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# honeypot-detector | ||
# honeypot-detector v0.1.3 | ||
|
||
## Usage | ||
```bash | ||
$ honeypot-detector -h | ||
honeypot-detector v0.1.0 | ||
usage: ./honeypot-detector [-l targets.lst] [-p port] [-t threads] [-vh] [target] | ||
``` | ||
|
||
```bash | ||
$ honeypot-detector 192.168.0.26 | ||
[!] 192.168.0.26:22 - POSSIBLE HONEYPOT! | ||
``` | ||
|
||
```bash | ||
$ honeypot-detector -l targets.txt | ||
[+] 192.168.0.87:22 - SSH-2.0-OpenSSH_6.0p1 Debian-4+deb7u6 | ||
[+] 192.168.0.8:22 - SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 | ||
[+] 192.168.0.52:22 - SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8 | ||
[+] 192.168.0.58:22 - SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 | ||
[+] 192.168.0.191:22 - SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 | ||
[+] 192.168.0.211:22 - SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 | ||
[+] 192.168.0.124:22 - SSH-2.0-OpenSSH_7.2 FreeBSD-20160310 | ||
[!] 138.68.49.26:22 - POSSIBLE HONEYPOT! | ||
[+] 192.168.0.73:22 - SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 | ||
[+] 192.168.0.226:22 - SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.6 | ||
[+] 192.168.0.1:22 - SSH-2.0-OpenSSH_6.6.1 | ||
[+] 192.168.0.177:22 - SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 | ||
[+] 192.168.0.157:22 - SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 | ||
[+] 192.168.0.188:22 - SSH-2.0-OpenSSH_6.6.1 | ||
[!] 138.197.163.83:22 - POSSIBLE HONEYPOT! | ||
[+] 192.168.0.147:22 - SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 | ||
[+] 192.168.0.142:22 - SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters