Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
chusa — chusa - 注射 - the new generation of sqlmap | Kitploit
Tools/GitHubGitHub/nu11secur1ty/chusa
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration TestingDatabase Security
GitHubnu11secur1ty/chusa

chusa

chusa - 注射 - the new generation of sqlmap

View Repository
3129 months agoNot yet reviewed
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

chusa: 注射

Python 2.6|2.7|3.x License x

Chusa - 注射 is an open source penetration testing tool based on SQLmap that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches, including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.

Screenshots:

      • CLI:

Screenshot

      • Web-UI-Api:

Screenshot

Installation:

Download Tool

You can download the latest tarball by clicking here or latest zipball by clicking here.

Preferably, you can download chusa by cloning the Git repository:

root@kitploit:~
git clone --depth 1 https://github.com/nu11secur1ty/chusa.git chusa-dev

chusa works out of the box with Python version 2.6, 2.7 and 3.x on any platform.

Usage:

To get a list of basic options and switches use:

root@kitploit:~
python chusa.py -h

To get a list of all options and switches use:

root@kitploit:~
python chusa.py -hh

You can find a demonstration run here here.

To get an overview of chusa capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the user's manual.

Links:

  • Homepage: https://www.nu11secur1ty.com
  • Download: .tar.gz or .zip
  • Issue tracker: https://github.com/nu11secur1ty/chusa/issues
  • User's manual: https://github.com/nu11secur1ty/chusa/wiki
  • Frequently Asked Questions (FAQ): https://github.com/nu11secur1ty/chusa/wiki/FAQ
  • X: @nu11secur1ty
  • Demos: https://www.patreon.com/cw/nu11secur1ty
  • Screenshots: https://github.com/nu11secur1ty/chusa/wiki/Screenshots

Disclaimer: Usage of chusa for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.