Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KingOfBugbounty authored Dec 28, 2020
1 parent 0d56e90 commit ec16514
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ To run the project, you will need to install the following programs:

### OneLiners


### My recon automation simple. OFJAAAH.sh

- [Explaining command](https://bit.ly/3nWHM22)


```bash
amass enum -d $1 -o amass1 ; chaos -d $1 -o chaos1 -silent ; assetfinder $1 >> assetfinder1 ; subfinder -d $1 -o subfinder1 ; findomain -t $1 -q -u findomain1 ;python3 github-subdomains.py -t YOURTOKENGITHUB -d $1 >> github ; cat assetfinder1 subfinder1 chaos1 amass1 findomain1 sub1 github >> hosts ; subfinder -dL hosts -o full -timeout 10 -silent ; httpx -l hosts -silent -threads 9000 -timeout 30 | anew domains ; rm -rf amass1 chaos1 assetfinder1 subfinder1 findomain1 sub1 github
```


### Search Asn Amass

- [Explaining command](https://bit.ly/2EMooDB)
Expand Down

0 comments on commit ec16514

Please sign in to comment.