Update README.md

pull/1/head
Muhammad Daffa 2021-03-12 15:58:09 +07:00 committed by GitHub
parent d8e9275d65
commit f796d4b556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,9 @@ A collection oneliner scripts for bug bounty
```bash
subfinder -d site.com | httpx | nuclei -t nuclei-templates
```
### Finding files (For example in here .json file)
```bash
subfinder -d site.com | httpx | waybackurls | grep -E ".json(?:onp?)?$"
```