Skip to content
/ Acarine Public

Acarine is a Buffer Overflow utility and guide. It is to be used in conjunction with Immunity Debugger and Immunity's Mona module.

Notifications You must be signed in to change notification settings

vaarg/Acarine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Acarine

Acarine is a Buffer Overflow utility and guide. It is to be used in conjunction with Immunity Debugger and Immunity's Mona module.

Usage:

Acarine.py -t [IP] -p [PORT]

Dependencies:

Metasploit Framework Tools

What does Acarine do?

Acarine has 5 main sections:

  • Is a Buffer Overflow Possible?
  • Finding the EIP and EIP offset.
  • Finding Bad Characters.
  • Finding Jump Point.
  • The Final Buffer Overflow Exploit (crafts a final exploit payload; either for Netcat or Metasploit's Meterpreter shell).

Why is this program called "Acarine"?

Acarine is a type of mite that buries itself into bees, eventually killing them. I felt the name worked well because for the Buffer Overflow development process as you're slowly burying yourself deeper into the target program and you're exploiting it for all the nutrients you need (information) until you kill it and get your shell.

The idea also came from the name of a song which describes the same; "buried deep, inside of me, Acarine" (https://www.youtube.com/watch?v=0xePP-tpwbQ).

Basically, as acarines are parasitic they also go hand-in-hand with the concept of an offensive exploit that does that same.

Showcase Screenshots:

  • Menu:

    image

  • Bad Characters (with screenshot of final 'unmodified' result):

    image image

  • Final Exploit (with screenshot of successful Netcat reverse shell):

    image image

About

Acarine is a Buffer Overflow utility and guide. It is to be used in conjunction with Immunity Debugger and Immunity's Mona module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages