-
Notifications
You must be signed in to change notification settings - Fork 5
/
cfmain.py
46 lines (44 loc) · 1.26 KB
/
cfmain.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## CFBypass Beta v1.MAIN
# Coded on 6/9/2019
# Inspired by CloudSearch.cf
# Author = SmallDoink
# Date = 6/9/2019
# Version = v1.MAIN
# Second Version
# Imports
import os
import socket
# END Imports
os.system('clear')
class c:
black='\033[30m'
red='\033[31m'
green='\033[32m'
orange='\033[33m'
blue='\033[34m'
purple='\033[35m'
cyan='\033[36m'
lightgrey='\033[37m'
darkgrey='\033[90m'
lightred='\033[91m'
lightgreen='\033[92m'
yellow='\033[93m'
lightblue='\033[94m'
pink='\033[95m'
lightcyan='\033[96m'
white='\033[0m'
print c.red +"""
__ _____ ____ __ __ ____ ____ _____ _____
/ ]| || \ | | || \ / |/ ___// ___/
/ / | __|| o )| | || o ) o ( \_( \_
/ / | |_ | || ~ || _/| |\__ |\__ |
/ \_ | _] | O ||___, || | | _ |/ \ |/ \ |
\ || | | || || | | | |\ |\ |
\____||__| |_____||____/ |__| |__|__| \___| \___|
CFBypass - CloudFlare Bypass - Version v1.MAIN
Author - SmallDoink#1102
"""
i = raw_input(c.orange + "Website Name> " + c.white)
websitename = "i"
ip = socket.gethostbyname('ssh.'+i)
print c.pink + "IP Behind Cloudflare - "+ip