Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m8sec/taser
Python resource library for creating security related tooling
https://github.com/m8sec/taser
bugbounty hacking pentesting python3 security
Last synced: 5 days ago
JSON representation
Python resource library for creating security related tooling
- Host: GitHub
- URL: https://github.com/m8sec/taser
- Owner: m8sec
- License: bsd-3-clause
- Created: 2020-08-03T14:48:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T00:07:40.000Z (4 months ago)
- Last Synced: 2024-10-29T16:58:47.475Z (5 days ago)
- Topics: bugbounty, hacking, pentesting, python3, security
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 78
- Watchers: 10
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - m8sec/taser - Python resource library for creating security related tooling (Python)
README
# 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](/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):
```bash
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:
```bash
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.