Skip to content

hackit is a opensource python library work as A toolkit for basic security checks and scans

Notifications You must be signed in to change notification settings

Zierax/HackFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackFunction Library Version

HackFunction is a comprehensive Python library designed for cybersecurity professionals and enthusiasts. It offers a suite of tools for vulnerability scanning, information gathering, and network scanning, making it an essential toolkit for security assessments.

Table of Contents 1- Introduction 2- Installation 3- Modules Overview 4- Vuln - Vulnerability Scanner 5- Infoga - Information Gathering 6- Network Scans 7- Utils

Introduction

Hackit is crafted to assist in identifying system vulnerabilities, gathering essential information, and performing comprehensive network scans. Whether you're a security analyst, penetration tester, or hobbyist, Hackit provides the tools you need to conduct thorough security evaluations.

Installation To get started with Hackit, you can install it directly from PyPI using pip:

pip install hackfunc

Alternatively, you can clone the repository and install the required dependencies:

git clone https://github.com/Zierax/HackFunction.git
cd HackFunction
python setup.py

Modules Overview Vuln - Vulnerability Scanner The vuln.py module provides tools for scanning various vulnerabilities in systems and applications. It supports different scanning techniques and can be extended with additional functionalities.

Infoga - Information Gathering The infoga.py module is a robust tool for collecting detailed information about a target. This includes WHOIS lookups, subdomain enumeration, and DNS queries, among other features.

Network Scans The network_scans.py module includes functionalities for performing comprehensive network scans using tools like nmap and scapy. It supports a wide range of scan types and provides detailed results.

Utils The utils.py module offers utility functions that support the main functionalities of Hackit. This includes making HTTP requests, filtering domain search results, and other helper tasks.

You Can Figure Out How To Use The Library In docs/Usage