nmaping 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nmaping-0.1.0/LICENSE ADDED
@@ -0,0 +1,6 @@
1
+ Copyright (c) 2026 Abu Tanim (Mr. Tan). All rights reserved.
2
+
3
+ This software and its source code are the sole property of the author.
4
+ No one is allowed to copy, modify, distribute, or upload this tool to
5
+ any public repository (including GitHub) or third-party platform
6
+ without explicit written permission from the owner.
nmaping-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,54 @@
1
+ Metadata-Version: 2.4
2
+ Name: nmaping
3
+ Version: 0.1.0
4
+ Summary: An automation and network scanning utility tool.
5
+ Author-email: Abu Tanim <mrtanvai@gmail.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: license-file
13
+
14
+ # Nmap-scaning
15
+ This code write by Mr Tan.
16
+
17
+ An interactive and custom-built Nmap automation tool, completely designed and coded by me in Python to streamline network scanning and security assessments.
18
+
19
+ A powerful, interactive, and automated network scanning toolkit built with Python and Nmap. This tool simplifies complex network security auditing, vulnerability scanning, and port mapping, offering advanced speed control features for ethical hackers and penetration testers.
20
+
21
+ ---
22
+
23
+ ## 🛠️ Key Features
24
+
25
+ - **Comprehensive Scanning Modes**: Supports 16 different scan types including SYN, Version Detection, Vulnerability Assessment (`--script vuln`), OS Detection, Aggressive Scans, Firewall/IDS Detection, and more.
26
+ - **Advanced Timing Controls**: Integrated with Nmap Timing Templates (`-T0` to `-T5`) allowing you to balance speed and stealth (Bypassing firewalls or performing rapid audits).
27
+ - **Interactive Multi-Color CLI**: Beautiful, clean, and color-coded user interface designed for readability and professional output.
28
+ - **Live Version Checker**: Automatically synchronizes and checks for updates with the GitHub source file.
29
+ - **Cross-Platform Compatibility**: Fully optimized for Linux (Kali, Ubuntu) and Windows environments.
30
+
31
+ ---
32
+
33
+ ## 🚀 Timing Templates Guide
34
+
35
+ This toolkit allows you to choose your scan intensity before every scan, giving you full control over performance and stealth:
36
+
37
+ | Mode | Template | Description |
38
+ | :--- | :---: | :--- |
39
+ | **Paranoid** | `-T0` | Very slow, minimal noise, best for bypassing strict IDS/Firewalls. |
40
+ | **Sneaky** | `-T1` | Slow, used to avoid detection during active monitoring. |
41
+ | **Polite** | `-T2` | Moderate speed, consumes very low bandwidth. |
42
+ | **Normal** | `-T3` | **Default Speed** - Balanced performance for standard networks. |
43
+ | **Aggressive**| `-T4` | Fast and highly recommended for faster security auditing. |
44
+ | **Insane** | `-T5` | Extremely fast, best for local lab testing (might drop packets). |
45
+
46
+ ---
47
+
48
+ ## 📋 Prerequisites
49
+
50
+ Make sure you have **Nmap** installed on your system before running this toolkit.
51
+
52
+ ### For Linux (Kali/Ubuntu):
53
+ ```bash
54
+ sudo apt update && sudo apt install nmap -y
@@ -0,0 +1,41 @@
1
+ # Nmap-scaning
2
+ This code write by Mr Tan.
3
+
4
+ An interactive and custom-built Nmap automation tool, completely designed and coded by me in Python to streamline network scanning and security assessments.
5
+
6
+ A powerful, interactive, and automated network scanning toolkit built with Python and Nmap. This tool simplifies complex network security auditing, vulnerability scanning, and port mapping, offering advanced speed control features for ethical hackers and penetration testers.
7
+
8
+ ---
9
+
10
+ ## 🛠️ Key Features
11
+
12
+ - **Comprehensive Scanning Modes**: Supports 16 different scan types including SYN, Version Detection, Vulnerability Assessment (`--script vuln`), OS Detection, Aggressive Scans, Firewall/IDS Detection, and more.
13
+ - **Advanced Timing Controls**: Integrated with Nmap Timing Templates (`-T0` to `-T5`) allowing you to balance speed and stealth (Bypassing firewalls or performing rapid audits).
14
+ - **Interactive Multi-Color CLI**: Beautiful, clean, and color-coded user interface designed for readability and professional output.
15
+ - **Live Version Checker**: Automatically synchronizes and checks for updates with the GitHub source file.
16
+ - **Cross-Platform Compatibility**: Fully optimized for Linux (Kali, Ubuntu) and Windows environments.
17
+
18
+ ---
19
+
20
+ ## 🚀 Timing Templates Guide
21
+
22
+ This toolkit allows you to choose your scan intensity before every scan, giving you full control over performance and stealth:
23
+
24
+ | Mode | Template | Description |
25
+ | :--- | :---: | :--- |
26
+ | **Paranoid** | `-T0` | Very slow, minimal noise, best for bypassing strict IDS/Firewalls. |
27
+ | **Sneaky** | `-T1` | Slow, used to avoid detection during active monitoring. |
28
+ | **Polite** | `-T2` | Moderate speed, consumes very low bandwidth. |
29
+ | **Normal** | `-T3` | **Default Speed** - Balanced performance for standard networks. |
30
+ | **Aggressive**| `-T4` | Fast and highly recommended for faster security auditing. |
31
+ | **Insane** | `-T5` | Extremely fast, best for local lab testing (might drop packets). |
32
+
33
+ ---
34
+
35
+ ## 📋 Prerequisites
36
+
37
+ Make sure you have **Nmap** installed on your system before running this toolkit.
38
+
39
+ ### For Linux (Kali/Ubuntu):
40
+ ```bash
41
+ sudo apt update && sudo apt install nmap -y
@@ -0,0 +1,54 @@
1
+ Metadata-Version: 2.4
2
+ Name: nmaping
3
+ Version: 0.1.0
4
+ Summary: An automation and network scanning utility tool.
5
+ Author-email: Abu Tanim <mrtanvai@gmail.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: license-file
13
+
14
+ # Nmap-scaning
15
+ This code write by Mr Tan.
16
+
17
+ An interactive and custom-built Nmap automation tool, completely designed and coded by me in Python to streamline network scanning and security assessments.
18
+
19
+ A powerful, interactive, and automated network scanning toolkit built with Python and Nmap. This tool simplifies complex network security auditing, vulnerability scanning, and port mapping, offering advanced speed control features for ethical hackers and penetration testers.
20
+
21
+ ---
22
+
23
+ ## 🛠️ Key Features
24
+
25
+ - **Comprehensive Scanning Modes**: Supports 16 different scan types including SYN, Version Detection, Vulnerability Assessment (`--script vuln`), OS Detection, Aggressive Scans, Firewall/IDS Detection, and more.
26
+ - **Advanced Timing Controls**: Integrated with Nmap Timing Templates (`-T0` to `-T5`) allowing you to balance speed and stealth (Bypassing firewalls or performing rapid audits).
27
+ - **Interactive Multi-Color CLI**: Beautiful, clean, and color-coded user interface designed for readability and professional output.
28
+ - **Live Version Checker**: Automatically synchronizes and checks for updates with the GitHub source file.
29
+ - **Cross-Platform Compatibility**: Fully optimized for Linux (Kali, Ubuntu) and Windows environments.
30
+
31
+ ---
32
+
33
+ ## 🚀 Timing Templates Guide
34
+
35
+ This toolkit allows you to choose your scan intensity before every scan, giving you full control over performance and stealth:
36
+
37
+ | Mode | Template | Description |
38
+ | :--- | :---: | :--- |
39
+ | **Paranoid** | `-T0` | Very slow, minimal noise, best for bypassing strict IDS/Firewalls. |
40
+ | **Sneaky** | `-T1` | Slow, used to avoid detection during active monitoring. |
41
+ | **Polite** | `-T2` | Moderate speed, consumes very low bandwidth. |
42
+ | **Normal** | `-T3` | **Default Speed** - Balanced performance for standard networks. |
43
+ | **Aggressive**| `-T4` | Fast and highly recommended for faster security auditing. |
44
+ | **Insane** | `-T5` | Extremely fast, best for local lab testing (might drop packets). |
45
+
46
+ ---
47
+
48
+ ## 📋 Prerequisites
49
+
50
+ Make sure you have **Nmap** installed on your system before running this toolkit.
51
+
52
+ ### For Linux (Kali/Ubuntu):
53
+ ```bash
54
+ sudo apt update && sudo apt install nmap -y
@@ -0,0 +1,7 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ nmaping.egg-info/PKG-INFO
5
+ nmaping.egg-info/SOURCES.txt
6
+ nmaping.egg-info/dependency_links.txt
7
+ nmaping.egg-info/top_level.txt
@@ -0,0 +1,22 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "nmaping"
7
+ version = "0.1.0"
8
+ authors = [
9
+ { name="Abu Tanim", email="mrtanvai@gmail.com" },
10
+ ]
11
+ description = "An automation and network scanning utility tool."
12
+ readme = "README.md"
13
+ requires-python = ">=3.7"
14
+ classifiers = [
15
+ "Programming Language :: Python :: 3",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Operating System :: OS Independent",
18
+ ]
19
+
20
+ [tool.setuptools.packages.find]
21
+ where = ["."]
22
+ include = ["nmap.py"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+