https://github.com/kuburan/txtool
an easy pentesting tool.
https://github.com/kuburan/txtool
dork hardware-exploitation ics-security pentest-tool pentesting scada-exploitation scan-ports scan-tool scanning termux
Last synced: 28 days ago
JSON representation
an easy pentesting tool.
- Host: GitHub
- URL: https://github.com/kuburan/txtool
- Owner: kuburan
- License: gpl-2.0
- Created: 2018-02-06T13:59:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T13:10:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T08:50:50.403Z (6 months ago)
- Topics: dork, hardware-exploitation, ics-security, pentest-tool, pentesting, scada-exploitation, scan-ports, scan-tool, scanning, termux
- Language: Python
- Size: 6.1 MB
- Stars: 471
- Watchers: 46
- Forks: 85
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - txtool - an easy pentesting tool..[](https://github.com/kuburan/txtool/stargazers/) (Uncategorized / Uncategorized)
README
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 requestKnow 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



# Contact
kuburan000@protonmail.ch