Skip to content

Commit

Permalink
Merge pull request #15 from Pujan-sarkar/main
Browse files Browse the repository at this point in the history
Changes in Cryptography, Web, Forensics readme file
  • Loading branch information
Pujan-sarkar authored May 30, 2024
2 parents d736b38 + 3d9f49c commit 7ff7eaa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
15 changes: 7 additions & 8 deletions Cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@
Features videos explaining cryptographic concepts in an accessible manner.

## 3. Practice Platforms
- **[CryptoPals](https://cryptopals.com/)**
A popular platform offering cryptography challenges that gradually increase in difficulty. It covers various aspects of cryptographic techniques and their implementation.

- **[Hack The Box (HTB)](https://www.hackthebox.com/)**
HTB includes cryptography challenges as part of its broader CTF-style challenges. It's a great way to practice in a gamified environment.

- **[Cryptohack](https://cryptohack.org/)**
An interactive platform focused solely on cryptography challenges. It offers a range of puzzles from basic to advanced levels.
<br>

| Logo | Name | Description | Link |
| :-: | :-: | :-: | :-: |
| <img src="https://opengraph.githubassets.com/2dac56f835d8a5750491737d559ac2f432c770eb45b54a30b19e23085e1ad4fd/Orelbenr/cryptopals-writeups" width="150"> | CryptoPals | A popular platform offering cryptography challenges that gradually increase in difficulty. It covers various aspects of cryptographic techniques and their implementation. | [CryptoPals](https://cryptopals.com/) |
| <img src="https://www.hackthebox.com/images/logo-htb.svg" width="150"> | Hack The Box | HTB includes cryptography challenges as part of its broader CTF-style challenges. It's a great way to practice in a gamified environment. | [Hack The Box](https://www.hackthebox.com) |
| <img src="https://cryptohack.org/static/img/logo.svg" width="150"> | Cryptohack | An interactive platform focused solely on cryptography challenges. It offers a range of puzzles from basic to advanced levels. | [Cryptohack](https://cryptohack.org/) |

## 4. Tools and Software
- **[Hashcat](https://hashcat.net/hashcat/)**
Expand Down
13 changes: 6 additions & 7 deletions Forensics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@
Provides videos on digital forensics and incident response, including tool demonstrations and case studies.

## 3. Practice Platforms
- **[Cyber Defenders](https://www.cyberdefenders.org/)**
Offers beginner-friendly challenges and labs focused on digital forensics and incident response to help you practice and hone your skills.
<br>

- **[DFIR Training](https://www.dfir.training/)**
Provides a collection of resources, including challenges, labs, and CTFs designed for digital forensics training.

- **[Magnet Forensics Training](https://www.magnetforensics.com/training/)**
Offers online courses and labs to practice using Magnet Forensics tools for various forensics investigations.
| Logo | Name | Description | Link |
| :-: | :-: | :-: | :-: |
| <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTVoD0bSVIPtWsBss2pZ8CMFHwFMuwwPRybgw&s" width="150"> | Cyber Defenders | Offers beginner-friendly challenges and labs focused on digital forensics and incident response to help you practice and hone your skills. | [Cyber Defenders](https://www.cyberdefenders.org/) |
| <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcScb3mGxdfXSORLRs63HcCdOm-45_mTAFuS0Q&s" width="150"> | DFIR Training | Provides a collection of resources, including challenges, labs, and CTFs designed for digital forensics training. | [DFIR Training](https://www.dfir.training/) |
| <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSSkiKFtJvm6IIpwUJ27o7Qwh6LotfjcXNbwBAIJCRLX1Nr_UbMFdJoOgNm0j1yo4fHcg&usqp=CAU" width="150"> | Magnet Forensics Training | Offers online courses and labs to practice using Magnet Forensics tools for various forensics investigations. | [Magnet Forensics Training](https://www.magnetforensics.com/training/) |

## 4. Tools and Software
- **[Autopsy](https://www.sleuthkit.org/autopsy/)**
Expand Down
12 changes: 6 additions & 6 deletions Web-Exploitation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
Features videos on web security, bug bounty hunting, and CTF challenges, with practical insights into web exploitation.

## 3. Practice Platforms
- **[Hack The Box (HTB)](https://www.hackthebox.com/)**
An online platform offering a wide range of CTF-style challenges, including many focused on web exploitation.
<br>

- **[PortSwigger Web Security Academy](https://portswigger.net/web-security)**
A free, interactive learning platform providing labs to practice web security vulnerabilities and exploitation techniques.
| Logo | Name | Description | Link |
| :-: | :-: | :-: | :-: |
| <img src="https://www.hackthebox.com/images/logo-htb.svg" width="150"> | Hack The Box | An online platform offering a wide range of CTF-style challenges, including many focused on web exploitation. | [Hack The Box](https://www.hackthebox.com/) |
| <img src="https://portswigger.net/favicon.ico"> | PortSwigger Web Security Academy | A free, interactive learning platform providing labs to practice web security vulnerabilities and exploitation techniques. | [PortSwigger Web Security Academy](https://portswigger.net/web-security) |
| <img src="https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/jemqxoaquwjulgmhvzus" width="150"> | VulnHub | Provides vulnerable virtual machines to practice web exploitation in a controlled environment. | [VulnHub](https://www.vulnhub.com/) |

- **[VulnHub](https://www.vulnhub.com/)**
Provides vulnerable virtual machines to practice web exploitation in a controlled environment.

## 4. Tools and Software
- **[Burp Suite](https://portswigger.net/burp)**
Expand Down

0 comments on commit 7ff7eaa

Please sign in to comment.