mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 11:36:08 -04:00
fix names
This commit is contained in:
parent
35788d79e2
commit
f5a0f7393a
BIN
CTFs_and_WarGames/.DS_Store
vendored
BIN
CTFs_and_WarGames/.DS_Store
vendored
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import decimal
|
import decimal
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import decimal
|
import decimal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import decimal
|
import decimal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import string
|
import string
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/python
|
#!/bin/python
|
||||||
|
|
||||||
__author__= 'Mia Stein'
|
__author__= 'bt3gl'
|
||||||
|
|
||||||
import string
|
import string
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
from Crypto.Cipher import DES
|
from Crypto.Cipher import DES
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
from Crypto.Cipher import DES
|
from Crypto.Cipher import DES
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
Adapted from Filippo Valsorda's tutorial
|
Adapted from Filippo Valsorda's tutorial
|
||||||
Mia Stein, 2014
|
bt3gl, 2014
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from md5 import MD5
|
from md5 import MD5
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Calculate the MD5 checksum of a file.
|
Calculate the MD5 checksum of a file.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import string
|
import string
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Cesar Ecrypt
|
Cesar Ecrypt
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Cesar encrypt - better
|
Cesar encrypt - better
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
This program calculate the frequency of letters in a files
|
This program calculate the frequency of letters in a files
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Mia Stein's ol'n'good Ultimate Linux Guide for Hackers
|
# bt3gl's ol'n'good Ultimate Linux Guide for Hackers
|
||||||
|
|
||||||
* I wrote this in 2013, but hey Linux is still Linux <3.
|
* I wrote this in 2013, but hey Linux is still Linux <3.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import netaddr
|
import netaddr
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import netaddr
|
import netaddr
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import paramiko
|
import paramiko
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import paramiko
|
import paramiko
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import paramiko
|
import paramiko
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# The Scapy Module (by Mia Stein)
|
# The Scapy Module (by bt3gl)
|
||||||
|
|
||||||
|
|
||||||
[Scapy](http://www.secdev.org/projects/scapy/) is able to send and capture packets of several protocols, forging and decoding them to be used to most network tasks such as scanning, tracerouting, probing, attacks, and network discovery.
|
[Scapy](http://www.secdev.org/projects/scapy/) is able to send and capture packets of several protocols, forging and decoding them to be used to most network tasks such as scanning, tracerouting, probing, attacks, and network discovery.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
To run you need to tell the local host machine to forward packets along
|
To run you need to tell the local host machine to forward packets along
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
from scapy.layers.l2 import *
|
from scapy.layers.l2 import *
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
import netaddr
|
import netaddr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
import random
|
import random
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from sys import argv, exit
|
from sys import argv, exit
|
||||||
from os import path
|
from os import path
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import random
|
import random
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
''' A simple sniffer to capture SMTP, POP3, IMAP credentials'''
|
''' A simple sniffer to capture SMTP, POP3, IMAP credentials'''
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
import netaddr
|
import netaddr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
from telnetlib import Telnet
|
from telnetlib import Telnet
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
# given two text, find the difference between them
|
# given two text, find the difference between them
|
||||||
# useful for ciphers, for example vinegere, when
|
# useful for ciphers, for example vinegere, when
|
||||||
|
BIN
Steganography/Images/.DS_Store
vendored
BIN
Steganography/Images/.DS_Store
vendored
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__='Mia Stein'
|
__author__='bt3gl'
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Compare two aligned images of the same size.
|
Compare two aligned images of the same size.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Mia Stein"
|
__author__ = "bt3gl"
|
||||||
|
|
||||||
|
|
||||||
def xor_str(str1, str2):
|
def xor_str(str1, str2):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user