All Projects → buffer → Thug

buffer / Thug

Licence: gpl-2.0
Python low-interaction honeyclient

Programming Languages

python
139335 projects - #7 most used programming language
shellcode
44 projects

Projects that are alternatives of or similar to Thug

Inql
InQL - A Burp Extension for GraphQL Security Testing
Stars: ✭ 715 (-12.59%)
Mutual labels:  security-tools
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+747.43%)
Mutual labels:  security-tools
Esd
Enumeration sub domains(枚举子域名)
Stars: ✭ 785 (-4.03%)
Mutual labels:  security-tools
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (-11.37%)
Mutual labels:  security-tools
Bypass Firewalls By Dns History
Firewall bypass script based on DNS history records. This script will search for DNS A history records and check if the server replies for that domain. Handy for bugbounty hunters.
Stars: ✭ 739 (-9.66%)
Mutual labels:  security-tools
Vhostscan
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Stars: ✭ 767 (-6.23%)
Mutual labels:  security-tools
Rhizobia j
JAVA安全SDK及编码规范
Stars: ✭ 715 (-12.59%)
Mutual labels:  security-tools
Sprayingtoolkit
Scripts to make password spraying attacks against Lync/S4B, OWA & O365 a lot quicker, less painful and more efficient
Stars: ✭ 802 (-1.96%)
Mutual labels:  security-tools
Graudit
grep rough audit - source code auditing tool
Stars: ✭ 747 (-8.68%)
Mutual labels:  security-tools
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (-5.26%)
Mutual labels:  security-tools
Brakeman
A static analysis security vulnerability scanner for Ruby on Rails applications
Stars: ✭ 6,281 (+667.85%)
Mutual labels:  security-tools
Bluespawn
An Active Defense and EDR software to empower Blue Teams
Stars: ✭ 737 (-9.9%)
Mutual labels:  security-tools
Evillimiter
Tool that monitors, analyzes and limits the bandwidth of devices on the local network without administrative access.
Stars: ✭ 764 (-6.6%)
Mutual labels:  security-tools
Exploitpack
Exploit Pack -The next generation exploit framework
Stars: ✭ 728 (-11%)
Mutual labels:  security-tools
Pompem
Find exploit tool
Stars: ✭ 786 (-3.91%)
Mutual labels:  security-tools
Fail2ban
Daemon to ban hosts that cause multiple authentication errors
Stars: ✭ 6,677 (+716.26%)
Mutual labels:  security-tools
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (-7.09%)
Mutual labels:  security-tools
Cs Suite
Cloud Security Suite - One stop tool for auditing the security posture of AWS/GCP/Azure infrastructure.
Stars: ✭ 815 (-0.37%)
Mutual labels:  security-tools
Ossa
Open-Source Security Architecture | 开源安全架构
Stars: ✭ 796 (-2.69%)
Mutual labels:  security-tools
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (-5.26%)
Mutual labels:  security-tools

Thug

|version badge| |github badge| |lgtm badge| |codefactor badge| |codecov badge| |bandit badge|

The number of client-side attacks has grown significantly in the past few years shifting focus on poorly protected vulnerable clients. Just as the most known honeypot technologies enable research into server-side attacks, honeyclients allow the study of client-side attacks.

A complement to honeypots, a honeyclient is a tool designed to mimic the behavior of a user-driven network client application, such as a web browser, and be exploited by an attacker's content.

Thug is a Python low-interaction honeyclient aimed at mimicing the behavior of a web browser in order to detect and emulate malicious contents.

Documentation

|docs badge|

Documentation about Thug installation and usage can be found at http://thug-honeyclient.readthedocs.io/.

Contributions

|donate badge|

Thug is open source and we welcome contributions in all forms!

Thug is free to use for any purpose (even commercial ones). If you use and appreciate Thug, please consider supporting the project with a donation using Paypal.

Testing

To run the full test suite using tox_, run the command:

.. code-block:: bash

tox

Since tox builds and installs dependencies from scratch, using pytest_ for faster testing is recommended:

.. code-block:: bash

pytest --cov thug

License information

Copyright (C) 2011-2021 Angelo Dell'Aera [email protected]

License: GNU General Public License, version 2

.. |version badge| image:: https://img.shields.io/pypi/v/thug.svg :target: https://pypi.python.org/pypi/thug/ .. |github badge| image:: https://github.com/buffer/thug/workflows/Build/badge.svg :target: https://github.com/buffer/thug .. |lgtm badge| image:: https://img.shields.io/lgtm/grade/python/g/buffer/thug.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/buffer/thug .. |codefactor badge| image:: https://www.codefactor.io/repository/github/buffer/thug/badge :target: https://www.codefactor.io/repository/github/buffer/thug .. |codecov badge| image:: https://codecov.io/gh/buffer/thug/branch/master/graph/badge.svg :target: https://codecov.io/gh/buffer/thug .. |bandit badge| image:: https://img.shields.io/badge/security-bandit-yellow.svg :target: https://github.com/PyCQA/bandit .. |docs badge| image:: https://readthedocs.org/projects/thug-honeyclient/badge/?version=latest :target: http://thug-honeyclient.readthedocs.io/en/latest/?badge=latest .. |donate badge| image:: https://img.shields.io/badge/Donate-PayPal-green.svg :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XTDF8AHJ28CXY .. _virtualenv: https://virtualenv.pypa.io/ .. _tox: https://tox.readthedocs.io/ .. _pytest: http://pytest.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].