Skip to content

Commit c9d2d38

Browse files
committed
updated
1 parent a683006 commit c9d2d38

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Exploit Notes
2+
3+
<img src="docs/assets/images/logo.png" alt="Logo" width="128" />
4+
5+
Exploit Notes is a security research site.
6+
Search hacking techniques and tools for penetration testings, bug bounty, CTF.
7+
8+
## Comprehensive Resources
9+
10+
This project contains vast information in the cybersecurity field such as below:
11+
12+
- Reconnaissance
13+
- Linux
14+
- Windows
15+
- Web
16+
- Database
17+
- Network
18+
- Container (Docker, Kubernetes)
19+
- Cryptography
20+
- Binary, Reverse Engineering
21+
- AI/Machine Learning
22+
- Blockchain, Smart Contract
23+
24+
## Disclaimer
25+
26+
Exploit Notes is only for educational purpose or penetration testing, not attacking servers that you're not authorized.This site will not take any responsibility even if you attack the server illegally or cause damage unintentionally.
27+
Please use this contents at your own risk.
28+
29+
The contents are not original, but based on the information on the internet, the author actually tried and functioned.
30+
Although the author strives to post the latest information on the content of this site as much as possible, there is no guarantee that it will always be new.
31+
32+
I'm not a security expert, just an enthusiast, so the contents are not necessarily accurate.
33+
34+
## Use It Offline
35+
36+
To use Exploit Notes locally, run the following command:
37+
38+
```sh
39+
git clone https://github.com/hdks-bug/exploit-notes.git
40+
cd exploit-notes
41+
python3 -m venv .venv
42+
source .venv/bin/activate
43+
pip3 install -r requirements.txt
44+
mkdocs serve
45+
```
46+
47+
## :coffee: Donate Me
48+
49+
If you find this site helpful, please consider supporting my ongoing efforts through a donation.
50+
51+
<a href="https://www.buymeacoffee.com/hdks" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 42px !important;" ></a>
52+
53+
<a href='https://ko-fi.com/R5R0S649A' target='_blank'><img height='42' style='border:0px;height:42px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
54+

0 commit comments

Comments
 (0)