# Hack$Notes

## Hack$Notes

- [Hack$Notes](https://ed4m4s.blog/master.md): Welcome to my world
- [Enumeration](https://ed4m4s.blog/master-1.md): Enumeration is key to the process of pentesting.
- [NMAP Scanning](https://ed4m4s.blog/master-1/nmap-scanning.md): Various nmap scans
- [Hping3 Scanning](https://ed4m4s.blog/master-1/hping3-scanning.md): Hping3
- [IDLE SCAN](https://ed4m4s.blog/master-1/hping3-scanning/idle-scan.md): Idle Scan
- [DNS Enum](https://ed4m4s.blog/master-1/dns-enum.md)
- [SMB Enum](https://ed4m4s.blog/master-1/smb-enum.md)
- [SMTP Enum](https://ed4m4s.blog/master-1/smtp-enum.md)
- [POP3](https://ed4m4s.blog/master-1/pop3.md)
- [SNMP Enum](https://ed4m4s.blog/master-1/snmp-enum.md)
- [LDAP Enum](https://ed4m4s.blog/master-1/ldap-enum.md): LDAP Enumeration
- [HTTP Enum](https://ed4m4s.blog/master-1/http-enum.md): Enumerate directories.
- [CheckList](https://ed4m4s.blog/master-1/http-enum/checklist.md)
- [FTP Enum](https://ed4m4s.blog/master-1/ftp-enum.md): FTP Enumeration
- [SSH Enum](https://ed4m4s.blog/master-1/ssh-enum.md): SSH Enumeration
- [MySQL Enum](https://ed4m4s.blog/master-1/mysql-enum.md): MySQL enumeration
- [Oracle Enum](https://ed4m4s.blog/master-1/oracle-enum.md): Oracle Enumeration
- [NFS Enum](https://ed4m4s.blog/master-1/nfs-enum.md): NFS Enumeration
- [Internet Relay Chat (IRC)](https://ed4m4s.blog/master-1/internet-relay-chat-irc.md)
- [Telnet](https://ed4m4s.blog/master-1/telnet.md)
- [Kerberos](https://ed4m4s.blog/master-1/kerberos.md)
- [Finger](https://ed4m4s.blog/master-1/finger.md): port 79
- [Ports Open/Close](https://ed4m4s.blog/master-1/ports-open-close.md)
- [ident](https://ed4m4s.blog/master-1/ident.md)
- [Postgresl](https://ed4m4s.blog/master-1/postgresl.md)
- [Transferring Files](https://ed4m4s.blog/transferring-files.md): How to transfer files
- [Metasploit Framework](https://ed4m4s.blog/metasploit.md): Metasploit Framework
- [Msfvenom tutorial](https://ed4m4s.blog/metasploit/msfvenom-tutorial.md): Simple commands
- [Msfvenom Payloads](https://ed4m4s.blog/metasploit/untitled-2.md): Payload creation using msfvenom
- [Reverse Shells](https://ed4m4s.blog/reverse-shells.md)
- [Buffer Overflow](https://ed4m4s.blog/untitled.md): Some of the things used within BO.
- [B.O Steps](https://ed4m4s.blog/untitled/b.o-steps.md): Steps used in buffer overflow.
- [SLmail B.O](https://ed4m4s.blog/untitled/slmail-b.o.md): SLmail example buffer overflow
- [Spawning a Shell](https://ed4m4s.blog/spawning-a-shell.md): Spawn a shell
- [Password Attacks](https://ed4m4s.blog/password-attacks.md): Various password attacks
- [Passing the Hash](https://ed4m4s.blog/password-attacks/passing-the-hash.md): Pass the hash
- [SAM/SYSTEM](https://ed4m4s.blog/password-attacks/sam-system.md)
- [Passwords](https://ed4m4s.blog/password-attacks/passwords.md): Passwords
- [Hydra](https://ed4m4s.blog/password-attacks/hydra.md): Hydra Brute Force
- [Medusa](https://ed4m4s.blog/password-attacks/medusa.md): Medusa Brute Force
- [Ncrack](https://ed4m4s.blog/password-attacks/ncrack.md): Ncrack Brute Force
- [Unshadow](https://ed4m4s.blog/password-attacks/unshadow.md): Unshadow
- [Hashcat](https://ed4m4s.blog/password-attacks/hashcat.md): Hashcat
- [John The Ripper](https://ed4m4s.blog/password-attacks/john-the-ripper.md): Crack passwords with johnTHEripper
- [fcrackzip](https://ed4m4s.blog/password-attacks/fcrackzip.md)
- [Privilege Escalation](https://ed4m4s.blog/privilege-escalation.md): Gathering information for priv esc.
- [Windows](https://ed4m4s.blog/privilege-escalation/windows.md): Windows Privilege Escalation
- [Kernel Exploits](https://ed4m4s.blog/privilege-escalation/windows/kernel-exploits.md): Missing patches etc.
- [Stored Credentials](https://ed4m4s.blog/privilege-escalation/windows/stored-credentials.md): Looking for passwords.
- [Unquoted Service Path](https://ed4m4s.blog/privilege-escalation/windows/unquoted-service-path.md)
- [Always Install Elevated](https://ed4m4s.blog/privilege-escalation/windows/always-install-elevated.md): Always Install Elevated
- [Weak Permissions](https://ed4m4s.blog/privilege-escalation/windows/weak-permissions.md): Weak Permissions
- [Schedule Tasks](https://ed4m4s.blog/privilege-escalation/windows/schedule-tasks.md)
- [AutoRun Executables](https://ed4m4s.blog/privilege-escalation/windows/startup-services.md)
- [Startup Apps](https://ed4m4s.blog/privilege-escalation/windows/startup-apps.md)
- [Passwords](https://ed4m4s.blog/privilege-escalation/windows/passwords.md)
- [Win PrivEsc Tools](https://ed4m4s.blog/privilege-escalation/windows/win-privesc-tools.md)
- [Linux](https://ed4m4s.blog/privilege-escalation/linux.md): Linux Privilege Escalation
- [Kernel Exploits](https://ed4m4s.blog/privilege-escalation/linux/untitled.md): Kernel Exploits
- [Service Exploits](https://ed4m4s.blog/privilege-escalation/linux/service-exploits.md)
- [PATH Variable](https://ed4m4s.blog/privilege-escalation/linux/path-variable.md): Exploiting Path Variable
- [SUID/GUID files](https://ed4m4s.blog/privilege-escalation/linux/suid-guid-files.md): Abusing suid/guid files
- [CronJobs](https://ed4m4s.blog/privilege-escalation/linux/cronjobs.md)
- [Sudo](https://ed4m4s.blog/privilege-escalation/linux/sudo.md)
- [Custom Executable](https://ed4m4s.blog/privilege-escalation/linux/custom-executable.md)
- [Linux PrivEsc Tools](https://ed4m4s.blog/privilege-escalation/linux/linprivesc.md): PrivEsc tools
- [Port Forwarding](https://ed4m4s.blog/port-forwarding.md): Simple port forwarding tricks
- [Tools / Techniques](https://ed4m4s.blog/tools.md): Various tools used.
- [General Check List](https://ed4m4s.blog/tools/check_list.md)
- [Misc. Commands](https://ed4m4s.blog/tools/various-commands.md): Miscellaneous Commands
- [Steganography](https://ed4m4s.blog/tools/steganography.md): Steganography tools
- [Evasion Techniques](https://ed4m4s.blog/tools/evasion-techniques.md): Evasion
- [SQL Injection Payloads](https://ed4m4s.blog/tools/sql-injection-payloads.md)
- [LFI / RFI](https://ed4m4s.blog/tools/local-file-inclusion.md): Interesting Files for LFI
- [Recover contents](https://ed4m4s.blog/tools/recover-contents.md)
- [JAR Files](https://ed4m4s.blog/tools/jar-files.md)
- [Strace/Ltrace](https://ed4m4s.blog/tools/strace-ltrace.md)
- [Port Knocking](https://ed4m4s.blog/tools/port-knocking.md)
- [Screenshots in Kali](https://ed4m4s.blog/tools/screenshots-in-kali.md): Take screenshots
- [Curl](https://ed4m4s.blog/tools/curl.md): Transfer a URL
- [Resources](https://ed4m4s.blog/resources.md): A collection of books, links further studying.
- [Books](https://ed4m4s.blog/resources/books.md): Several Books
- [Links](https://ed4m4s.blog/resources/links.md): Useful links around the globe


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ed4m4s.blog/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
