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
taser — Python resource library for creating security related tooling | Kitploit
Tools/GitHubGitHub/m8sec/taser
Scripting & AutomationPenetration TestingUtilities & FrameworksRed Teaming
GitHubm8sec/taser

taser

Python resource library for creating security related tooling

View Repository
771323 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Taser

   

TASER (Testing and Security Resource) is an abstraction library used to simplify the process of creating offensive security tooling. The various protocols and classes help streamline development of custom tooling during engagements.

The examples directory contains a number of scripts demonstrating usage and helpful tools for penetration testers, red teamers, and bug bounty hunters!

⚠ Warning: Taser is a working library and breaking changes may be made.

Install

Option 1: Dev Version

Get the latest code (virtual environment recommended):

root@kitploit:~
git clone https://github.com/m8sec/taser
cd taser
python3 setup.py install

Option 2: Stable Release

Install the last stable release directly from PyPi:

root@kitploit:~
pip3 install taser

Troubleshooting

Depending on your setup & install method, you may receive an error messages when running setup.py. Below are a few solutions:

  1. Install taser from PyPi pip3 install taser
  2. Install from git repo using pip3 install -r requirements.txt

Disclaimer

All information is provided for educational purposes ONLY. Never test against systems you don't own or have explicit permission. Use at your own risk - not responsible for impact on future systems. With great power comes great responsibility.

Download Tool