1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
603f851be3 Fix typos discovered by codespell 2022-06-12 23:09:23 +02:00
e151f1fd65 Update README.MD
SpyCam original source was retired from GitHub... updated with one of the forked sources...
2022-05-13 22:26:50 -04:00
bb997da360 Update README.md 2021-07-05 07:51:43 +05:30
ffaa03f387 Update README.md 2021-07-05 07:48:57 +05:30
ab618753cd add stegocracker in steganography tools 2021-07-04 22:48:00 +05:30
c6f1ce60f6 Update README.md 2020-10-01 16:15:01 +05:30
eaa920a7e3 Refactored the whole project
List of changes

+ Handling information about a tool has been improved a lot by providing a `HackingTool` class, which takes care of showing the options, running the selected option, executing the required commands
+ This class is designed with flexibililty and simplicity in mind, so adding a new tool is a lot easier, mention TITLE, DESCRIPTION, list of INSTALL_COMMANDS, RUN_COMMANDS and PROJECT_URL and there you go...

+ grouping all the `HackingTool`s is also made super simpler by providing a `HackingToolsCollection` class which groups the tools into their respective categories. Just add the instances of `HackingTool` classes to the TOOLS property of the `HackingToolsCollection`.

+ Refactored all the tools into separate files based on their categories.
+ Added a READM_template.md and generate_readme.py script to automatically generate Table of contents and the list of tools available automatically.
+ Now each tool in the README.md points to its project url if provided. This makes it easier to visit the project from the readme.
2020-08-14 16:41:59 +05:30
c81c08c1e9 Update with new tools 2020-07-21 22:26:08 +05:30
7f574ebd61 Update README.md 2020-07-14 23:05:48 +05:30
4880f7fdc0 Update README.md 2020-07-11 17:44:56 +05:30
737968ead5 Update README.md 2020-07-07 20:17:53 +05:30
98ed2c33c7 Update README.md 2020-07-07 13:42:45 +05:30
7c9c36fd09 Update README.md 2020-07-05 19:05:27 +05:30
f96ec773ab Update README.md 2020-06-27 11:36:41 +05:30
0cbce98048 Update README.md 2020-06-26 23:20:57 +05:30
877d17a50b New Update 2020-06-26 23:19:58 +05:30
948bc6f0f2 Update README.md 2020-06-26 23:17:32 +05:30
40fad57b75 Update README.md 2020-06-23 20:30:01 +05:30
a569e64198 Update README.md 2020-06-20 18:49:54 +05:30
636fbfa6c9 Update README.md 2020-06-19 19:57:29 +05:30
f9bc03f73c Update README.md 2020-06-19 19:44:30 +05:30
8d067ce933 Added new tools 2020-04-19 13:22:11 +05:30
781d4cbfb9 Some Changes 2020-04-11 23:35:13 +05:30
ed10dabc9a changing made 2020-04-11 20:22:07 +05:30
147a4eb96e Update README.md 2020-04-11 16:17:14 +05:30
ff09da4507 Update README.md 2020-04-11 16:07:12 +05:30
9e0e12616b first time 2020-04-11 16:02:57 +05:30
1c12b99ffe Update README.md 2020-04-11 15:06:28 +05:30
b591e0cce4 Initial commit 2020-04-11 14:51:32 +05:30