Update Recon.md

This commit is contained in:
Mehdi 2023-12-02 14:10:38 +03:30 committed by GitHub
parent 9083794f14
commit 6638ca7c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,16 @@
Reconnaissance is the process of gathering information about a target system in order to identify potential vulnerabilities. It is an essential step in the bug bounty hunting process and can help to identify vulnerabilities that may not be apparent through other means.
## Find a new asset/subdomain on targets
* [katana](https://github.com/projectdiscovery/katana)
```bash
# import list of your domains in katana tool for crawling URLS
cat domains.txt | katana | grep js | httpx -mc 200 | tee js.txt
# Scanning by nuclie
nuclei -l js.txt -t ~/nuclei-templates/exposures/ -o js_bugs.txt
```
* [anew](https://github.com/tomnomnom/anew)
```bash
# asset monitor (manual)