View extract_records.py
#!/usr/bin/env python
from dns import resolver
from dns.name import EmptyLabel
from dns.resolver import NoAnswer
from dns.resolver import NXDOMAIN
from pymongo import MongoClient
from pymongo.errors import DuplicateKeyError
View link_crawler.py
View extract_links.py
View get_server_cert.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import ssl
import OpenSSL
cert = ssl.get_server_certificate(('google.de', 443))
x509 = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, cert)
print 'Expired: {}'.format(x509.has_expired())
View zip_codes.csv
We can't make this file beautiful and searchable because it's too large.
"zip","city","state","citizen"
"01067","Dresden","Sachsen","11957"
"01069","Dresden","Sachsen","25484"
"01097","Dresden","Sachsen","14924"
"01099","Dresden","Sachsen","27974"
"01108","Dresden","Sachsen","5876"
"01109","Dresden","Sachsen","20010"
"01127","Dresden","Sachsen","14991"
"01129","Dresden","Sachsen","18915"
"01139","Dresden","Sachsen","17555"
View iptables_ubuntu.md

Iptables for Ubuntu Desktop 16.04

With these rules you are able to protect yourself a tiny bit

  • You are able to do open website in your browser or terminal
  • You are able to reviece and send mails with e. g. Thunderbird
  • You are able to ping any device you want from you machine
  • You are able to connect yourself to a remote secure shell
  • You are able to retrieve a dhcp lease from your router
View equation_group_exploits.md

Exploits

EGREGIOUSBLUNDER

A remote code execution exploit for Fortigate firewalls that exploits a HTTP cookie overflow vulnerability. It affects models 60, 60M, 80C, 200A, 300A, 400A, 500A, 620B, 800, 5000, 1000A, 3600, and 3600A. The model of the firewall is detected by examining the ETag in the HTTP headers of the firewall. This is not CVE-2006-6493 as detected by Avast.

ELIGIBLEBACHELOR

View keybase.md

Keybase proof

I hereby claim:

  • I am webtobesocial on github.
  • I am webtobesocial (https://keybase.io/webtobesocial) on keybase.
  • I have a public key whose fingerprint is D9A3 B406 9F90 6C52 5DBA 7FE0 3BDC F8B1 2C8D 4BFD

To claim this, I am signing this object:

View bash_commands.md

vim

Remove ^M

:%s/\r//g

Remove unwanted whitespaces