- Recon
- Find vuln
- Exploit
- Document it
Unicornscans in cli, nmap in msfconsole to help store loot in database.
| #!/bin/bash | |
| BLACK="\033[30m" | |
| RED="\033[31m" | |
| GREEN="\033[32m" | |
| YELLOW="\033[33m" | |
| BLUE="\033[34m" | |
| PINK="\033[35m" | |
| CYAN="\033[36m" | |
| WHITE="\033[37m" |
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <folders> | |
| <folder> | |
| <title>oscp</title> | |
| <snippets> | |
| <snippet> | |
| <title>spawn tty</title> | |
| <content>python -c 'import pty;pty.spawn("/bin/bash")'</content> | |
| </snippet> | |
| <snippet> |
| (╯°□°)╯︵ ┻━┻ | |
| (ノ`Д´)ノ彡┻━┻ | |
| ┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻ | |
| (ノ ಠ益ಠ)ノ~ (\;。▽。)ヽ | |
| ∠( ゚д゚)/ |
| #date: 03/30/2005 | |
| #title: Charlie the Smiling Fish | |
| #author: Jan Wikholm | |
| #email: jw at jw dot fi | |
| #comments: This was written in <6hrs once I heard I might actually have a chance at the prizes ;) | |
| #---------------------------------------- | |
| #code: | |
| # Hello IORCC judges. | |
| module IORCC_entry | |
| extend self |
| #List vms | |
| VBoxManage list vms | |
| #get status of time sync | |
| VBoxManage getextradata <vm-name> VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled | |
| #NOTE: Make sure to restart the VM after changing these settings. | |
| #disable time sync | |
| VBoxManage setextradata <vm-name> VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled 1 |
| // ==UserScript== | |
| // @name Expand my Tickets! | |
| // @namespace http://jw.fi/ | |
| // @version 0.1 | |
| // @description Expands Trac ticket view to be 80% wide to better fit bigger resolutions | |
| // @match https://*trac*/* | |
| // @copyright 2012+, Jan Wikholm | |
| // ==/UserScript== | |
| function addStyle(style) { |