Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
withfabian committed Jan 30, 2024
0 parents commit 5378cec
Show file tree
Hide file tree
Showing 30 changed files with 2,029 additions and 0 deletions.
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@

[![Python 3.5](https://img.shields.io/badge/Python-3.5-yellow.svg)](http://www.python.org/download/)


# WebKiller V2

Tool Information Gathering Write With Python.


## PreView
<pre>



░██╗░░░░░░░██╗███████╗██████╗░████████╗░█████╗░░█████╗░██╗░░░░░░██████╗
░██║░░██╗░░██║██╔════╝██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗██║░░░░░██╔════╝
░╚██╗████╗██╔╝█████╗░░██████╦╝░░░██║░░░██║░░██║██║░░██║██║░░░░░╚█████╗░
░░████╔═████║░██╔══╝░░██╔══██╗░░░██║░░░██║░░██║██║░░██║██║░░░░░░╚═══██╗
░░╚██╔╝░╚██╔╝░███████╗██████╦╝░░░██║░░░╚█████╔╝╚█████╔╝███████╗██████╔╝
░░░╚═╝░░░╚═╝░░╚══════╝╚═════╝░░░░╚═╝░░░░╚════╝░░╚════╝░╚══════╝╚═════╝░
====================================================================
** WebSite : permadistudio.my.id **
** Channel : Nothing **
** Developers : Fabian **
** Team Members : Marathon Sec **
** Thank's : Voda Permadi **
====================================================================

[$] Choose one of the options below

[1] Information Gathering

[2] CMS Detection

[3] Developer

[4] Exit

┌─[WEBTOOLS~@HOME]
└──╼ $


</pre>


## Operating Systems Tested
- Kali Linux
- Windows
- Ubuntu


## Install
```bash
git clone https://github.com/
cd webkiller
pip3 install -r requirements.txt
python3 webkiller.py
```
156 changes: 156 additions & 0 deletions helplist/helpp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
import os
from colorama import Fore
import time
import sys
def Banner():

os.system("clear")

print(Fore.LIGHTRED_EX+"""\n
░██╗░░░░░░░██╗███████╗██████╗░████████╗░█████╗░░█████╗░██╗░░░░░░██████╗
░██║░░██╗░░██║██╔════╝██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗██║░░░░░██╔════╝
░╚██╗████╗██╔╝█████╗░░██████╦╝░░░██║░░░██║░░██║██║░░██║██║░░░░░╚█████╗░
░░████╔═████║░██╔══╝░░██╔══██╗░░░██║░░░██║░░██║██║░░██║██║░░░░░░╚═══██╗
░░╚██╔╝░╚██╔╝░███████╗██████╦╝░░░██║░░░╚█████╔╝╚█████╔╝███████╗██████╔╝
░░░╚═╝░░░╚═╝░░╚══════╝╚═════╝░░░░╚═╝░░░░╚════╝░░╚════╝░╚══════╝╚═════╝░
====================================================================
** WebSite : permadistudio.my.id **
** Channel : Nothing **
** Developers : Fabian **
** Team Members : Marathon Sec **
** Thank's : Voda Permadi **
====================================================================
""")
# ₿
def infolist1():
time.sleep(0.1)
print(Fore.RED+" ["+Fore.WHITE+"$"+Fore.RED+"]"+Fore.CYAN+" Choose one of the options below \n")
time.sleep(0.1)
print(Fore.LIGHTYELLOW_EX+" [1] Information Gathering\n")
time.sleep(0.1)
print(Fore.RED+" [2] CMS Detection\n")
time.sleep(0.1)
print(Fore.YELLOW+" [3] Developer\n")
time.sleep(0.1)
print(Fore.BLUE+" [4] Exit\n")






def infolist2():
time.sleep(0.1)
print(Fore.GREEN+" [1]"+Fore.BLUE+" - Bypass Cloud Flare")
print(Fore.CYAN+" **********************")
time.sleep(0.2)

print(Fore.GREEN+" [2]"+Fore.BLUE+" - Cms Detect")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [3]"+Fore.BLUE+" - Trace Toute")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [4]"+Fore.BLUE+" - Reverse IP")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [5]"+Fore.BLUE+" - Port Scan")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [6]"+Fore.BLUE+" - IP location Finder")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [7]"+Fore.BLUE+" - Show HTTP Header")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [8]"+Fore.BLUE+" - Find Shared DNS")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [9]"+Fore.BLUE+" - Whois")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [10]"+Fore.BLUE+" - DNS Lookup")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [11]"+Fore.BLUE+"- Robots Scanner")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [12]"+Fore.BLUE+" - Admin Page Finder")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [13]"+Fore.BLUE+" - Back To Menu")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [14]"+Fore.BLUE+" - Exit :) \n")

def infolist3():


Banner()
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.BLUE+" Develper : Fabian \n")
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.GREEN+" Thank's : Voda \n")
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.MAGENTA+" My Site : permadistudio.my.id\n")
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.CYAN+" Instagram : sanchy_myo\n")
time.sleep(0.1)
try:

input(Fore.LIGHTRED_EX+" [*] Back To Menu (Press Enter...) ")
except:
print("")
print("\n")
sys.exit()

def infolist4():

Banner()

print(Fore.GREEN+" [1]"+Fore.BLUE+"- WordPress ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [2]"+Fore.BLUE+" - Drupal"+Fore.RED+" Coming Soon . . .")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [3]"+Fore.BLUE+" - Joomla "+Fore.RED+" Coming Soon . . . ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [4]"+Fore.BLUE+" - Back To Menu")

print(Fore.CYAN+" **********************\n")
time.sleep(0.1)


def infowp():
Banner()

print(Fore.GREEN+" [1]"+Fore.BLUE+" - Get Plugins ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [2]"+Fore.BLUE+" - Get Username ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [3]"+Fore.BLUE+" - Back To Menu ")

print(Fore.CYAN+" **********************\n")
time.sleep(0.1)
21 changes: 21 additions & 0 deletions modules/Traceroute.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import sys
import requests
from colorama import Fore

def __start__():
try:

print(Fore.RED+" [!] Plase Enter Domain")
inp = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"TraceRoute"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"$ ")
result = requests.get('https://api.hackertarget.com/mtr/?q=' + inp).text
print(result)
try:
input(Fore.RED+" [!] "+Fore.GREEN+"Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()
except:
print("\nExit :)")


Binary file added modules/__pycache__/Traceroute.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/cloudflare.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/cms.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/dnslookup.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/finder.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/findsharedns.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/httpheader.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/iplocation.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/portscan.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/reverseip.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/robots.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/whois.cpython-311.pyc
Binary file not shown.
Binary file added modules/__pycache__/wordpress.cpython-311.pyc
Binary file not shown.
32 changes: 32 additions & 0 deletions modules/cloudflare.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import socket
import sys
import time
from colorama import Fore
def __start__():
print(""" [!] Welcome To The Cloudflare Bypasser Part
[!] Please Enter The Target Website Address\n""")
subdom = ['ftp', 'cpanel', 'webmail', 'localhost', 'local', 'mysql', 'forum', 'driect-connect', 'blog', 'vb', 'forums', 'home', 'direct', 'forums', 'mail', 'access', 'admin', 'administrator', 'email', 'downloads', 'ssh', 'owa', 'bbs', 'webmin', 'paralel', 'parallels', 'www0', 'www', 'www1', 'www2', 'www3', 'www4', 'www5', 'shop', 'api', 'blogs', 'test', 'mx1', 'cdn', 'mysql', 'mail1', 'secure', 'server', 'ns1', 'ns2', 'smtp', 'vpn', 'm', 'mail2', 'postal', 'support', 'web', 'dev']

site = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"Bypass-CloudFlare"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"$ ")
if site == "":
try:
print(Fore.RED+" [!] "+Fore.BLUE+"Please Enter Address :) \n")
time.sleep(5)
sys.exit()
except:
return
for sub in subdom:
try:
hosts = str(sub) + "." + str(site)
bypass = socket.gethostbyname(str(hosts))
#print('Cloudflare Bypassed ! Real IP Address => '+bypass)
print (" [!] CloudFlare Bypass " + str(bypass) + ' | ' + str(hosts))
except Exception:
pass
try:
input(Fore.GREEN+" [*] Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()
23 changes: 23 additions & 0 deletions modules/cms.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import requests, builtwith
from colorama import Fore
import sys
def __start__():
print(Fore.RED+" [!] Plase Enter Domain")
target = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"CMS-Detect"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"$ ")
if not 'https://' in target or not 'http://' in target:
target = 'http://'+target
info = builtwith.parse(target)
for name in info:
value = ''
for val in info[str(name)]:
name = name.replace('-',' ')
name = name.title()
value += str(val)
print(Fore.BLUE+"\n"+name+': '+value)
try:
input(Fore.GREEN+" [*] Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()

21 changes: 21 additions & 0 deletions modules/dnslookup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import sys
import requests
from colorama import Fore
import os
def __start__():

try:
print(Fore.RED+" [!] Enter The Domain\n")
inp = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"NS-Lookup"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"$ ")
result = requests.get('http://api.hackertarget.com/dnslookup/?q=' + inp).text
print(Fore.LIGHTBLUE_EX+result)
try:
input(Fore.GREEN+" [*] Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()
except:
print("\n Exit :)")
sys.exit()

Loading

0 comments on commit 5378cec

Please sign in to comment.