You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search hacking techniques and tools for penetration testings, bug bounty, CTF.
5
7
6
8
## Comprehensive Resources
@@ -21,32 +23,24 @@ This project contains vast information in the cybersecurity field such as below:
21
23
22
24
## Disclaimer
23
25
24
-
Exploit Notes are 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.
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.
25
27
Please use this contents at your own risk.
26
28
27
29
The contents are not original, but based on the information on the internet, the author actually tried and functioned.
28
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.
29
31
30
32
I'm not a security expert, just an enthusiast, so the contents are not necessarily accurate.
31
33
32
-
## Use Locally
34
+
## Use It Offline
33
35
34
36
To use Exploit Notes locally, run the following command:
If you find this site helpful, please consider supporting my ongoing efforts through a donation.
48
-
49
-
<ahref="https://www.buymeacoffee.com/hdks"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 42px!important;" ></a>
50
-
<ahref='https://ko-fi.com/R5R0S649A'target='_blank'><imgheight='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>
For example, to make an executable file (.exe) appear as a PDF document, the file name can be modified as follows:
12
+
13
+
```powershell
14
+
mv .\example.exe .\example.pdf.exe
15
+
```
16
+
17
+
Since Windows Explorer hides file extensions by default, it will appear as example.pdf.
18
+
19
+
Alternatively, a more forceful approach is to insert numerous spaces before the actual extension, effectively preventing it from being displayed in File Explorer.
0 commit comments