Skip to content

Instantly share code, notes, and snippets.

@AJNOURI
AJNOURI / install-gns3-ubuntu-17-10
Created October 24, 2017 09:35
Installing GNS3 on Ubuntu 17.10
sudo add-apt-repository ppa:gns3/unstable
sudo apt-get update
sudo apt-get install gns3-gui
sudo apt install curl
curl -O https://download.docker.com/linux/ubuntu/dists/zesty/pool/stable/amd64/docker-ce_17.09.0~ce-0~ubuntu_amd64.deb
sudo dpkg -i docker-ce_17.09.0~ce-0~ubuntu_amd64.deb
sudo gpasswd -a $USER docker
newgrp docker
sudo apt-get install xtightvncviewer
@securitytube
securitytube / ssid-sniffer-scapy-python.py
Created April 2, 2013 12:49
WLAN SSID Sniffer in Python using Scapy
#!/usr/bin/env python
from scapy.all import *
ap_list = []
def PacketHandler(pkt) :
if pkt.haslayer(Dot11) :
if pkt.type == 0 and pkt.subtype == 8 :
@weakish
weakish / twitter.markdown
Created April 17, 2012 11:00
How I use #twitter: #proxy on #mobile & #backup & #mirroring to #weibo

mobile

twitter has been blocked in China. Thus we need proxies to access it from mobile phones.

We need:

  • android phone
  • twitter client for android (e.g. twitter.com's client)