aircrack-ng -a 1 -e -l <.cap or .ivs file(s)>
aircrack-ng -e -r <.cap or .ivs file(s)>
aircrack-ng -e -w <.cap or .ivs file(s)>
#!/bin/bash | |
# -*- coding: utf-8 -*- | |
#echo -e | |
#echo -e | |
echo -e "███╗ ██╗██╗ ██╗ ██████╗████████╗ ██████╗ ███╗ ███╗ █████╗ ██████╗ " | |
echo -e "████╗ ██║╚██╗ ██╔╝██╔════╝╚══██╔══╝██╔═══██╗ ████╗ ████║██╔══██╗██╔══██╗" | |
echo -e "██╔██╗ ██║ ╚████╔╝ ██║ ██║ ██║ ██║█████╗██╔████╔██║███████║██████╔╝" |
########################################### | |
# REPOSITORY BY HACKERS PROGRAMMERS # | |
########################################### | |
############# | |
# Kali Repo # | |
############# | |
deb http://http.kali.org/kali kali-rolling main non-free contrib |
#!/usr/bin/env bash | |
# | |
# Bootstrap script for new developers | |
# | |
mv "iTerm.app" /Applications/ | |
# Install Xcode | |
xcode-select --install | |
# |
#!/bin/sh | |
# Color Variables | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
NC='\033[0m' # No Color | |
# Ask for the administrator password upfront. | |
sudo -v |
[Prevail-Health-Solutions][2019-02-25 04:27:41,980][ERROR] Failed to check notifications | |
Traceback (most recent call last): | |
File "/usr/lib/pritunl/local/lib/python2.7/site-packages/pritunl/runners/updates.py", line 25, in _check_updates | |
response = urllib2.urlopen(request, timeout=60) | |
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen | |
return opener.open(url, data, timeout) | |
File "/usr/lib/python2.7/urllib2.py", line 435, in open | |
response = meth(req, response) | |
File "/usr/lib/python2.7/urllib2.py", l[ 184.644342] serial8250: too much work for irq4 | |
ine 548, in http_response |
# Set these to the correct values | |
$server_address = "vpn.example.com" | |
$connection_name = "VPN Connection" | |
$certificate_path = "certificate.p12" | |
$ca_cert_path = "strongswanCert.pem" | |
$password = ConvertTo-SecureString -String "P12 passphrase" -AsPlainText -Force | |
# Import machine cert | |
Import-PfxCertificate -FilePath $certificate_path -CertStoreLocation Cert:\LocalMachine\My\ -Password $password |