Skip to content

Commit a552ca8

Browse files
Update README.md
1 parent 9bba331 commit a552ca8

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# SlipperyPete
1+
# SlipperyPete
2+
3+
**How to run**
4+
5+
Create a file (e.g. targets.txt) with lines like:
6+
192.168.1.100:223
7+
example.com
8+
10.0.0.5:2200
9+
10+
The app will loop through each host:port, detect SSH banners, probe auth methods, and print Allowed/ Not allowed for password, public-key, and keyboard-interactive.
11+
12+
If no port is provided then it checks port 22.
13+
14+
SlipperyPete.exe D:\temp\targets.txt
15+
16+
17+
```bash
18+
[192.168.1.100:223] SSH detected
19+
Password authentication: Allowed
20+
Public-key authentication: Allowed
21+
Keyboard-interactive auth: Allowed
22+
23+
[example.com:22] SSH detected
24+
Password authentication: Not allowed
25+
Public-key authentication: Allowed
26+
Keyboard-interactive auth: Not allowed
27+
28+
[10.0.0.5:2200] SSH detected
29+
Password authentication: Not allowed
30+
Public-key authentication: Allowed
31+
Keyboard-interactive auth: Not allowed
32+
```

0 commit comments

Comments
 (0)