Python3 requests-based DDos-Guard bypass using TLS3
- Requests-based
- Proxy support
- lightweight
- Fast
pip install tls-client==0.2.1
from DDosGuardBypasser.Bypass import ddosGuard
Bypass = ddosGuard().Bypass('https://targetSite.org/')
if Bypass['Success']:
print('Successfully bypassed DDos-Guard')
else:
print(Bypass['message'])