screetsec / TheFatRat

Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .
GNU General Public License v3.0
9.32k stars 2.25k forks source link

Searchexploit #731

Open Hamlet3211 opened 2 years ago

Hamlet3211 commented 2 years ago

I can't get it to install. Or work on setup

medoomem commented 2 years ago

I can't get it to install. Or work on setup

follow these steps to install fatrat correctly

make directory which you want to download the fatrat setup in then git clone https://github.com/Screetsec/TheFatRat.git and wait for it to download

then go to the fat rat directory cd TheFatRat

there is setup.sh inside now you need to give this setup.sh the permission to write and read so do this chmod +x setup.sh

and then type in terminal ./setup.sh wait for it to install and then you can type fatrat anywhere in the terminal to open fatrat with all 17 options

medoomem commented 2 years ago

hopefully there wont be a problem with searchsploit afterward

medoomem commented 2 years ago

or if you having problem with searchsploit specifically you can go to documentation use of searchsploit https://www.exploit-db.com/searchsploit

medoomem commented 2 years ago

if you wanna install an exploit search for the desired exploit in fatrat searchsploit.

for example windows

for example i want

Windows/x86 - Reverse (192.168.232.129:4444/TCP) Shell + Persistent Access Shellcode (494 bytes) | windows_x86/40334.c

i can go again in fatrat searchsploit and type -p 40334 -p gets the fullpath or autocompletes the path with just small amount of characters here we specifies the exploit name which is 40334

or if u using searchsploit in independent way

searchsploit -p 40334

and 40334 would be the exploit name and it will show me its path and url like this

Shellcode: Windows/x86 - Reverse (192.168.232.129:4444/TCP) Shell + Persistent Access Shellcode (494 bytes) URL: https://www.exploit-db.com/shellcodes/40334 Path: /usr/share/exploitdb/shellcodes/windows_x86/40334.c File Type: ASCII text, with very long lines (1979)

i can download the exploit by url or i can download it again using its path with searchsploit on in fatrat option 11 by doing so

-m 40334 /usr/share/exploitdb/shellcodes/windows_x86/40334.c -m for mirror 40334 is a file base name and the path for the file path on the database

this will download it in maybe in the "/root/" folder as 40334.c

congrats you just used fatrat searchsploit