View Still Alive.fmf
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
Filetype: Flipper Music Format | |
Version: 0 | |
BPM: 160 | |
Duration: 4 | |
Octave: 6 | |
Notes: G, F#, E, E, F#, 4P, 2P, 4P, 8P, 8A5, G, F#, E, 2E, F#, P, D, E, A5, 2P, 4P, 8P, 8A5, E, 8F#, G, E, 3C#, D, E, A5, 3A5, F#, 8P, 2P, 2P, G, F#, E, E, F#, 4P, 2P, 4P, 8P, 8A5, G, F#, E, E, 4P, F#, D, 4P, E, A5, 2P, E, 8F#, G, E, 3C#, D, E, 8P, A5, D, E, F, E, D, C, 4P, A5, B5, C, F, E, D, D, C, D, C, C, C, A5, B5, C, F, G, F, E, D, D, E, F, F, G, A, B, B, A, G, F, G, A, A, G, F, D, C, D, F, 8F, E, 8E, F#, F#, F#, D, B5, D, F#, D, A5, D, F#, D, B5, D, F#, D, A5, D, F, D, B5, D, F, D, A5, D, F#, A5, G, F#, E, 3E, F#, 8P, 2P, 2P, G, F#, E, 3E, 8F#, D, E, 3A5, 4P, 2P, E, 8F#, G, E, C, 8D, E, A5, 3A5, F#, 8P, 2P, 4P, 8P, 8A5, G, F#, E, E, F#, 4P, 4P, 8P, 8P, 4P, 8P, 8A5, G, F#, E, E, 4P, F#, D, 4P, E, A5, 2P, E, 8F, G, E, C, D, E, 8P, A5, D, E, F, E, D, C, 8P, A5, B5, C, F, E, D, D, C, D, C, C, C, A5, B5, C, F, G, F, E, D, D, E, F, F, G, A, B, B, A, G, F, G, A, A, G, F, F, D, C, D, F, 8F, E, 8E, F#, 2F#, 4P, 2P, 2P, G, F#, D, 1A5, 2P, G, |
View ping.py
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
#! /usr/bin/python3 | |
import subprocess | |
import re | |
cmd = ['ping','-c1','-w1'] | |
for i in range (1,255): | |
address="10.11.1."+str(i) | |
runcmd=cmd+[address] | |
result = subprocess.Popen(runcmd,stdout=subprocess.PIPE) | |
output = str(result.stdout.read()) |
View zonetransfer.py
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
#!/usr/bin/python2 | |
# Borrowing heavily from https://github.com/internetwache/Python-AXFR-Test | |
import argparse | |
import sys | |
import dns.resolver | |
import dns.query | |
import dns.zone | |
parser = argparse.ArgumentParser(description='Perform Zone Transfer') | |
parser.add_argument('-d', '--domain', type=str, nargs=1, help="Domain to zone transfer") |
View publicScanners.csv
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
ip | owner | link | |
---|---|---|---|
192.241.168.14 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
104.131.210.81 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
165.22.212.143 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
85.159.213.139 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
167.71.37.141 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
172.104.8.179 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
172.105.79.174 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
192.241.182.161 | BinaryEdge | https://api.binaryedge.io/v1/minions | |
172.105.93.108 | BinaryEdge | https://api.binaryedge.io/v1/minions |