Skip to content

Commit

Permalink
Save! Automatic commit from github.com/kris-nova/bin/git-save
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Nóva <[email protected]>
  • Loading branch information
krisnova committed May 13, 2022
1 parent 44fff84 commit 3a5f1aa
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
6 changes: 4 additions & 2 deletions slides/60-research.zomg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
/!
### Research <sys/socket.h>
/!
// SOCK_RAW is connectionless (No TCP/UDP port required)
// Booping existing services (nginx, kubernetes, ssh, etc)
//
// SOCK_RAW is connectionless (TCP/UDP port NOT required)
//
// SOCK_RAW packets are passed to and from the device driver without
// any changes in the packet data.
//
// TCP over SOCK_RAW can be performed without a service running on
// th host.
// the host.
/!
13 changes: 13 additions & 0 deletions slides/61-research.zomg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/!
/!
### Research (Network Hardware, Bad Checksum)
/!
// Bad Checksum with eBPF is very easy to trigger.
//
// Most cloud providers (Tested: AWS) are liable to drop
// malformed packets before they reach their destination.
//
// This is why boopkit supports multiple boop methods.
//
// A single SYN packet is VERY difficult because of network traversal.
/!
13 changes: 13 additions & 0 deletions slides/62-research.zomg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/!
/!
### Research (Network Hardware, Bad Checksum)
/!
// Bad Checksum with eBPF is very easy to trigger.
//
// Most cloud providers (Tested: AWS) are liable to drop
// malformed packets before they reach their destination.
//
// This is why boopkit supports multiple boop methods.
//
// A single SYN packet is VERY difficult because of network traversal.
/!

0 comments on commit 3a5f1aa

Please sign in to comment.