Skip to content

Commit 1264413

Browse files
committed
Added important library requirements for TIDoS
1 parent 02f7c56 commit 1264413

File tree

905 files changed

+32
-8235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

905 files changed

+32
-8235
lines changed

lib/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### TIDoS Framework lib/ directory:
2+
3+
This directory contains forks of many existing Python Packages which have been modified a bit to accurately suit the purpose of TIDoS. The following libraries have been forked and modified:
4+
5+
- [Scapy](https://pypi.org/project/scapy)
6+
- [Pexpect](https://pypi.org/project/pexpect)
7+
- [Idna](https://pypi.org/project/idna)
8+
- [Bs4](https://pypi.org/project/bs4)
9+
- [Tld](https://pypi.org/project/tld)
10+
- [Shodan](https://pypi.org/project/shodan)
11+
- [Requests](https://pypi.org/project/requests)
12+
- [Python-nmap](https://pypi.org/project/python-nmap)
13+
- [Google](https://pypi.org/project/google)
14+
- [Emailprotectionslib](https://pypi.org/project/emailprotectionslib)
15+
- [Builtwith](https://pypi.org/project/builtwith)
16+
- [Mechanize](https://pypi.org/project/mechanize)
17+
- [MySQL-python](https://pypi.org/project/MySQL-python)
18+
- [DNSDumpsterAPI](https://github.com/paulsec/api-dnsdumpster.com)
19+
20+
[Setuptools](https://pypi.org/project/setuptools) is a non-modified version of the original copy and is just a fork.
21+
22+
It is these Python Packages which TIDoS needs to run.
23+
24+
> NOTE:
25+
> The latest versions of TIDoS have also been made to suit the original project packages and can be installed via `pip` which makes the manual installation of TIDoS possible.

0 commit comments

Comments
 (0)