Skip to content

Commit a69980b

Browse files
committed
export ipynb to pdf & md
1 parent 28384ed commit a69980b

File tree

3 files changed

+1123
-1
lines changed

3 files changed

+1123
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To use the notebooks in this repository, you need to set up your environment. Fo
6969
| 1 | **Crafting a Rust-Based Network Sniffer** | 42 | - Introduction to Network Sniffers <br>- Rust for Network Programming <br>- The `socket2` Crate <br>- Fundamentals of Raw Network Packets in Rust<br>- Decoding different IP and Transport layers Packets in Rust<br>- How to build your own custom NMAP-like ports scanner | [![Github](https://img.shields.io/badge/launch-Github-181717.svg?logo=github&logoColor=white)](./chapter-1/chapter-1.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wiseaidev/dark-web-rust/main?filepath=chapter-1/chapter-1.ipynb) | [![nbviewer](https://img.shields.io/badge/Read%20PDF-nbviewer-blue)](https://nbviewer.org/github/wiseaidev/dark-web-rust/tree/main/chapter-1/chapter-1.pdf) |
7070
| 2 | **Hidden Threads: Mastering the Art of Steganography in Rust** | 29 | - Exploring the PNG File Format <br>- Reading amd Validating PNG Image Files <br>- Preprocessing PNG Images. <br>- Hiding Secrets with Steganography<br> | [![Github](https://img.shields.io/badge/launch-Github-181717.svg?logo=github&logoColor=white)](./chapter-2/chapter-2.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wiseaidev/dark-web-rust/main?filepath=chapter-2/chapter-2.ipynb) | [![nbviewer](https://img.shields.io/badge/Read%20PDF-nbviewer-blue)](https://nbviewer.org/github/wiseaidev/dark-web-rust/tree/main/chapter-2/chapter-2.pdf) |
7171
| 3 | **Rust's Cryptographic Strengths and Vulnerabilities** | 23 | - Cryptography in Rust <br>- Hashing <br>- Cracking MD5 Hashes<br> - Implementing bcrypt<br> - Message Authentication<br> - Symmetric Encryption<br> - Asymmetric Encryption<br>| [![Github](https://img.shields.io/badge/launch-Github-181717.svg?logo=github&logoColor=white)](./chapter-3/chapter-3.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wiseaidev/dark-web-rust/main?filepath=chapter-3/chapter-3.ipynb) | [![nbviewer](https://img.shields.io/badge/Read%20PDF-nbviewer-blue)](https://nbviewer.org/github/wiseaidev/dark-web-rust/tree/main/chapter-3/chapter-3.pdf) |
72+
| 4 | **Web Reconnaissance in Rust** | 26 | - Web Reconnaissance and Social Engineering.<br>- Cookies management for persistent sessions.<br>- Crafting stealthy requests with custom user-agents.<br>- Leveraging proxies using Reqwest for enhanced security.<br>- Building a modular browser struct in Rust.<br>- Utilizing DuckDuckGo API for information gathering.<br>- Advanced interactions like image search and custom queries.<br>- Parsing Xeets in Rust for efficient data handling.<br>- Implementing anonymous email communication.<br>Mass social engineering techniques.| [![Github](https://img.shields.io/badge/launch-Github-181717.svg?logo=github&logoColor=white)](./chapter-4/chapter-4.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wiseaidev/dark-web-rust/main?filepath=chapter-4/chapter-4.ipynb) | [![nbviewer](https://img.shields.io/badge/Read%20PDF-nbviewer-blue)](https://nbviewer.org/github/wiseaidev/dark-web-rust/tree/main/chapter-4/chapter-4.pdf) |
7273

7374
## 📜 License
7475

@@ -78,4 +79,4 @@ This project is licensed under the [MIT](https://opensource.org/licenses/MIT). F
7879

7980
[![Star History Chart](https://api.star-history.com/svg?repos=wiseaidev/dark-web-rust&type=Date)](https://star-history.com/#wiseaidev/dark-web-rust&Date)
8081

81-
**Stay Ethical, Stay Legal. Use Responsibly.** ⚠️
82+
**Stay Ethical, Stay Legal. Use Responsibly.** ⚠️

0 commit comments

Comments
 (0)