Skip to content

Instantly share code, notes, and snippets.

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

xiaozhouzhou dazhouzhou

🏀
喜欢唱,跳,fuzz,篮球
View GitHub Profile
#include <stdio.h>
#include <sys/syscall.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "tiffio.h"
int main()
{
@tintinweb
tintinweb / scapy_tcp_handshake.py
Last active August 4, 2023 19:58
simple scapy tcp three-way handshake
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Author : tintinweb@oststrom.com <github.com/tintinweb>
'''
A simple TCP three-way handshake example
#> python scapy_tcp_handshake.py
DEBUG:__main__:init: ('oststrom.com', 80)
DEBUG:__main__:start
DEBUG:__main__:SND: SYN