CRUD = Create, Read, Update, Delete
$host = '127.0.0.1';
$dbname = 'test';
$username = 'root';| package main | |
| import ( | |
| "flag" | |
| "io" | |
| "net" | |
| "time" | |
| log "github.com/sirupsen/logrus" | |
| "golang.org/x/net/proxy" |
| // Node v6.9.0 | |
| // | |
| // TEST FILE (cut down for simplicity) | |
| // To ensure Golang encrypted string can be decrypted in NodeJS. | |
| // | |
| let crypto; | |
| try { | |
| crypto = require('crypto'); |
| # PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/ | |
| # tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c | |
| # the most up-to-date version of PowerView will always be in the dev branch of PowerSploit: | |
| # https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1 | |
| # New function naming schema: | |
| # Verbs: | |
| # Get : retrieve full raw data sets | |
| # Find : ‘find’ specific data entries in a data set |
| . | |
| .. | |
| ........ | |
| @ | |
| * | |
| *.* | |
| *.*.* | |
| 🎠|
| #!/bin/sh | |
| # wget --mirror --adjust-extension --page-requisites --execute robots=off --wait=30 --rand om-wait --convert-links --user-agent=Mozilla http://www.example.com | |
| ### V1 | |
| # wget \ | |
| # --recursive \ | |
| # --no-clobber \ | |
| # --page-requisites \ | |
| # --html-extension \ |
| /* | |
| * myalloc - a simplified reimplementation of glibc's malloc | |
| * | |
| * This allocator aims to follow in the spirit of the glibc implementation, | |
| * but with simplicity as the main design goal, instead of efficiency or | |
| * scalability. It uses a single free list instead of grouping blocks | |
| * into buckets, and is not at all thread safe. | |
| * | |
| * Some assumptions made: | |
| * - 2's complement, little endian, 8 bits per byte |
Make config file:
sudo nano /etc/nginx/sites-available/bot.confThen copy and paste bot.conf content and edit YOUR.DOMAIN strings. Now install Let's Encrypt on your server. For example in Debian you need to add jessie-backports and easily install it with apt-get:
sudo apt-get install -t jessie-backports letsencryptThen get cert for you domain:
Here are instructions to install Nethunter (as a ROM) with working native monitor mode in the chroot using Nexmon. The ROM is a modified CM 14.1 (nougat) base with custom kernel which supports: HID, Drivedroid, Kexec, and external wireless.
You will need the following 3 items (maybe 4):