Shadow Daemon is a collection of tools to detect, record and prevent attacks on web applications. Technically speaking, Shadow Daemon is a web application firewall that intercepts requests and filters out malicious parameters. It is a modular system that separates web application, analysis and interface to increase security, flexibility and…
-
-
PyScan-Scanner – Vulnerability Scanner With Custom Payload
REQUIRE urllib2 BeautifulSoup requests START 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" Upload the .SQL mysql -u username -p database_name < file.sql Login Username: root password:…
-
MySQL Administrator Tools for Ubuntu
MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your database are operating. MySQL Administrator integrates database management and maintenance into a single, seamless environment, with clear interface. Screenshot: [singlepic id=29 w=320 h=240 mode=watermark float=center]…
