Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dmdhrumilmistry/pyhtools in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
dmdhrumilmistry committed Jul 14, 2021
2 parents 94a57f9 + 056666f commit 00f4bfe
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 21 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Dhrumil Mistry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
56 changes: 35 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Hacking Tools
# PyHTools
- Python Hacking Tools (PyHTools) (pht) is a collection of python written hacking tools consisting of network scanner, arp spoofer and detector, dns spoofer, code injector, packet sniffer, network jammer, email sender, downloader, wireless password harvester credential harvester, keylogger, download&execute, and reverse_backdoor along with website login bruteforce, scraper, web spider etc. PHT also includes malwares which are undetectable by the antiviruses.

- The tools provided are for educational purposes only. The developers are no way responsible for misuse of information and tools provided. All the information and tools are meant to help newbies to learn new concepts.

- These tools are written in python3, refer installation to install/download tools and its dependencies.

- PyHTools comes with UI, but you can also use command line to use tools individually.

### Installation

1. Open terminal
Expand All @@ -14,51 +18,61 @@

3. clone the repository to your machine
```
$ git clone https://github.com/dmdhrumilmistry/hacking_tools.git
git clone https://github.com/dmdhrumilmistry/pyhtools.git
```

4. install requirements
```
$ python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
```

> There may be chances that pyfiglet will not be installed. you can use `pip3 install pyfiglet` to install pyfiglet manually
### Tools and Features
#### Attackers
- Network Scanner
- Mac changer
- ARP Spoofing
- DNS spoofing
- Downloads Replacer
- Network Jammer
- Pkt Sniffer
- Code Injector

- `For Networks`
- Network Scanner
- Mac changer
- ARP Spoofing
- DNS spoofing
- Downloads Replacer
- Network Jammer
- Pkt Sniffer
- Code Injector
- `For Websites`
- Login Guesser (Login Bruteforcer)
- Web Spider
- Web crawler (detects dirs | subdomains)
- Web Vulnerablity Scanner

#### Detectors
- ARP Spoof Detector

#### Malwares/Trojans/Payloads
- email sender (reporter)
- downloader
- wireless password harvester
- credential harvester
- keylogger (dlogs)
- reverse_backdoor
- download and execute
- Email Sender (reporter)
- Downloader
- Wireless Password Harvester
- Credential Harvester
- Keylogger (dlogs)
- Reverse TCP Backdoor
- Download and Execute


### Dependencies

**`Hacking Tools`** requires following programs/scripts to run properly -
**`PHT`** requires following programs/scripts to run properly -
- `Python`
- `subprocess`
- `scapy`
- `kamene`
- `pyfiglet`
- `argparse`
- `re`
- `sys`
- `os`
- `shutil`
- `pyinstaller`

> **NOTE:** most of the modules are pre-installed, still to ensure the proper working of scripts, user should install the required modules using pip

Expand Down

0 comments on commit 00f4bfe

Please sign in to comment.