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

[BUG] scant3r doesn't start #16

Closed
Lucas01120 opened this issue Mar 19, 2021 · 1 comment
Closed

[BUG] scant3r doesn't start #16

Lucas01120 opened this issue Mar 19, 2021 · 1 comment

Comments

@Lucas01120
Copy link

Lucas01120 commented Mar 19, 2021

Describe the bug
I have installed scant3r on different platforms (kali, windows, ubuntu..) and every time I try to run the script it does not start. It only shows me the beginning.

To Reproduce
the commands I tried to run :
echo "my-website.com" | ./scant3r
echo "my-website.com" | python3 scant3r
echo "my-website.com" | python3.9 scant3r
etc..

Screenshots
image

Desktop :

  • OS: Kali-Linux 2021, Ubuntu for Windows.
  • Compiler Python
  • Version 3.9.1
@Lucas01120 Lucas01120 added the bug Something isn't working label Mar 19, 2021
@knassar702
Copy link
Owner

hello @Lucas01120
This is because you are using the latest version , in 0.7 version you need to select the module who you want to work

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

$ echo "http://testphp.vulnweb.com/search.php?test=query&searchFor=1&goButton=go" | python3 scant3r.py -m xss

[XSS] Found :> http://testphp.vulnweb.com/search.php
	[!] Method: POST
	[!] Params: test=query&searchFor=1">ScanT3r<svg/onload=confirm(/ScanT3r/)>web"&goButton=go

The new version is ready (0.7), but it needs more modules (sqli,rce,ssrf etc ..), so you can use 0.6 version for more scan (sqli xss rce ssti and some modules)

you can download it from here: https://github.com/knassar702/scant3r/releases/tag/0.6

for start

$ echo "http://testphp.vulnweb.com/search.php?test=query&searchFor=1&goButton=go" | ./scant3r.py

king regards
@knassar702

@knassar702 knassar702 removed the bug Something isn't working label Mar 19, 2021
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