Skip to content

Commit 5560f78

Browse files
authored
Update README.md
1 parent 5ae3ff0 commit 5560f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ The script has 5 phases:
4242

4343
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.
4444

45-
2. Javascript: relative-url-extractor and Jsearch.py are used to inspect the javascript files of each subdomain for endpoints and sensitive information.
45+
2. Headers: curl is used to obtain the headers of each subdomain.
4646

47-
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.
47+
3. Javascript: relative-url-extractor and Jsearch.py are used to inspect the javascript files of each subdomain for endpoints and sensitive information.
4848

49-
4. Nmap: Nmap is used to scan ports and services quiclky.
49+
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.
5050

51-
5. Headers: curl is used to obtain the headers of each subdomain.
51+
5. Nmap: Nmap is used to scan ports and services quiclky.
5252

5353
### All the data generated in the different processes are saved in different files and directories in different formats.
5454
![Example image](https://raw.githubusercontent.com/robotshell/magicRecon/master/example.png)

0 commit comments

Comments
 (0)