All Projects → kuburan → Txtool

kuburan / Txtool

Licence: gpl-2.0
an easy pentesting tool.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Txtool

Airmaster
Use ExpiredDomains.net and BlueCoat to find useful domains for red team.
Stars: ✭ 150 (-39.02%)
Mutual labels:  pentesting, pentest-tool
Attiny85
RubberDucky like payloads for DigiSpark Attiny85
Stars: ✭ 169 (-31.3%)
Mutual labels:  pentesting, pentest-tool
Git Scanner
A tool for bug hunting or pentesting for targeting websites that have open .git repositories available in public
Stars: ✭ 157 (-36.18%)
Mutual labels:  pentesting, pentest-tool
Archerysec
Centralize Vulnerability Assessment and Management for DevSecOps Team
Stars: ✭ 1,802 (+632.52%)
Mutual labels:  pentesting, scanning
Content Bruteforcing Wordlist
Wordlist for content(directory) bruteforce discovering with Burp or dirsearch
Stars: ✭ 173 (-29.67%)
Mutual labels:  pentesting, pentest-tool
Trigmap
A wrapper for Nmap to quickly run network scans
Stars: ✭ 132 (-46.34%)
Mutual labels:  pentesting, pentest-tool
Enumdb
Relational database brute force and post exploitation tool for MySQL and MSSQL
Stars: ✭ 167 (-32.11%)
Mutual labels:  pentesting, pentest-tool
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-50.81%)
Mutual labels:  pentesting, pentest-tool
Killchain
A unified console to perform the "kill chain" stages of attacks.
Stars: ✭ 172 (-30.08%)
Mutual labels:  pentesting, pentest-tool
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+839.84%)
Mutual labels:  pentesting, pentest-tool
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (-47.15%)
Mutual labels:  pentesting, pentest-tool
Darkspiritz
🌔 Official Repository for DarkSpiritz Penetration Framework | Written in Python 🐍
Stars: ✭ 219 (-10.98%)
Mutual labels:  pentesting, pentest-tool
Pakuri
Penetration test Achieve Knowledge Unite Rapid Interface
Stars: ✭ 125 (-49.19%)
Mutual labels:  pentest-tool, scanning
Burpsuite Xkeys
A Burp Suite Extension to extract interesting strings (key, secret, token, or etc.) from a webpage.
Stars: ✭ 144 (-41.46%)
Mutual labels:  pentesting, pentest-tool
Ssrf Testing
SSRF (Server Side Request Forgery) testing resources
Stars: ✭ 1,718 (+598.37%)
Mutual labels:  pentesting, pentest-tool
Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (-32.52%)
Mutual labels:  pentesting, pentest-tool
Vailyn
A phased, evasive Path Traversal + LFI scanning & exploitation tool in Python
Stars: ✭ 103 (-58.13%)
Mutual labels:  pentesting, pentest-tool
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-52.85%)
Mutual labels:  pentesting, pentest-tool
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (-30.08%)
Mutual labels:  pentesting, pentest-tool
Hack Tools
The all-in-one Red Team extension for Web Pentester 🛠
Stars: ✭ 2,750 (+1017.89%)
Mutual labels:  pentesting, pentest-tool

txtool is made to help you for easly pentesting in termux,
build on termux and only available for termux.

Installation steps:

  • require python version 2.x
$ git clone https://github.com/kuburan/txtool.git  
$ cd txtool  
$ apt install python2  
$ ./install.py 
$ txtool

How to contribute ?

if you are interesting with this project, you are welcome to open pull request

  • fork this repository
  • create new branch on your forked repository
  • push your commit to new branch on your forked repository
  • finally open new pull request

Know problem ?

  • for ssh backdoor access, txtool used paramiko python library that required PyNacl if you have an error installing PyNacl, follow my steps:
$ apt-get install --assume-yes libsodium libsodium-dev
$ SODIUM_INSTALL=system pip2 install pynacl

or you have another error, please submit a new issue.

Screenshot

Screenshot
Screenshot
Screenshot

Contact

[email protected]

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].