We are currently editing this repository! Stay tuned for updates.
Other update comming on 29.07.2025
โ Wide Module Support โ Over 800+ modules, including OSINT,exploits,auxiliary,encoders, ...
โ
Advanced Exploitation โ 500+ exploits (aiming for 2500)
โ
Post-Exploitation Tools โ 120+ post-exploit modules (targeting 500+) for persistence and privilege escalation
โ
Auxiliary Modules โ 108 supporting tools, with a goal to expand to 1250
โ
OSINT-Specific Modules โ 50+ tools for open-source intelligence gathering
โ
Payload Generation โ 8+ payloads with encoding support (50 encoders)
โ
Multi-Platform Support โ Works on Termux, Kali Linux, and Debian-based systems
โ
Interactive Shell โ Real-time command execution with a powerful shell
๐ง Expanding Exploit Library โ Increasing to 2500+ exploits and 500+ post-exploit modules
๐ง More Auxiliary Tools โ Targeting 1250+ auxiliary modules
๐ง Advanced OSINT Capabilities โ Enhancing OSINT modules beyond 200+
๐ง Cloud-Based Modules โ Remote exploitation capabilities
๐ง Mobile Device Support โ Dedicated Android & iOS modules
๐ง Self-Updating Framework โ Automatic module and exploit updates
๐ง Real-Time Attack Analysis โ In-depth monitoring of active exploits
๐ง More Commands โ want to you are use other commands
intSpLoiT and its developers disclaim any responsibility or liability for improper use of this framework.
Ensure that all dependencies are installed properly.
source ~/.bashrc
2๏ธโฃ If intframework is located under /usr/opt
cd $PREFIX/opt/
mkdir -p intframework
mv $PREFIX/opt/* $PREFIX/opt/intframework
3๏ธโฃ Before running intconsole
cd $INTFRAMEWORK_PATH
mv inttable/inttable $PREFIX/lib/python3.12/
4๏ธโฃ Using inttable module in Python
import inttable.inttable as inttable
inttable.core.activate("root")
inttable.console.run("command")
System Interface:
system photos:
More UI Previews:
apt update && apt upgrade
pkg update && pkg upgrade
pkg install python3
pkg install git
pip3 install requests
git clone https://github.com/intSpLoiT/intframework
cd intframework
chmod +x terbuild.sh
./terbuild.sh
int4-pro > use modules/Auxiliary/social/userscan.py
int4-pro userscan.py(modules/Auxiliary/social/userscan.py) > run <example --lang en>
not rooted
[*] Inspecting module: modules/Auxiliary/social/userscan.py
[+] Module inspection complete.
[*] Running module: modules/Auxiliary/social/userscan.py
[>] Command: python3 modules/Auxiliary/social/userscan.py example --lang en
[+] Find Profile by Username [+]
[+] Username found on: github
[+] Profile URL: https://api.github.com/users/example/events/public
---------------------------------------------------------------------------
[+] Username found on: github
[+] Profile URL: https://api.github.com/users/example
---------------------------------------------------------------------------
[+] Username found on: twitter
[+] Profile URL: https://twitter.com/example
---------------------------------------------------------------------------
^C
[!] Error during module execution: module 'inttable' has no attribute 'write'
int4-pro userscan.py(modules/Auxiliary/social/userscan.py) >
int4 (modular) > use network_scan
[*] Module selected: network_scan
int4 module(network_scan) > show options
[*] Available options for module: network_scan
fs: None
timeout: None
int4 module(network_scan) > set timeout 0.1
[*] timeout = 0.1
int4 module(network_scan) > run
Example Output:
Network Scanner
IP Address | Device Name | Status
---------------------------------------------
192.168.5.1 | Network Scan | Port Active, Ping Active, HTTP Active
192.168.5.3 | Unknown Device | Inactive
192.168.5.8 | Unknown Device | Inactive
int4 (exploiter) > use multi/handler
Exploit 'multi/handler' selected.
int4 exploit(multi/handler) > run
python: can't open file '/storage/emulated/0/intframework/modules/exploits/multi.handler': [Errno 2] No such file or directory
int4 exploit(multi/handler) > set FILENAME multi/handler/inthandler.py
FILENAME set to multi/handler/inthandler.py.
int4 exploit(multi/handler) > run
Listening on 0.0.0.0:4444
Connection from ('127.0.0.1', 34170)