This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# --------------------------- | |
# H. Sonesson, Atea | |
# --------------------------- | |
from pyPdf import PdfFileWriter, PdfFileReader | |
import os | |
import urlparse | |
import urllib | |
from bs4 import BeautifulSoup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------- | |
# Proof of Concept Script | |
# H. Sonesson, Atea | |
# 190313 | |
# --------------------------------------------- # | |
# https://shodan.readthedocs.io/en/latest/tutorial.html#connect-to-the-api | |
# Change IP-Range: XXX.XXX.64.0/20 to scan other network... | |
from shodan import Shodan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------- | |
# Proof of Concept Script | |
# H. Sonesson, Atea | |
# 190313 | |
# --------------------------------------------- | |
import os | |
import sys | |
import time | |
import censys.certificates |