Premise

In this video, we went over fingerprinting and discovering firewalls and Instruction detection systems. We used fragscapy to send fragmented packets to evade firewalls and Intrusion detection systems. We also examined the traffic with Wireshark on Security Onion.

Skills Learned

  • Python
  • Fragscapy
  • Firewall Evasion
  • Wireshark
  • Security onion

About Fragscapy

This project is a command-line tool that can be used to generate ‘fragroute-like’ tests using Scapy.
Fragroute‘s goal was to intercept network packets and modify them “on-the-fly” according to the configuration defined in a config file. So automating tests of different modifications, requires to kill Fragroute, write a new config file and restart Fragroute over and over.

Source: https://github.com/AMOSSYS/Fragscapy

Get OSCP Certificate Notes

Video Walk-through