LOOK2HOW

Responsive Ad

EaST – Open Source Exploits and Security Tools Framework


EaST – Open Source Exploits and Security Tools Framework

  • 141
  • 141
    Shares
East is a Python based security framework toolkit. It acts as a HTTP server and contains a wide range of different exploits and modules to use. It combines an advanced penetration testing framework with a simple to use interface, which even a beginn
Installation is pretty straightforward, clone the github repository.
git clone https://github.com/C0reL0ader/EaST.gi
It just requires python to run the server, nothing more.

Running EaST

Type this command to run the server.
cd East/
python start.py [-p PORT] [--all-interfaces]


The service is up and running at localhost:80. Open a browser and go to the address.


As you can see, the interface is pretty simple. In the left we have folders with modules we can use and also a window with information for every module you choose. In the right you have a box to type your target’s address and port you want to attack. You can also check their database with all the latest exploits here.
Let’s use it to attack a vulnerable server. First, type the target’s ip in the target box. Then, go to the Utilitiesfolder and run the port_scannermodule to see the open ports.



All you have to do after that is to check the available exploits and choose the right one for your target. From web to buffer overflows, there’s a good chance to find something interesting there.

What Bunny rating does it get?

EaST is a very good exploitation framework. You can learn and improve your IT knowledge in system attacks, improvement and protection. It easily gets a 4 out of 5 bunnies.

Post a Comment

0 Comments