View Issue Details

IDProjectCategoryView StatusLast Update
0009024Kali LinuxNew Tool Requestspublic2024-12-16 00:33
Reporterintapp21 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009024: Intframework - provides an extensive array of tools for penetration testing, exploit development, and vulnerability assessment
Description

Name: Intframework

Version: 4.0 (or the latest stable release)

Homepage: https://gitlab.com/intapp21/intframework

Download: GitLab - Intframework Tags

Author: Intikam21

License: Custom. Although the license typically restricts use in third-party projects, Kali Linux is granted a special exception for inclusion in its repository.

About the Tool:
Intframework provides an extensive array of tools for penetration testing, exploit development, and vulnerability assessment. While many exploits are already included, the displayed exploit count represents the framework’s development goals, not the current active count. The framework remains under constant improvement with regular updates.


Dependencies:

Python 3.x
(Note: Additional dependencies and installation instructions are detailed in the README file.)


Similar Tools:

Hydra

Nmap


Activity:
The project is actively maintained, with frequent updates and new features being added.


Installation:

  1. Clone the repository:

git clone https://gitlab.com/intapp21/intframework.git

  1. Navigate to the directory:

cd intframework

  1. Run the framework:

python3 intconsole.py

Dependencies and additional setup instructions are provided in the README.


Contact:
Users can report bugs or seek assistance via email at [email protected]. Secondary contact emails are listed in the contact-us/our-email.md file.


Installation Path:
It is recommended to install Intframework in the /usr/opt directory for optimal functionality.


Packaged for Debian
Intframework has been packaged for Debian in the past. However, due to concerns over potential issues with the existing Debian packaging, we recommend not using the current package version until further verification.


Activities

intapp21

intapp21

2024-11-30 14:11

reporter   ~0020101

If Git is not installed during the installation process, follow these steps:

wget https://gitlab.com/intapp21/intframework/-/archive/İntframeworkV4/intframework-İntframeworkV4.zip
mv intframework-İntframeworkV4.zip intframework.zip
unzip intframework.zip
cd intframework
mv ~/intframework /usr/opt/
python intconsole.py

intapp21

intapp21

2024-12-14 15:12

reporter   ~0020166

forgot to mention an important point. Before running Intframework, users should enter the path where they want to install it using the command export INTFRAMEWORK_PATH=here. By default, I set it to usr/opt/intframework. It is crucial for the automatic setup during the repo installation for the proper functioning of the intconsole. To set this variable automatically, add the following line to your zshrc or bashrc file:

export INTFRAMEWORK_PATH=/usr/opt/intframework

Then, source the file to apply the changes:

source ~/.zshrc  # for zsh users
source ~/.bashrc  # for bash users

Issue History

Date Modified Username Field Change
2024-11-30 08:59 intapp21 New Issue
2024-11-30 14:11 intapp21 Note Added: 0020101
2024-12-09 07:38 daniruiz Summary Request to add Intframework => Intframework - provides an extensive array of tools for penetration testing, exploit development, and vulnerability assessment
2024-12-14 15:12 intapp21 Note Added: 0020166