Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ AVFIRE β€” Educational AV Evasion & Detection Research Tool

Powered by the GhostForge Engine
Developed by ACW360

AVFIRE is an advanced educational cybersecurity research tool designed to help students, analysts, and penetration testing enthusiasts understand how modern payload workflows, detection patterns, automation systems, and listener frameworks operate inside a controlled environment.

Although AVFIRE is built with modern techniques and real automation structures, its primary purpose is education, research, and demonstration inside safe labs β€” especially for those following ACW360’s Metasploit Series on YouTube.


🧠 About AVFIRE

Modern antivirus engines rely on behavioral signatures, static analysis, and heuristic detection.
Understanding how these systems work β€” and how adversaries structure payload automation β€” is essential for:

  • Red team students
  • Blue team analysts
  • Malware research learners
  • Cybersecurity hobbyists
  • Detection engineering trainees

AVFIRE provides a clear, structured workflow that simulates the process behind:

  • Organizing payload templates
  • Automating build processes
  • Structuring listener handlers
  • Demonstrating detection-triggering patterns
  • Understanding how AV engines react to certain code structures

All in a safe, controlled, educational environment.


βš™οΈ Features

  • GhostForge Engine Banner
    Beautiful, customizable ANSI-powered engine banner.
  • Payload Template Builder
    Demonstrates how automation frameworks prepare payload templates.
  • Listener Setup Workflow
    Shows how handler automation is structured.
  • Menu-Driven Interface
    Clean, fast, and easy-to-navigate CLI system.
  • Python-Based Automation
    Works on Linux, macOS, and Windows.
  • Perfect for Education & Tutorials
    Originally created during ACW360’s AV Evasion educational video.

πŸ“₯ Installation

Clone the repository:

git clone https://github.com/ACW360/AVFIRE.git
cd AVFIRE

Run AVFIRE:

python3 avfire.py

πŸ–₯ Screenshots

AVFIRE Screenshot


πŸ“¦ Converting AVFIRE into a Windows EXE

To compile AVFIRE into an executable on Windows:

Install PyInstaller:

pip install pyinstaller

Build the EXE:

pyinstaller -F file_name.py --noconsole

Your executable will be created in:

dist/file_name.exe

Educational cybersecurity tools sometimes trigger false positives because security engines flag general automation behaviors β€” this is normal in the industry.


πŸ§ͺ Recommended Lab Setup

AVFIRE is designed to be used inside:

  • Virtual machines
  • Home labs
  • Cyber ranges
  • Controlled educational environments
  • Metasploit practice labs

This ensures:

  • user safety
  • system safety
  • accurate educational results
  • no interference with production environments

🧱 Project Structure

AVFIRE/
β”œβ”€β”€ avfire.py          # Main Tool (GhostForge Engine)
β”œβ”€β”€ README.md          # Full documentation
β”œβ”€β”€ LICENSE            # Optional open-source license
└── screenshots/
      └── avfire-demo.png

πŸ‘¨β€πŸ’» Author

ACW360
Cybersecurity Researcher & YouTube Educator

Follow the Metasploit Series for deep educational content.


πŸ“œ Legal Notice

AVFIRE is strictly for educational and research purposes in controlled environments.
Use responsibly and ethically.


⭐ Support

If you found AVFIRE useful for your learning journey, consider starring ⭐ the project on GitHub.

About

# πŸ”₯ AVFIRE β€” Educational AV Evasion & Detection Research Tool **Powered by the GhostForge Engine** Created by **ACW360**

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages