Skip to content

Instantly share code, notes, and snippets.

View farshield's full-sized avatar

Gavriil Pascalau farshield

  • Berlin, Germany
View GitHub Profile
@farshield
farshield / skylock.py
Created May 21, 2017 10:38
Lists all the established TCP connections of a running application and runs every IP through a geolocation service.
"""
Created on 28.07.2014
@author: farshield
"""
import sys
import os
import time
import xml.etree.ElementTree as ET
import urllib2