diff --git a/README.md b/README.md index 74ca49b..13e88af 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,14 @@ You can download it from [GitHub Releases](https://github.com/MHProDev/MHDDoS/re **Requirements** +* [cloudscraper](https://github.com/VeNoMouS/cloudscraper) +* [impacket](https://github.com/SecureAuthCorp/impacket) +* [requests](https://github.com/psf/requests) * [Python3][python3] -* requests -* Pysocks -* cfscrape -* icmplib -* scapy +* [PyRoxy](https://github.com/MHProDev/PyRoxy) +* [icmplib](https://github.com/ValentinBELYN/icmplib) +* [certifi](https://github.com/certifi/python-certifi) +* [psutil](https://github.com/giampaolo/psutil) --- **Videos** diff --git a/requirements.txt b/requirements.txt index a488f45..360596e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ cloudscraper<=1.2.58 certifi<=2021.10.8 -yarl<=1.7.2 requests==2.27.1 -pysocks<=1.7.1 impacket>=0.9.24 psutil>=5.9.0 icmplib>=2.1.1