Skip to content

Commit 9c55727

Browse files
authored
Mark_v11.2.1
1 parent de3373e commit 9c55727

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SSB
22
![image](https://user-images.githubusercontent.com/72181445/153228795-7346bd04-69eb-4205-9d27-c104ad7295ea.png)
3-
# Current version: Mark_V11
3+
# Current version: Mark_V11.2.1
44

55
# Put on the night apparence mode so the logos look alot cooler :)
66

@@ -30,6 +30,7 @@ Update: Mark_v10: Flag ui upgraded to argparse
3030

3131
Update: Mark_v11: ssb now uses 3 different programs to find subdomains (sublis3r,findomain,assetfinder)
3232

33+
Update: Mark_v11.2.1: Added url discovery and finding sensitive files in those urls, fixed bug in color handling
3334
# Under dev?: Currently yes
3435

3536
# BACKGROUND:
@@ -132,6 +133,7 @@ Http/Https File Discovery
132133

133134
Http/Https Method Scan
134135

136+
Url discovery, sensitive file discovery
135137

136138
<img src="https://user-images.githubusercontent.com/72181445/153479607-5ba66053-b54b-408c-9ac1-ca7e373cb083.png" width=200></img>
137139

@@ -143,6 +145,8 @@ Telnet Bruteforce
143145
Rpcbind Process Lister
144146

145147

148+
149+
146150
# TECHNICAL DETAILS:
147151

148152
+Uses DNS resolving instead of a port specific or ping scan.
@@ -154,7 +158,7 @@ Rpcbind Process Lister
154158
+Validates HTTP and HTTPS ports by actually making a request instead of relying off the fact that it is open (many http/https ports that i've seen in the wild are timeouts)
155159

156160

157-
-+Easy to use so that it is fast for pen-testers but also script kiddies can operate this which is bad (Unlike nmap which needs flags to be set right)...
161+
-+Easy to use so that it is fast for pen-testers but also script kiddies can operate this which is bad...
158162

159163
+Automatically scans subdomains without having the need for the hassle of scanning subdomains, making a list, nmap scanning them.
160164

0 commit comments

Comments
 (0)