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
__author__ = "Mia Stein"
__author__ = "bt3gl"
import decimal
import socket

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from Crypto.Cipher import DES

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from Crypto.Cipher import DES

View File

@ -1,6 +1,6 @@
"""
Adapted from Filippo Valsorda's tutorial
Mia Stein, 2014
bt3gl, 2014
"""
from md5 import MD5

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
'''
Calculate the MD5 checksum of a file.

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
'''
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.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
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.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
'''
To run you need to tell the local host machine to forward packets along

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *
from scapy.layers.l2 import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *
import random

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
import sys
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
''' A simple sniffer to capture SMTP, POP3, IMAP credentials'''

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
from scapy.all import *

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
# given two text, find the difference between them
# useful for ciphers, for example vinegere, when

Binary file not shown.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__='Mia Stein'
__author__='bt3gl'
'''
Compare two aligned images of the same size.

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
__author__ = "Mia Stein"
__author__ = "bt3gl"
def xor_str(str1, str2):