Skip to content

Instantly share code, notes, and snippets.

View cecchisandrone's full-sized avatar

Alessandro Dionisi cecchisandrone

View GitHub Profile
@rproenca
rproenca / Clipboard.js
Last active May 2, 2024 10:39
Copy text to clipboard using Javascript. It works on Safari (iOS) and other browsers.
window.Clipboard = (function(window, document, navigator) {
var textArea,
copy;
function isOS() {
return navigator.userAgent.match(/ipad|iphone/i);
}
function createTextArea(text) {
textArea = document.createElement('textArea');
@penguinpowernz
penguinpowernz / README.md
Last active May 1, 2024 13:31
WPA CLI commands
command args description
status [verbose] get current WPA/EAPOL/EAP status
ifname get current interface name
ping pings wpa_supplicant
relog re-open log-file (allow rolling logs)
note <text> add a note to wpa_supplicant debug log
mib get MIB variables (dot1x, dot11)
help [command] show usage help
interface [ifname] show interfaces/select interface
@PellePedro
PellePedro / tcpdump & ngrep
Created September 20, 2013 16:44
tcpdump & ngrep
tcpdump advanced filters
========================
Sebastien Wains <sebastien -the at sign- wains -dot- be>
http://www.wains.be
$Id: tcpdump_advanced_filters.txt 36 2013-06-16 13:05:04Z sw $
Notes :