Update README.md

This commit is contained in:
Xalgord 2021-02-24 16:35:14 +05:30 committed by GitHub
parent d1d21dd851
commit 92efef2457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -391,3 +391,9 @@ cat domains.txt | assetfinder --subs-only | httprobe| while read url; do xml=$(c
```
Output:
https://example.com -> XML-RPC server accepts POST requests only
## JSFScan.sh usage
```
bash JSFScan.sh -l targets.txt --all -r -o filname
```