diff --git a/README.md b/README.md index 4619c75..78d9b27 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ ## Offensive Security Cheat Sheet -You can use the [editor on GitHub](https://github.com/Totes5706/Offensive-Security-Cheat-Sheet/edit/main/README.md) to maintain and preview the content for your website in Markdown files. +Here you will find a useful collection of commands and file resource locations used in Pentesting operations. This reference is will go hand in hand with Kali Linux. -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. +### General Enumeration -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for +#### NMAP ```markdown Syntax highlighted code block @@ -25,13 +23,58 @@ Syntax highlighted code block [Link](url) and ![Image](src) ``` +### Port Enumeration -For more details see [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). +#### [21] FTP -### Jekyll Themes -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/Totes5706/Offensive-Security-Cheat-Sheet/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. +#### [22] SSH -### Support or Contact -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. +#### [53] DNS + + +#### [79] FINGER + + +#### [80, 443] Web Server + + +#### [88] Kerberos + + +#### [110] POP3 + + +#### [161] SNMP + + +#### [389] LDAP + + +#### [445] SMB + + +#### [1433] MSSQL + + +#### [2049] NFS + + +#### [3389] RDP + +#### [5985, 5986] WINRM + +### Reverse Shell + +#### Linux + +#### Windows + +### Privilege Escalation + +#### Linux + +#### Windows + +### Password Cracking