fix names

This commit is contained in:
writer 2024-10-15 10:21:53 +09:00
parent 35788d79e2
commit f5a0f7393a
60 changed files with 57 additions and 57 deletions

BIN
.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
__author__ = "Mia Stein" __author__ = "bt3gl"
import decimal import decimal
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
__author__ = "Mia Stein" __author__ = "bt3gl"
import decimal import decimal

View File

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
__author__ = "Mia Stein" __author__ = "bt3gl"
import decimal import decimal

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import string import string

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import sys import sys

View File

@ -1,6 +1,6 @@
#!/bin/python #!/bin/python
__author__= 'Mia Stein' __author__= 'bt3gl'
import string import string
import sys import sys

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
''' '''

View File

@ -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.

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import string import string

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
''' '''
Cesar Ecrypt Cesar Ecrypt

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
''' '''
Cesar encrypt - better Cesar encrypt - better

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import netaddr import netaddr

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import os import os

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import paramiko import paramiko

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import paramiko import paramiko

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import paramiko import paramiko

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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 *

View File

@ -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 *

View File

@ -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

View File

@ -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

View File

@ -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 *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import re import re

View File

@ -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

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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'''

View File

@ -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

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "Mia Stein" __author__ = "bt3gl"
import socket import socket

View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -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.

View File

@ -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):