You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,15 +38,15 @@ Recon is an essential element of any penetration testing. This repository contai
37
38
# How does it work?
38
39
The script has 5 phases:
39
40
40
-
1. Subdomain enumeration: Amass, Certsh.py, Github-subdomains.py, Gobuster DNS and Assetfinder tools are used to find the maximum possible number of subdomains. httprobe is used to probe for working http and https servers. Then Subjack is used to quickly check if it exists subdomains takeover. Finally, Aquatone takes screenshots of each subdomain.
41
+
1. Subdomain enumeration: Amass, Certsh.py, Github-subdomains.py, Gobuster DNS and Assetfinder tools are used to find the maximum possible number of subdomains. httprobe is used to probe for working http and https servers. Then Subjack is used to quickly check if it exists subdomains takeover. Corsy tool is used to find CORS missconfigurations. Finally, Aquatone takes screenshots of each subdomain.
41
42
42
-
2.Headers: curl is used to obtain the headers of each subdomain.
43
+
2.Javascript: relative-url-extractor and Jsearch.py are used to inspect the javascript files of each subdomain for endpoints and sensitive information.
43
44
44
-
3.Javascript: relative-url-extractor and Jsearch.py are used to inspect the javascript files of each subdomain for endpoints and sensitive information.
45
+
3.Directories and hidden files: Gobuster DIR is used to collect hidden files and directories through a dictionary. You can change the dictionary in the script configuration.
45
46
46
-
4.Directories and hidden files: Gobuster DIR is used to collect hidden files and directories through a dictionary. You can change the dictionary in the script configuration.
47
+
4.Nmap: Nmap is used to scan ports and services quiclky.
47
48
48
-
5.Nmap: Nmap is used to scan ports and services quiclky.
49
+
5.Headers: curl is used to obtain the headers of each subdomain.
49
50
50
51
### All the data generated in the different processes are saved in different files and directories in different formats.
0 commit comments