[PR #74] [CLOSED] Update: All_Katoolin #322

Closed
opened 2026-02-26 04:31:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LionSec/katoolin/pull/74
Author: @ghost
Created: 5/11/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

20 files changed (+2034 additions, -1295 deletions)

View changed files

core/__init__.py (+0 -0)
core/katoolin.py (+19 -0)
core/mechanism.py (+172 -0)
core/menu.py (+33 -0)
core/tools/__init__.py (+0 -0)
core/tools/exploitation_tools.py (+111 -0)
core/tools/extra.py (+103 -0)
core/tools/forensics_tools.py (+124 -0)
core/tools/hardware_hacking.py (+80 -0)
core/tools/information_gathering.py (+212 -0)
core/tools/maintaining_access.py (+106 -0)
core/tools/password_attacks.py (+157 -0)
core/tools/reporting_tools.py (+89 -0)
core/tools/reverse_engineering.py (+96 -0)
core/tools/sniffing_spoofing.py (+145 -0)
core/tools/stress_testing.py (+106 -0)
core/tools/vulnerability_analysis.py (+154 -0)
core/tools/web_applications.py (+170 -0)
core/tools/wireless_attacks.py (+153 -0)
📝 katoolin.py (+4 -1295)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LionSec/katoolin/pull/74 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/11/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a2e0af8`](https://github.com/LionSec/katoolin/commit/a2e0af8275f3c9ff66037b10b9946601d29516a4) Update: All_Katoolin ### 📊 Changes **20 files changed** (+2034 additions, -1295 deletions) <details> <summary>View changed files</summary> ➕ `core/__init__.py` (+0 -0) ➕ `core/katoolin.py` (+19 -0) ➕ `core/mechanism.py` (+172 -0) ➕ `core/menu.py` (+33 -0) ➕ `core/tools/__init__.py` (+0 -0) ➕ `core/tools/exploitation_tools.py` (+111 -0) ➕ `core/tools/extra.py` (+103 -0) ➕ `core/tools/forensics_tools.py` (+124 -0) ➕ `core/tools/hardware_hacking.py` (+80 -0) ➕ `core/tools/information_gathering.py` (+212 -0) ➕ `core/tools/maintaining_access.py` (+106 -0) ➕ `core/tools/password_attacks.py` (+157 -0) ➕ `core/tools/reporting_tools.py` (+89 -0) ➕ `core/tools/reverse_engineering.py` (+96 -0) ➕ `core/tools/sniffing_spoofing.py` (+145 -0) ➕ `core/tools/stress_testing.py` (+106 -0) ➕ `core/tools/vulnerability_analysis.py` (+154 -0) ➕ `core/tools/web_applications.py` (+170 -0) ➕ `core/tools/wireless_attacks.py` (+153 -0) 📝 `katoolin.py` (+4 -1295) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:31:04 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#322
No description provided.