Skip to content

This Python script is a basic command-line tool offering hacking functionalities, including Port and IP scanning, Ping requests, Nmap scans, and Metasploit access. It provides a simple interface for educational exploration of hacking concepts. Ethical use is emphasized, discouraging any malicious activities.

Notifications You must be signed in to change notification settings

Adithya7903/Cyber_Security_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Hacking Tools Suite

A collection of simple hacking tools for educational purposes.

Table of Contents

Introduction

This project provides a suite of hacking tools designed for educational purposes. Each tool performs a specific function related to network scanning and penetration testing.

THIS CODE IS RECOMMENDED TO USE IN KALI LINUX since all the dependecies are already pre-installed

Tools

1. Port Scanner

The Port Scanner tool allows you to scan a specified host for open ports.

2. IP Scanner

The IP Scanner tool scans a network address in CIDR format and identifies online hosts.

3. Send Ping

Send Ping is a simple tool to send ICMP ping requests to a specified IP address or hostname.

4. Nmap Scanner

The Nmap Scanner tool integrates the Nmap utility to perform a detailed network scan on a target IP address.

5. MSFConsole

MSFConsole launches the Metasploit Framework console for advanced penetration testing.

Usage

  1. Clone the repository:

    git clone https://github.com/Adithya7903/Cyber_Security_tools.git
    
    
  2. TO RUN THE CODE

    python3 app.py
    

About

This Python script is a basic command-line tool offering hacking functionalities, including Port and IP scanning, Ping requests, Nmap scans, and Metasploit access. It provides a simple interface for educational exploration of hacking concepts. Ethical use is emphasized, discouraging any malicious activities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages