Commit Graph

41 Commits

Author SHA1 Message Date
Hardik Zinzuvadiya
fbffd2ef27
Merge pull request #408 from aleff-github/patch-1
New Forensic tool
2023-10-24 13:06:43 +05:30
JinnaBalu
1c2cbbbe2a Optimized Dockerfile for layer cache and moved all the installations for cache not to rerun the same layer for every code change for Docker container. 2023-09-01 12:32:42 +05:30
Aleff
ddd0101b09
New Forensic tool
[+] Volatility3
> Volatility is the world's most widely used framework for extracting digital artifacts from volatile memory (RAM) samples.
2023-08-29 09:22:02 +02:00
Mohit Damke
011db11064
Added steps for installing tool
Added a proper steps for better understanding for user to run tool
2023-07-17 22:29:33 +05:30
Hardik Zinzuvadiya
d96a763f27
Updated Installation Changes 2023-03-04 08:29:15 -05:00
Hardik Zinzuvadiya
608fea3eb1
Install & Update File has been Improved 2023-03-04 06:36:45 -05:00
Hardik Zinzuvadiya
5c69e5cb13
Merge pull request #255 from cclauss/patch-3
Fix typos discovered by codespell
2023-03-03 17:06:38 +05:30
Hardik Zinzuvadiya
74eebac6f8
Merge pull request #257 from v8blink/patch-1
Add XSS detection tool - Cyclops
2023-01-27 14:11:59 +05:30
Víctor García
108bf23272 Add Docker 2022-12-02 22:16:16 +01:00
Christian Clauss
500fa3be75
Merge branch 'master' into patch-3 2022-11-30 21:26:10 +01:00
jg
ad65f91885 added Ranger Reloaded 2022-06-30 00:02:37 -05:00
灰豆
7019aa90ca
Add XSS detection tool - Cyclops
Name: Cyclops
Type:Discovery/XSS
Description: Cyclops is a web browser with XSS detection feature, it is chromium-based xss detection that used to find the flows from a source to a sink.
Github: https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking
2022-06-14 15:39:35 +08:00
Christian Clauss
603f851be3
Fix typos discovered by codespell 2022-06-12 23:09:23 +02:00
0x90
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
TheWildNIght
bb997da360
Update README.md 2021-07-05 07:51:43 +05:30
TheWildNIght
ffaa03f387
Update README.md 2021-07-05 07:48:57 +05:30
TheWildNIght
ab618753cd
add stegocracker in steganography tools 2021-07-04 22:48:00 +05:30
Ajst_0077
c6f1ce60f6
Update README.md 2020-10-01 16:15:01 +05:30
naveennamani
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
Mr.Z4nzu
c81c08c1e9
Update with new tools 2020-07-21 22:26:08 +05:30
Mr.Z4nzu
7f574ebd61
Update README.md 2020-07-14 23:05:48 +05:30
Mr.Z4nzu
4880f7fdc0
Update README.md 2020-07-11 17:44:56 +05:30
Mr.Z4nzu
737968ead5
Update README.md 2020-07-07 20:17:53 +05:30
Mr.Z4nzu
98ed2c33c7
Update README.md 2020-07-07 13:42:45 +05:30
Mr.Z4nzu
7c9c36fd09
Update README.md 2020-07-05 19:05:27 +05:30
Mr.Z4nzu
f96ec773ab
Update README.md 2020-06-27 11:36:41 +05:30
Mr.Z4nzu
0cbce98048
Update README.md 2020-06-26 23:20:57 +05:30
Mr.Z4nzu
877d17a50b
New Update 2020-06-26 23:19:58 +05:30
Mr.Z4nzu
948bc6f0f2
Update README.md 2020-06-26 23:17:32 +05:30
Mr.Z4nzu
40fad57b75
Update README.md 2020-06-23 20:30:01 +05:30
Mr.Z4nzu
a569e64198
Update README.md 2020-06-20 18:49:54 +05:30
Mr.Z4nzu
636fbfa6c9
Update README.md 2020-06-19 19:57:29 +05:30
Mr.Z4nzu
f9bc03f73c
Update README.md 2020-06-19 19:44:30 +05:30
Mr.Z4nzu
8d067ce933
Added new tools 2020-04-19 13:22:11 +05:30
Mr.Z4nzu
781d4cbfb9
Some Changes 2020-04-11 23:35:13 +05:30
Mr.Z4nzu
ed10dabc9a
changing made 2020-04-11 20:22:07 +05:30
Mr.Z4nzu
147a4eb96e
Update README.md 2020-04-11 16:17:14 +05:30
Mr.Z4nzu
ff09da4507
Update README.md 2020-04-11 16:07:12 +05:30
Mr.Z4nzu
9e0e12616b
first time 2020-04-11 16:02:57 +05:30
Mr.Z4nzu
1c12b99ffe
Update README.md 2020-04-11 15:06:28 +05:30
Mr.Z4nzu
b591e0cce4
Initial commit 2020-04-11 14:51:32 +05:30