id int64 0 458k | file_name stringlengths 4 119 | file_path stringlengths 14 227 | content stringlengths 24 9.96M | size int64 24 9.96M | language stringclasses 1
value | extension stringclasses 14
values | total_lines int64 1 219k | avg_line_length float64 2.52 4.63M | max_line_length int64 5 9.91M | alphanum_fraction float64 0 1 | repo_name stringlengths 7 101 | repo_stars int64 100 139k | repo_forks int64 0 26.4k | repo_open_issues int64 0 2.27k | repo_license stringclasses 12
values | repo_extraction_date stringclasses 433
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18,900 | install.py | pwnieexpress_raspberry_pwn/src/aircrack-ng-1.2-rc1/scripts/airdrop-ng/old-installers/install.py | #!/usr/bin/env python
__version__ = "1.13.2010.21:00"
__author__ = "Marfi"
'''
This is the installer file for airdrop-ng. It first checks for
different dependancies, such as make, svn, etc.
'''
import os, sys
from shutil import rmtree
if os.geteuid() != 0:
print "Installer must be root to run. \nPlease 'su' or 's... | 3,760 | Python | .py | 101 | 34.138614 | 230 | 0.669508 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,901 | digenpy | pwnieexpress_raspberry_pwn/src/aircrack-ng-1.2-rc1/scripts/airoscript-ng/src/plugins/digenpy | # Dict generators for airoscript
#DEPENDS: digenpy
# Copyright (C) 2009-2011 David Francos Cuartero
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# ... | 3,563 | Python | .py | 91 | 32.626374 | 128 | 0.569569 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,902 | setup.py | pwnieexpress_raspberry_pwn/src/aircrack-ng-1.2-rc1/scripts/airgraph-ng/setup.py | #!/usr/bin/env python
# This file is Copyright David Francos Cuartero, licensed under the GPL2 license.
from distutils.core import setup
import os
setup(name='airgraph-ng',
version='1.1',
description='Aircrack-ng network grapher',
author='TheX1le',
console = [{"script": "airgraph-ng" }],
... | 526 | Python | .py | 17 | 25.411765 | 81 | 0.633136 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,903 | lib_Airgraphviz.py | pwnieexpress_raspberry_pwn/src/aircrack-ng-1.2-rc1/scripts/airgraph-ng/graphviz/lib_Airgraphviz.py | __author__ = 'Ben "TheX1le" Smith'
__email__ = 'thex1le@gmail.com'
__website__= 'http://trac.aircrack-ng.org/browser/trunk/scripts/airgraph-ng/'
__date__ = '03/02/09'
__version__ = ''
__file__ = 'lib_Airgraphviz.py'
__data__ = 'This library supports airgraph-ng'
"""
########################################
#
# Airgrap... | 4,782 | Python | .py | 137 | 31.978102 | 129 | 0.654919 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,904 | libDumpParse.py | pwnieexpress_raspberry_pwn/src/aircrack-ng-1.2-rc1/scripts/airgraph-ng/graphviz/libDumpParse.py | #!/usr/bin/python
#airodump parsing lib
#returns in an array of client and Ap information
#part of the airdrop-ng project
from sys import exit as Exit
class airDumpParse:
def parser(self,file):
"""
One Function to call to parse a file and return the information
"""
self.capr = ... | 6,884 | Python | .py | 145 | 34.489655 | 189 | 0.552722 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,905 | libOuiParse.py | pwnieexpress_raspberry_pwn/src/aircrack-ng-1.2-rc1/scripts/airgraph-ng/graphviz/libOuiParse.py | #!/usr/bin/env python
__author__ = 'Ben "TheX1le" Smith, Marfi'
__email__ = 'thex1le@gmail.com'
__website__= ''
__date__ = '04/26/2011'
__version__ = '2011.4.26'
__file__ = 'ouiParse.py'
__data__ = 'a class for dealing with the oui txt file'
"""
########################################
#
# This program and its support... | 7,562 | Python | .py | 194 | 29.061856 | 106 | 0.569803 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,906 | sqlbrute.py | pwnieexpress_raspberry_pwn/src/pentest/sqlbrute/sqlbrute.py | #!/bin/sh
''':'
exec python -O -u "$0" ${1+"$@"}
' '''
# SQLBrute - multi threaded blind SQL injection bruteforcer
# By Justin Clarke, justin gdssecurity com
#
# Algorithm inspired by the original by Kerry Rollins
#
# This version does regex based (error/no error) bruteforcing and waitfor delay testing
#
# There is a ... | 31,398 | Python | .py | 586 | 40.296928 | 227 | 0.530157 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,907 | wafw00f.py | pwnieexpress_raspberry_pwn/src/pentest/waffit/wafw00f.py | #!/usr/bin/env python
# wafw00f - Web Application Firewall Detection Tool
# by Sandro Gauci - enablesecurity.com (c) 2009
# and Wendel G. Henrique - Trustwave 2009
__license__ = """
Copyright (c) 2009, {Sandro Gauci|Wendel G. Henrique}
All rights reserved.
Redistribution and use in source and binary forms, with or w... | 26,009 | Python | .py | 585 | 32.967521 | 130 | 0.596721 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,908 | BeautifulSoup.py | pwnieexpress_raspberry_pwn/src/pentest/waffit/libs/BeautifulSoup.py | """Beautiful Soup
Elixir and Tonic
"The Screen-Scraper's Friend"
http://www.crummy.com/software/BeautifulSoup/
Beautiful Soup parses a (possibly invalid) XML or HTML document into a
tree representation. It provides methods and Pythonic idioms that make
it easy to navigate, search, and modify the tree.
A well-formed X... | 77,863 | Python | .py | 1,702 | 34.383079 | 186 | 0.584811 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
18,909 | evillib.pyc | pwnieexpress_raspberry_pwn/src/pentest/waffit/libs/evillib.pyc | —Ú
«„ªMc @ sç d d k Z d d k Z d d k Z d d k Z d d k Z d d k l Z l Z d d k Z d d k l Z d Z d d k l
Z
l Z hW d d 6d d 6d d
6d d 6d
d 6d d 6d d 6d d 6d d 6d d 6d d 6d d 6d d 6d d 6d! d" 6d# d$ 6d% d& |