Skip to content

1337tr/DDos-Guard-Bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bypass DDos-Guard.net

Python3 requests-based DDos-Guard bypass using TLS3

Features

  • Requests-based
  • Proxy support
  • lightweight
  • Fast

Requirements

pip install tls-client==0.2.1

Usage

from DDosGuardBypasser.Bypass import ddosGuard

Bypass = ddosGuard().Bypass('https://targetSite.org/')

if Bypass['Success']:
    print('Successfully bypassed DDos-Guard')
else:
    print(Bypass['message'])