Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dazhouzhou's full-sized avatar
🏀
喜欢唱,跳,fuzz,篮球

xiaozhouzhou dazhouzhou

🏀
喜欢唱,跳,fuzz,篮球
View GitHub Profile
@dazhouzhou
dazhouzhou / proxyfuzz.py
Created April 27, 2022 02:21 — forked from PMaynard/proxyfuzz.py
Proxy Fuzz
# Proxyfuzz: a TCP and UDP proxy man-in-the-middle fuzzer
# v 0.1
# By Rodrigo Marcos
# http://www.theartoffuzzing.com
from twisted.protocols import portforward
from twisted.internet.protocol import DatagramProtocol
from twisted.internet import reactor
import getopt, sys
from random import randint
#include <stdio.h>
#include <sys/syscall.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "tiffio.h"
int main()
{