Hey All,
I am Maloy Roy Orko.
Today,I'm going to show you that how you can install the LFISuite LFI (Local File Inclusion) Exploitation Tool On Termux Android!
What is LFISuite?
LFISuite is a totally automatic tool able to scan and exploit Local File Inclusion vulnerabilities using many different methods of attack, listed in the section Features.
Features:
- Works with Windows, Linux and OS X
- Automatic Configuration
- Automatic Update
- Provides 8 different Local File Inclusion attack modalities:
- /proc/self/environ
- php://filter
- php://input
- /proc/self/fd
- access log
- phpinfo
- data://
- expect://
- Provides a ninth modality, called Auto-Hack, which scans and exploits the target automatically by trying all the attacks one after the other without you having to do anything (except for providing, at the beginning, a list of paths to scan, which if you don't have you can find in this project directory in two versions, small and huge).
- Tor proxy support
- Reverse Shell for Windows, Linux and OS X
So,Lets Go....
Perquisites:
(1) Minimum 2 MB For Installation
(2) Non-rooted Android
(3) Minimum Version 8
(4) Stable Internet Connection
Steps:
(1) GO to F-droid and install the latest version of Termux
Link:
https://f-droid.org/en/packages/com.termux/
(2) Now, Type This Command!
Commands:
(1) apt update && apt upgrade -y
(2) apt install git python python2 -y
(3) git clone https://github.com/D35m0nd142/LFISuite
(4) cd LFISuite
(5) pip2 install termcolor
(6) pip2 install requests
(7) python2 lfisuite.py
Boom !! LFISuite Has Been Installed Successfully!
Now,You can use it to test and exploit Local File Inclusion.
0 Comments