Skip to content

Instantly share code, notes, and snippets.

@MrVaughan
MrVaughan / simple_socket_server.py
Last active August 29, 2015 14:08 — forked from bennettaur/simple_socket_server.py
Simple listening server to confirm callback connections
#Listening Server to confirm callback connections
#If running this on nix based you may need to open up an iptables rule to open that port on the network.
#iptables command:
# sudo iptables -I INPUT -p tcp --dport 8888 -j ACCEPT
#To remove the iptables rule after you are finished:
# sudo iptables -D INPUT -p tcp --dport 8888 -j ACCEPT

##About I do android application assessments often. This is the list of tools and setup I use to perform my testing. It's a reminder for me for when I have to wipe/reload my computer.

###Enable Developer Mode on Test Device

  1. Go to the settings menu, and select "About phone."
  2. Scroll down to "Build number."
  3. Tap it seven (7) times.

###OpenJDK sudo apt-get install openjdk-7-jdk