Skip to content

Instantly share code, notes, and snippets.

View BOPOHA's full-sized avatar
🎯
Focusing

BOPOHA

🎯
Focusing
View GitHub Profile
@tuxfight3r
tuxfight3r / tcp_flags.txt
Last active July 24, 2024 07:24
tcpdump - reading tcp flags
##TCP FLAGS##
Unskilled Attackers Pester Real Security Folks
==============================================
TCPDUMP FLAGS
Unskilled = URG = (Not Displayed in Flag Field, Displayed elsewhere)
Attackers = ACK = (Not Displayed in Flag Field, Displayed elsewhere)
Pester = PSH = [P] (Push Data)
Real = RST = [R] (Reset Connection)
Security = SYN = [S] (Start Connection)
@gene1wood
gene1wood / centos7-cloudformation.yaml
Last active October 24, 2022 19:22
A CloudFormation template for CentOS 7 showing AMI mappings and cloud-init UserData parsing
AWSTemplateFormatVersion: 2010-09-09
Description: >
An example free tier (12 month) CentOS 7 EC2 instance with a security group
allowing SSH, a simple IAM Role, and output conveyed from the launch back out
to the CloudFormation stack outputs
Parameters:
SSHKeyName:
Description: SSH Key Name
Type: String
Mappings: