Skip to content

Commit 876299b

Browse files
committed
fix some issue
1 parent 683e34e commit 876299b

File tree

3 files changed

+75
-77
lines changed

3 files changed

+75
-77
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ sudo ./smartrecon.sh -d domain.com <option>
2222
* subfinder, assetfinder, SonarSearch, cert.sh
2323
* dnsgen , shuffledns , massdns
2424
* Find any CNAME records pointing to unused cloud services like aws
25-
* Probe for live hosts over ports 80/443
25+
* Probe for live hosts with shuffledns and fresh resolver
26+
* Web servers hunting [httpx] over top 50 ports
2627
* Grab a screenshots of responsive hosts with gowitness
2728
* Extract wayback import data
2829
* Perform naabu on specific ports
@@ -48,9 +49,9 @@ chmod +x install.sh
4849
* subfinder
4950
* assetfinder
5051
* dnsgen
52+
* Fresh Resolvers
5153
* shuffledns
5254
* Massdns
53-
* Httprobe
5455
* goWitness
5556
* Waybackurls
5657
* httpx
@@ -90,6 +91,13 @@ for send notification you should config ($HOME/.config/notify/provider-config.ya
9091
## Contributing
9192
If you want to contribute to a project and make it better, your help is very welcome.
9293

94+
## product Roadmap
95+
* add CORS scanner
96+
* add open redirect scanner
97+
* add Prototype Pollution scanner
98+
* add sql injection scanner
99+
* increase performance
100+
93101

94102

95103
### Thanks

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ echo "done"
103103

104104

105105

106-
echo "installing httprobe"
107-
go install github.com/tomnomnom/httprobe@latest
108-
echo "done"
106+
# echo "installing httprobe"
107+
# go install github.com/tomnomnom/httprobe@latest
108+
# echo "done"
109109

110110

111111

0 commit comments

Comments
 (0)