TASER – Python3 Resource Library For Creating Security Related Tooling
TASER (Testing And SEecurity Resource) is a Python source library applied to simplify the method of creating offensive safety tooling, particularly those relating to website or exterior assessments. It truly is modular design tends to make it straightforward for code to be customized and re-purposed in a variety of scenarios.
Critical attributes
- Quickly invoke website spiders or lookup engine scrapers to help in data collection.
- Supports rotating Person-Agents and/or proxies, and custom made headers for each request to evade captchas.
- Put into practice concurrent world-wide-web requests with threading or asyncio.
- Works by using Python logging to make tailor made console, file, and database loggers for numerous output formats.
- Instantly detect Home windows OS to control ANSI coloured output, when working with the Taser custom made adapter.
Put in
Most current code commits:
git clone https://github.com/m8r0wn/taser
cd taser
python3 set up.py install
Last launch:
pip3 install taser
Getting Begun
Discover the most up-to-date documentation on the job Wiki, or checkout the examples folder for sample instruments and usage.
@ToDo
- Documentation
- Hack the Earth!