Quantcast
Channel: Scanner – Security List Network™
Viewing all articles
Browse latest Browse all 271

PyScan-Scanner ~ Vulnerability scanner with custom payload.

$
0
0

PyScan is a simple web vulnerability scanner you can start scan with python script :
– python PyScan.py -u “http://site.com” –all (All payload scan)
– python PyScan.py -u “http://site.com/index.php?id=1” -s -p [ID PAYLOAD] (Single scan with payload ID)
– python PyScan.py –database ( Scan all link on database )

Pyscan

Pyscan

requirements:
+ xampp, lamp etc…
+ mysql
+ urllib2
+ BeautifulSoup
+ requests

Installation:

download PyScan-Scanner-master.zip
unzip it
copy into htdocs (xampp/lampp folder)
import database


TODO:
Change database information
$bdd = new PDO('mysql:host=localhost;dbname=pyscan', 'user', 'password');

Update a Python gate
panel_url = "http://localhost/pyscan/"
gate_scraper = "cmd/gate.php"
gate_scanner = "cmd/scan.php"
gate_vuln = "cmd/vuln.php"
gate_payload = "panel/api/payload.php"
gate_database = "panel/api/database.php"

Username: root
password: toor

Download : PyScan-Scanner-master.zip
Source : https://github.com/graniet


Viewing all articles
Browse latest Browse all 271

Trending Articles