Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

No option to set a Target URL. #44

Closed
domingosol opened this issue Nov 11, 2021 · 1 comment
Closed

No option to set a Target URL. #44

domingosol opened this issue Nov 11, 2021 · 1 comment

Comments

@domingosol
Copy link

domingosol commented Nov 11, 2021

The arguments of the tool are missing the option to set the target url to scan.

The arguments are shown below:
[-h] [-H HEADERS] [-C COOKIES] [-v LOG_MODE] [-s DELAY] [-M METHODS] [-m MODULES] [-O] [-P LORSRF_PARAMETERS]
[-l TARGETLIST] [-g] [-j] [-p PROXY] [-r] [-b BLINDXSS] [-x HOST] [-R] [-w THREADS] [-t TIMEOUT]

Is it missing, or something changed to the tool? As I can see from other guides url was an argument normally.

@MindPatch
Copy link
Owner

you can set the target from pipe or text file

$ echo "http://testphp.vulnweb.com/" | ./scant3r.py 

$ cat targets.txt
http://testphp.vulnweb.com/

$ ./scant3r.py -l targets.txt

please read https://github.com/knassar702/scant3r/wiki/Usage

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants