Browsing category

Website Hacking

N-Stalker X – Next Generation Web Application Scanner

N-Stalker Web Application Security Scanner X is a sophisticated Web Security Assessment solution that incorporating the well-known “N-Stealth HTTP Security Scanner” and 39,000 Web Attack Signature database along with a patent-pending Component-oriented Web Application Security Assessment technology. N-Stalker Web Application Security Scanner X Free Edition provides a restricted set of free Web Security Assessment checks […]

Bulletproof Hosting – Web Hosting used by Hackers

You’ve heard of malware, ransomware, botnets, and the like. What you don’t hear about is the technology behind these threats. These threats all have to come from somewhere, they’re not just out there floating around on the internet- they have to be stored someplace. Since a majority of these threats are illegal in a lot […]

SiteBroker – Website Penetration Tool

A cross-platform python based utility for information gathering and penetration automation! Output Sitebroker’s Full Output Requirements Python (2.7.*) Python pip Python module requests Python module colorama Python module dnspython Python module lxml Python module bs4 Install modules pip install -r requirements.txt Tested on Windows 7/8/8.1 Kali linux (2017.2) Download SiteBroker You can download the latest […]

Droopescan – Plugin Based CMS Security Scanner

Droopescan is a plugin-based scanner that aids security researchers in identifying issues with Drupal, SilverStripe, WordPress, Joomla (version enumeration & interesting URLs only), and Moodle (plugin & theme very limited). Installation Installation is easy using pip: apt-get install python-pip pip install droopescan Manual installation is as follows: git clone https://github.com/droope/droopescan.git cd droopescan pip install -r […]

Scan website for vulnerabilities with Uniscan

Uniscan is a simple Remote File Include, Local File Include and Remote Command Execution vulnerability scanner. Requirements: Kali Linux Uniscan (Comes Pre-Installed in Kali Linux) Installing Uniscan root@kali:~# apt-get install uniscan listing usage: You can use command uniscan -h to list help options and display usage. root@kali:~# uniscan -h #################################### # Uniscan project     […]

PHP-Webshells

PHP Shell is a shell wrapped in a PHP script. It’s a tool you can use to execute arbitrary shell-commands or browse the filesystem on your remote webserver. This replaces, to a degree, a normal telnet connection, and to a lesser degree a SSH connection. You use it for administration and maintenance of your website, […]