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
19,700
pifv.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/pifv.py
""" EFI Platform Initialization Firmware Volume parser. Author: Alexandre Boeglin Creation date: 08 jul 2007 """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, UInt8, UInt16, UInt24, UInt32, UInt64, Enum, CString, String, PaddingBytes, RawBytes, NullBytes) from hachoir_core.endian...
8,472
Python
.py
209
32.990431
80
0.633459
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,701
word_doc.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/word_doc.pyc
—Ú Œ »Mc@s”dZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZddklZeZdfdÑÉYZdeefdÑÉYZd eefd ÑÉYZd S( s« Documents: * libwx source code: see fib.c source code * "Microsoft ...
10,442
Python
.py
46
225.630435
3,301
0.51621
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,702
chm.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/chm.pyc
Ñò Î ÈMc @sˆdZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z ddklZddklZddklZddklZlZlZdefd „ƒYZd efd „ƒYZd efd „ƒYZdefd„ƒYZdefd„ƒYZdefd...
10,687
Python
.py
53
200.377358
735
0.451989
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,703
msoffice.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/msoffice.py
""" Parsers for the different streams and fragments found in an OLE2 file. Documents: - goffice source code Author: Robert Xiao, Victor Stinner Creation: 2006-04-23 """ from hachoir_parser import HachoirParser from hachoir_core.field import FieldSet, RootSeekableFieldSet, RawBytes from hachoir_core.endian import LI...
4,411
Python
.py
114
28.964912
93
0.598271
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,704
ole2.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/ole2.pyc
—Ú Œ »Mc @s≠dZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZlZddklZlZlZddklZlZddklZddklZlZlZddk l!Z!dd k"l#Z#d Z$d Z%d Z&d e fdÑÉYZ'd...
15,040
Python
.py
82
182.158537
1,511
0.453798
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,705
bplist.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/bplist.py
""" Apple/NeXT Binary Property List (BPLIST) parser. Also includes a .createXML() function which produces an XML representation of the object. Note that it will discard unknown objects, nulls and fill values, but should work for most files. Documents: - CFBinaryPList.c http://src.gnu-darwin.org/DarwinSourceArchive/...
10,777
Python
.py
236
35.457627
185
0.583159
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,706
hlp.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/hlp.pyc
Ñò Î ÈMc@s¸dZddklZddklZlZlZlZlZl Z l Z l Z l Z ddk lZddklZlZlZlZdefd„ƒYZdefd „ƒYZd S( s  Microsoft Windows Help (HLP) parser for Hachoir project. Documents: - Windows Help File Format...
3,868
Python
.py
27
142.037037
703
0.486979
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,707
common.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/common.py
from hachoir_core.field import StaticFieldSet, Float32 class Vertex(StaticFieldSet): format = ((Float32, "x"), (Float32, "y"), (Float32, "z")) def createValue(self): return (self["x"].value, self["y"].value, self["z"].value) class MapUV(StaticFieldSet): format = ((Float32, "u"), (Float32, "v")) ...
397
Python
.py
9
39.111111
66
0.640625
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,708
file_3ds.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/file_3ds.py
""" 3D Studio Max file (.3ds) parser. Author: Victor Stinner """ from hachoir_parser import Parser from hachoir_core.field import (StaticFieldSet, FieldSet, UInt16, UInt32, RawBytes, Enum, CString) from hachoir_parser.image.common import RGB from hachoir_core.endian import LITTLE_ENDIAN from hachoir_core.text_hand...
5,305
Python
.py
153
26.993464
97
0.600819
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,709
file_3do.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/misc/file_3do.pyc
Ñò Î ÈMc@s*dZddklZddklZlZlZlZlZl Z l Z ddk l Z l Z ddklZlZdefd„ƒYZdefd „ƒYZd efd „ƒYZd efd „ƒYZdefd„ƒYZdefd„ƒYZdefd„ƒYZdefd„ƒ...
10,191
Python
.py
32
317.4375
1,298
0.427011
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,710
python.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/python.py
""" Python compiled source code parser. Informations: - Python 2.4.2 source code: files Python/marshal.c and Python/import.c Author: Victor Stinner Creation: 25 march 2005 """ DISASSEMBLE = False from hachoir_parser import Parser from hachoir_core.field import (FieldSet, UInt16, Int32, UInt32, Int64, ParserEr...
10,832
Python
.py
272
32.444853
100
0.597833
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,711
elf.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/elf.py
""" ELF (Unix/BSD executable file format) parser. Author: Victor Stinner Creation date: 08 may 2006 """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, ParserError, UInt8, UInt16, UInt32, Enum, String, Bytes) from hachoir_core.text_handler import textHandler, hexadecimal from hacho...
7,104
Python
.py
166
34.939759
108
0.599393
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,712
java.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/java.pyc
—Ú Œ »Mc@s-dZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZlZddklZddklZlZeddÑZh dd 6d d 6d d 6dd6dd6dd6dd6dd6dd6adÑZd6dÑZd6dÑZd6dÑZd...
24,322
Python
.py
176
134.863636
1,003
0.503334
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,713
exe.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe.pyc
—Ú Œ »Mc @sÎdZddklZddklZddklZlZlZl Z l Z l Z l Z ddk lZlZddklZddklZlZlZddklZlZd Zd efd ÑÉYZd eefd ÑÉYZdS(s  Microsoft Windows Portable Executable (PE) f...
9,430
Python
.py
38
246.789474
2,012
0.470977
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,714
python.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/python.pyc
—Ú Œ »Mc @sïdZeZddklZddklZlZlZl Z l Z l Z l Z l Z lZlZlZlZlZddklZddklZddklZlZddklZeoddklZd ÑZnd ÑZd ÑZd ÑZ d ÑZ!dÑZ"dÑZ#dÑZ$dÑ...
14,498
Python
.py
72
200.097222
1,799
0.455875
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,715
exe_res.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe_res.pyc
—Ú Œ »Mc @sédZddklZlZlZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZddklZlZlZddklZlZlZlZddklZddklZdZdZeZ d efd ÑÉYZ!hd d 6d d6dd6dd6Z"dZ#hdd6...
20,544
Python
.py
68
301.058824
1,719
0.448694
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,716
exe_ne.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe_ne.py
from hachoir_core.field import (FieldSet, Bit, UInt8, UInt16, UInt32, Bytes, PaddingBits, PaddingBytes, NullBits, NullBytes) from hachoir_core.text_handler import textHandler, hexadecimal, filesizeHandler class NE_Header(FieldSet): static_size = 64*8 def createFields(self): yield Bytes(self, "s...
3,543
Python
.py
50
62.46
116
0.674419
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,717
java.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/java.py
""" Compiled Java classes parser. Author: Thomas de Grenier de Latour (TGL) <degrenier@easyconnect.fr> Creation: 2006/11/01 Last-update: 2006/11/06 Introduction: * This parser is for compiled Java classes, aka .class files. What is nice with this format is that it is well documented in the official Java VM specs...
28,940
Python
.py
657
35.677321
101
0.591574
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,718
elf.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/elf.pyc
—Ú Œ »Mc@s·dZddklZddklZlZlZlZlZl Z l Z l Z ddk l Z lZddklZlZdefdÑÉYZdefd ÑÉYZd efd ÑÉYZd ÑZd efdÑÉYZdS(sb ELF (Unix/BSD executable file format) parser. Author:...
7,858
Python
.py
42
186.071429
936
0.490276
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,719
exe_ne.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe_ne.pyc
Ñò Î ÈMc@s|ddklZlZlZlZlZlZlZlZl Z l Z ddk l Z l Z lZdefd„ƒYZdS(iÿÿÿÿ( tFieldSettBittUInt8tUInt16tUInt32tBytest PaddingBitst PaddingBytestNullBitst NullBytes(t textHandlert he...
3,854
Python
.py
17
225.705882
836
0.563314
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,720
exe.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe.py
""" Microsoft Windows Portable Executable (PE) file parser. Informations: - Microsoft Portable Executable and Common Object File Format Specification: http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx Author: Victor Stinner Creation date: 2006-08-13 """ from hachoir_parser import HachoirParser fro...
8,673
Python
.py
198
33.247475
102
0.583028
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,721
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/__init__.py
from hachoir_parser.program.elf import ElfFile from hachoir_parser.program.exe import ExeFile from hachoir_parser.program.python import PythonCompiledFile from hachoir_parser.program.java import JavaCompiledClassFile
218
Python
.py
4
53.25
61
0.887324
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,722
exe_res.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe_res.py
""" Parser for resource of Microsoft Windows Portable Executable (PE). Documentation: - Wine project VS_FIXEDFILEINFO structure, file include/winver.h Author: Victor Stinner Creation date: 2007-01-19 """ from hachoir_core.field import (FieldSet, ParserError, Enum, Bit, Bits, SeekableFieldSet, UInt16, UInt3...
15,292
Python
.py
382
31.403141
100
0.593319
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,723
exe_pe.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe_pe.pyc
Ñò Î ÈMc@sæddklZlZlZlZlZlZlZlZl Z l Z l Z l Z l Z lZddklZlZlZddklZdefd„ƒYZdefd„ƒYZdefd „ƒYZd efd „ƒYZd S( iÿÿÿÿ(tFieldSett ParserErrortBittUIn...
10,890
Python
.py
42
258.285714
1,048
0.506314
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,724
exe_pe.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/program/exe_pe.py
from hachoir_core.field import (FieldSet, ParserError, Bit, UInt8, UInt16, UInt32, TimestampUnix32, Bytes, String, Enum, PaddingBytes, PaddingBits, NullBytes, NullBits) from hachoir_core.text_handler import textHandler, hexadecimal, filesizeHandler from hachoir_core.error import HACHOIR_ERRORS class Sectio...
9,929
Python
.py
208
38.745192
109
0.613515
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,725
cab.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/cab.py
""" Microsoft Cabinet (CAB) archive. Author: Victor Stinner Creation date: 31 january 2007 """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, Enum, CString, String, UInt16, UInt32, Bit, Bits, PaddingBits, NullBits, DateTimeMSDOS32, RawBytes) from hachoir_parser.common.msdos im...
4,607
Python
.py
107
35.719626
104
0.637439
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,726
zip.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/zip.pyc
Ñò Î ÈMc @sŒdZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZl Z ddklZlZlZddklZddklZddklZddklZdLZd Zhd d 6dd6dd6dd6dd6dd6dd6dd6dd ...
20,083
Python
.py
68
294.279412
1,606
0.51439
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,727
sevenzip.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/sevenzip.py
""" 7zip file parser Informations: - File 7zformat.txt of 7-zip SDK: http://www.7-zip.org/sdk.html Author: Olivier SCHWAB Creation date: 6 december 2006 """ from hachoir_parser import Parser from hachoir_core.field import (Field, FieldSet, ParserError, GenericVector, Enum, UInt8, UInt32, UInt64, Bytes,...
15,592
Python
.py
361
34.022161
103
0.592785
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,728
bzip2_parser.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/bzip2_parser.py
""" BZIP2 archive file Author: Victor Stinner """ from hachoir_parser import Parser from hachoir_core.field import (ParserError, String, Bytes, Character, UInt8, UInt32, CompressedField) from hachoir_core.endian import LITTLE_ENDIAN from hachoir_core.text_handler import textHandler, hexadecimal try: from bz2...
2,880
Python
.py
72
29.930556
92
0.576029
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,729
bzip2_parser.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/bzip2_parser.pyc
—Ú Œ »Mc @s”dZddklZddklZlZlZlZlZl Z l Z ddk l Z ddk lZlZy-ddklZdd dÑÉYZeZWnej o eZnXd efd ÑÉYZd S( s, BZIP2 archive file Author: Victor Stinner iˇˇˇˇ(tParser(...
4,080
Python
.py
26
155.846154
685
0.480878
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,730
tar.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/tar.py
""" Tar archive parser. Author: Victor Stinner """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, Enum, UInt8, SubFile, String, NullBytes) from hachoir_core.tools import humanFilesize, paddingSize, timestampUNIX from hachoir_core.endian import BIG_ENDIAN import re class FileEntry(Fie...
4,443
Python
.py
107
32.915888
90
0.581616
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,731
gzip_parser.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/gzip_parser.pyc
—Ú Œ »Mc@s∏dZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZddklZlZlZddklZddklZdefdÑÉYZd S( s. GZIP archive parser. Author: Victor Stinner iˇˇˇˇ(tParser( tUInt8tUInt16t...
5,001
Python
.py
25
199
705
0.4791
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,732
rpm.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/rpm.pyc
Ñò Î ÈMc@sdZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZddklZddklZddklZdefd„ƒYZd efd „ƒYZd efd „ƒYZd „Zdefd„ƒYZdefd„ƒYZdS(...
10,359
Python
.py
46
224.173913
1,682
0.460002
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,733
mar.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/mar.pyc
Ñò Î ÈMc@sšdZdZddklZddklZlZlZlZddk l Z ddk l Z l Z lZdefd„ƒYZd efd „ƒYZd S( sL Microsoft Archive parser Author: Victor Stinner Creation date: 2007-03-04 i †iÿÿÿÿ(tParser(tFieldSettS...
3,400
Python
.py
18
187.777778
486
0.459491
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,734
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/__init__.pyc
Ñò Î ÈMc @s´ddklZddklZddklZddklZddkl Z ddk l Z ddk l Z ddklZdd klZdd klZdd klZd S( iÿÿÿÿ(tAceFile(t ArchiveFile(t Bzip2Parser(tCabFile(t GzipParser(...
983
Python
.py
6
162.833333
541
0.552147
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,735
rar.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/rar.pyc
Ñò Î ÈMc@sÇdZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZddklZlZlZddklZddklZdZZh d d 6d d 6d d6dd6dd6dd6dd6dd6dd6dd6Zhdd6dd 6d!d"6d#d$6d...
18,323
Python
.py
78
233.589744
1,089
0.492409
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,736
gzip_parser.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/gzip_parser.py
""" GZIP archive parser. Author: Victor Stinner """ from hachoir_parser import Parser from hachoir_core.field import ( UInt8, UInt16, UInt32, Enum, TimestampUnix32, Bit, CString, SubFile, NullBits, Bytes, RawBytes) from hachoir_core.text_handler import textHandler, hexadecimal, filesizeHandler from hachoi...
4,742
Python
.py
116
31.37069
91
0.571645
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,737
ar.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/ar.py
""" GNU ar archive : archive file (.a) and Debian (.deb) archive. """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, ParserError, String, RawBytes, UnixLine) from hachoir_core.endian import BIG_ENDIAN class ArchiveFileEntry(FieldSet): def createFields(self): yield UnixLine...
1,719
Python
.py
45
30.066667
93
0.588482
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,738
ace.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/ace.py
""" ACE parser From wotsit.org and the SDK header (bitflags) Partial study of a new block type (5) I've called "new_recovery", as its syntax is very close to the former one (of type 2). Status: can only read totally file and header blocks. Author: Christophe Gisquet <christophe.gisquet@free.fr> Creation date: 19 jan...
9,944
Python
.py
232
36.293103
106
0.646585
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,739
ar.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/ar.pyc
Ñò Î ÈMc@s~dZddklZddklZlZlZlZlZddk l Z defd„ƒYZ defd„ƒYZ d S( s? GNU ar archive : archive file (.a) and Debian (.deb) archive. iÿÿÿÿ(tParser(tFieldSett ParserErrortStringtRawBytestUnixLin...
2,943
Python
.py
17
172.058824
788
0.48343
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,740
rar.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/rar.py
""" RAR parser Status: can only read higher-level attructures Author: Christophe Gisquet """ from hachoir_parser import Parser from hachoir_core.field import (StaticFieldSet, FieldSet, Bit, Bits, Enum, UInt8, UInt16, UInt32, UInt64, String, TimeDateMSDOS32, NullBytes, NullBits, RawBytes) from hachoir_...
13,398
Python
.py
304
36.904605
106
0.636385
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,741
mar.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/mar.py
""" Microsoft Archive parser Author: Victor Stinner Creation date: 2007-03-04 """ MAX_NB_FILE = 100000 from hachoir_parser import Parser from hachoir_core.field import FieldSet, String, UInt32, SubFile from hachoir_core.endian import LITTLE_ENDIAN from hachoir_core.text_handler import textHandler, filesizeHandler, h...
2,204
Python
.py
57
30.684211
87
0.608797
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,742
tar.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/tar.pyc
Ñò Î ÈMc@s¬dZddklZddklZlZlZlZlZl Z ddk l Z l Z l Z ddklZddkZdefd„ƒYZd efd „ƒYZdS( s- Tar archive parser. Author: Victor Stinner iÿÿÿÿ(tParser(tFieldSettEnumtUInt8t...
6,045
Python
.py
33
181.575758
685
0.465902
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,743
zip.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/zip.py
""" Zip splitter. Status: can read most important headers Authors: Christophe Gisquet and Victor Stinner """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, ParserError, Bit, Bits, Enum, TimeDateMSDOS32, SubFile, UInt8, UInt16, UInt32, UInt64, String, PascalString16, Ra...
17,503
Python
.py
386
35.981865
116
0.618705
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,744
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/__init__.py
from hachoir_parser.archive.ace import AceFile from hachoir_parser.archive.ar import ArchiveFile from hachoir_parser.archive.bzip2_parser import Bzip2Parser from hachoir_parser.archive.cab import CabFile from hachoir_parser.archive.gzip_parser import GzipParser from hachoir_parser.archive.tar import TarFile from hachoi...
557
Python
.py
11
49.545455
59
0.875229
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,745
sevenzip.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/sevenzip.pyc
—Ú Œ »Mc@sdZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z ddklZddklZlZlZdefdÑÉYZedÉ\ZZZZZZZZZZZ Z!Z"Z#Z$Z%Z&Z'Z(Z)Z*Z+Z,Z-hd e6d e6d e6d e6d e6de6d...
18,891
Python
.py
76
247.342105
1,096
0.4524
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,746
ace.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/ace.pyc
—Ú Œ »Mc@s>dZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZlZlZddklZlZlZddklZddklZdZdZd Zh d d6d d 6d d 6dd6dd6dd6dd6dd6dd6dd6dd6dd6Zhd ...
12,452
Python
.py
66
187.5
708
0.499112
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,747
rpm.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/rpm.py
""" RPM archive parser. Author: Victor Stinner, 1st December 2005. """ from hachoir_parser import Parser from hachoir_core.field import (FieldSet, ParserError, UInt8, UInt16, UInt32, UInt64, Enum, NullBytes, Bytes, RawBytes, SubFile, Character, CString, String) from hachoir_core.endian import BIG_ENDIAN f...
8,568
Python
.py
243
26.506173
89
0.555114
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,748
cab.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_parser/archive/cab.pyc
—Ú Œ »Mc@sDdZddklZddklZlZlZlZlZl Z l Z l Z l Z l Z lZlZddklZddklZlZlZddklZdZdZhd d6d d 6d d 6dd6ZdefdÑÉYZdefdÑÉYZdefdÑÉYZdefdÑ...
6,469
Python
.py
22
293
1,282
0.478517
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,749
metadataExtractor.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataExtractor.py
#!/usr/bin/env python import sys, re, os, subprocess class metaExtractor: def __init__(self,fname): self.fname=fname self.command="extract" #If any error put the full path self.data="" self.paths=[] self.users=[] def runExtract(self): comm=self.command+" "+self.fname try: process = subprocess.Pope...
1,128
Python
.py
43
22.302326
93
0.657699
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,750
metadataMSOffice.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataMSOffice.pyc
—Ú Œ »Mc @sìddklZddklZddklZddklZddkl Z ddk l Z ddk l Z lZlZdd d ÑÉYZd S( iˇˇˇˇ(t HachoirError(tunicodeFilename(t createParser(t makePrintable(textractMetadata(tgetTer...
3,234
Python
.py
17
189.117647
1,138
0.45028
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,751
metadataPDF.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataPDF.pyc
Ñò Î ÈMc@s}ddkZddkZddklZlZddklZlZddkl Z l Z l Z l Z ddd„ƒYZ dS(iÿÿÿÿN(t PSKeywordt PSLiteral(t PDFDocumentt PDFParser(t PDFStreamt PDFObjReftresolve1t stream_valuetmetapdfc...
2,950
Python
.py
17
172.411765
515
0.433538
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,752
metadataMSOffice.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataMSOffice.py
from hachoir_core.error import HachoirError from hachoir_core.cmd_line import unicodeFilename from hachoir_parser import createParser from hachoir_core.tools import makePrintable from hachoir_metadata import extractMetadata from hachoir_core.i18n import getTerminalCharset from sys import argv, stderr, exit class metaM...
1,818
Python
.py
60
26.533333
68
0.710541
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,753
metadataMSOfficeXML.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataMSOfficeXML.pyc
—Ú Œ »Mc @s_ddkZddkZddkZddkZddkZddkZdddÑÉYZdS(iˇˇˇˇNt metaInfoMScBskeZdÑZdÑZdÑZdÑZdÑZdÑZdÑZdÑZdÑZ d ÑZ d ÑZ RS( cCs˜d|_d|...
8,682
Python
.py
35
247
1,063
0.397086
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,754
metadataOpenOffice.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataOpenOffice.py
import unzip import zipfile import sys import re import os import random class metaInfoOO: def __init__(self): self.version ="" self.generator="" self.creationDate="" self.date="" self.language="" self.editingCycles="" self.editingDuration="" self.tableCount="" self.imageCount="" self.objectCount=...
5,203
Python
.py
190
23.4
72
0.646594
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,755
metadataOpenOffice.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataOpenOffice.pyc
Ñò Î ÈMc @s_ddkZddkZddkZddkZddkZddkZddd„ƒYZdS(iÿÿÿÿNt metaInfoOOcBs,eZd„Zd„Zd„Zd„ZRS(cCsÁd|_d|_d|_d|_d|_d|_d|_d|_d|...
5,809
Python
.py
19
304.736842
1,639
0.389225
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,756
metadataPDF.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataPDF.py
#!/usr/bin/env python # # metadataPDF.py - dump pdf metadata # # Copy of Yusuke's dumppdf to add dumpmeta import sys, re from pdfminer.psparser import PSKeyword, PSLiteral from pdfminer.pdfparser import PDFDocument, PDFParser from pdfminer.pdftypes import PDFStream, PDFObjRef, resolve1, stream_value # dumpmeta class...
1,554
Python
.py
58
23.655172
74
0.731002
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,757
metadataExtractor.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataExtractor.pyc
Ñò Î ÈMc@sGddkZddkZddkZddkZddd„ƒYZdS(iÿÿÿÿNt metaExtractorcBs5eZd„Zd„Zd„Zd„Zd„ZRS(cCs1||_d|_d|_g|_g|_dS(Ntextractt(tfnamet...
2,352
Python
.py
9
260.111111
679
0.436007
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,758
metadataMSOfficeXML.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/extractors/metadataMSOfficeXML.py
import unzip import zipfile import sys import re import os import random class metaInfoMS: def __init__(self): self.template ="" self.totalTime ="" self.pages ="" self.words ="" self.characters ="" self.application ="" self.docSecurity ="" self.lines ="" self.paragraphs ="" self.scaleCrop ="" se...
7,512
Python
.py
283
22.855124
81
0.653247
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,759
program.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/program.py
from hachoir_metadata.metadata import RootMetadata, registerExtractor from hachoir_parser.program import ExeFile from hachoir_metadata.safe import fault_tolerant, getValue class ExeMetadata(RootMetadata): KEY_TO_ATTR = { u"ProductName": "title", u"LegalCopyright": "copyright", u"LegalTradem...
3,646
Python
.py
86
32.395349
91
0.598421
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,760
riff.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/riff.pyc
Ñò Î ÈMc @sËdZddklZlZlZddklZlZddkl Z ddk l Z ddk l Z lZlZddklZddklZdd klZd efd „ƒYZee eƒd S( sB Extract metadata from RIFF file format: AVI video and WAV sound. iÿÿÿÿ(t...
7,488
Python
.py
35
212.914286
833
0.405152
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,761
audio.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/audio.py
from hachoir_metadata.metadata import (registerExtractor, Metadata, RootMetadata, MultipleMetadata) from hachoir_parser.audio import AuFile, MpegAudioFile, RealAudioFile, AiffFile, FlacParser from hachoir_parser.container import OggFile, RealMediaFile from hachoir_core.i18n import _ from hachoir_core.tools import m...
15,473
Python
.py
372
31.846774
136
0.588306
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,762
jpeg.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/jpeg.py
from hachoir_metadata.metadata import RootMetadata, registerExtractor from hachoir_metadata.image import computeComprRate from hachoir_parser.image.exif import ExifEntry from hachoir_parser.image.jpeg import ( JpegFile, JpegChunk, QUALITY_HASH_COLOR, QUALITY_SUM_COLOR, QUALITY_HASH_GRAY, QUALITY_SUM_GRAY) f...
10,855
Python
.py
266
29.293233
100
0.552632
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,763
image.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/image.pyc
—Ú Œ »Mc @s#ddklZlZlZlZddklZlZlZl Z l Z l Z l Z l Z lZlZddklZddklZddklZddklZddklZdÑZd efd ÑÉYZd efd ÑÉYZd efdÑÉYZdefdÑÉYZdef...
12,653
Python
.py
58
216.775862
1,620
0.40786
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,764
setter.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/setter.pyc
—Ú Œ »Mc @sddklZlZddkZddklZddklZlZddkl Z ddk l Z ddk l Z eidÉZeid ÉZeid ÉZeid ÉZeid ÉZeid ÉZdZdZdZdÑZdÑZdÑZdÑZdÑZdÑZdS(...
5,253
Python
.py
55
92.545455
711
0.426015
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,765
misc.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/misc.pyc
—Ú Œ »Mc @sKddklZlZddklZddklZddklZl Z l Z l Z ddk l Z ddklZddklZddklZd efd ÑÉYZd efd ÑÉYZd efdÑÉYZdefdÑÉYZdefdÑÉYZeeeÉee eÉe...
9,567
Python
.py
55
172.945455
1,168
0.424262
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,766
metadata_item.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/metadata_item.pyc
—Ú Œ »Mc@söddklZlZddklZddklZddklZdZ dZ dZ dZ d Z d Zd Zd dd ÑÉYZdddÑÉYZdS(iˇˇˇˇ(t makeUnicodetnormalizeNewline(tHACHOIR_ERRORS(tconfig(tnormalizeStringidiÁg...
5,407
Python
.py
38
140.578947
552
0.41825
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,767
archive.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/archive.pyc
Ñò Î ÈMc @s„ddklZlZddklZlZddklZlZl Z l Z ddk l Z l Z lZlZlZlZddklZddklZd„Zd„Zd efd „ƒYZd efd „ƒYZd e fd„ƒYZde fd„ƒYZde fd„ƒYZde ...
8,473
Python
.py
36
234.138889
1,209
0.429367
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,768
filter.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/filter.py
from hachoir_metadata.timezone import UTC from datetime import date, datetime, timedelta # Year in 1850..2030 MIN_YEAR = 1850 MAX_YEAR = 2030 class Filter: def __init__(self, valid_types, min=None, max=None): self.types = valid_types self.min = min self.max = max def __call__(self, va...
1,675
Python
.py
44
30.159091
60
0.601356
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,769
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/__init__.pyc
Ñò Î ÈMc @s„ddklZddklZddkZddkZddkZddk Zddk Zddk Zddk Zddk ZdS(iÿÿÿÿ(tVERSION(textractMetadataN(thachoir_metadata.versionRt __version__thachoir_metadata.metadataRthachoir_me...
670
Python
.py
3
222.333333
552
0.580838
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,770
safe.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/safe.py
from hachoir_core.error import HACHOIR_ERRORS, warning, error def fault_tolerant(func, *args): def safe_func(*args, **kw): try: func(*args, **kw) except HACHOIR_ERRORS, err: warning("Error when calling function %s(): %s" % ( func.__name__, err)) return sa...
814
Python
.py
22
29.772727
62
0.631512
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,771
archive.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/archive.py
from hachoir_metadata.metadata_item import QUALITY_BEST, QUALITY_FASTEST from hachoir_metadata.safe import fault_tolerant, getValue from hachoir_metadata.metadata import ( RootMetadata, Metadata, MultipleMetadata, registerExtractor) from hachoir_parser.archive import (Bzip2Parser, CabFile, GzipParser, TarFile, ...
6,542
Python
.py
150
34.74
111
0.624216
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,772
metadata_item.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/metadata_item.py
from hachoir_core.tools import makeUnicode, normalizeNewline from hachoir_core.error import HACHOIR_ERRORS from hachoir_metadata import config from hachoir_metadata.setter import normalizeString MIN_PRIORITY = 100 MAX_PRIORITY = 999 QUALITY_FASTEST = 0.0 QUALITY_FAST = 0.25 QUALITY_NORMAL = 0.5 QUALITY_GOOD = 0.75 QU...
4,900
Python
.py
126
27.611111
92
0.557005
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,773
register.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/register.pyc
—Ú Œ »Mc@swddklZddklZlZlZlZlZlZl Z ddk l Z ddk l Z lZlZddklZlZlZddklZlZlZlZlZlZddklZlZlZlZddkl Z d Z!d Z"d Z#d Z$dZ%e$Z&dZ'e'Z(dZ)...
7,059
Python
.py
19
370.526316
2,577
0.479477
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,774
jpeg.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/jpeg.pyc
—Ú Œ »Mc @sˆddklZlZddklZddklZddklZl Z l Z l Z l Z l Z ddklZddklZddklZddklZlZdd klZdd kZd ÑZd efd ÑÉYZeeeÉd S(iˇˇˇˇ(t RootMetadatatregiste...
9,392
Python
.py
81
114.950617
1,159
0.419674
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,775
formatter.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/formatter.py
from hachoir_core.i18n import _, ngettext NB_CHANNEL_NAME = {1: _("mono"), 2: _("stereo")} def humanAudioChannel(value): return NB_CHANNEL_NAME.get(value, unicode(value)) def humanFrameRate(value): if isinstance(value, (int, long, float)): return _("%.1f fps") % value else: return value ...
604
Python
.py
17
31.470588
63
0.673575
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,776
timezone.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/timezone.pyc
Ñò Î ÈMc@sXddklZlZdefd„ƒYZdefd„ƒYZeƒZd„ZdS(iÿÿÿÿ(ttzinfot timedeltat TimezoneUTCcBs>eZdZedƒZd„Zd„Zd„Zd„ZRS(s UTC timezoneicCstiS(N...
2,598
Python
.py
6
432
1,080
0.460856
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,777
safe.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/safe.pyc
Ñò Î ÈMc@sDddklZlZlZd„Zd„Zd„Zd„ZdS(iÿÿÿÿ(tHACHOIR_ERRORStwarningterrorcs‡fd†}|S(NcsDyˆ||ŽWn,tj o }tdˆi|fƒnXdS(Ns$Error when calling...
1,601
Python
.py
8
198.625
352
0.452949
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,778
audio.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/audio.pyc
—Ú Œ »Mc @skddklZlZlZlZddklZlZlZl Z l Z ddk l Z l Z ddklZddklZlZlZddklZlZddklZlZlZddklZlZd ÑZd ÑZhd d 6d d6dd6dd6dd6dd6dd6dd6d...
16,466
Python
.py
74
221.486486
1,654
0.414872
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,779
timezone.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/timezone.py
from datetime import tzinfo, timedelta class TimezoneUTC(tzinfo): """UTC timezone""" ZERO = timedelta(0) def utcoffset(self, dt): return TimezoneUTC.ZERO def tzname(self, dt): return u"UTC" def dst(self, dt): return TimezoneUTC.ZERO def __repr__(self): return...
907
Python
.py
30
23.766667
51
0.616185
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,780
metadata.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/metadata.py
# -*- coding: utf-8 -*- from hachoir_core.compatibility import any, sorted from hachoir_core.endian import endian_name from hachoir_core.tools import makePrintable, makeUnicode from hachoir_core.dict import Dict from hachoir_core.error import error, HACHOIR_ERRORS from hachoir_core.i18n import _ from hachoir_core.log i...
9,138
Python
.py
248
27.673387
89
0.577632
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,781
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/__init__.py
from hachoir_metadata.version import VERSION as __version__ from hachoir_metadata.metadata import extractMetadata # Just import the module, # each module use registerExtractor() method import hachoir_metadata.archive import hachoir_metadata.audio import hachoir_metadata.image import hachoir_metadata.jpeg import hachoi...
428
Python
.py
12
34.5
59
0.869565
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,782
setter.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/setter.py
from datetime import date, datetime import re from hachoir_core.language import Language from locale import setlocale, LC_ALL from time import strptime from hachoir_metadata.timezone import createTimezone from hachoir_metadata import config NORMALIZE_REGEX = re.compile("[-/.: ]+") YEAR_REGEX1 = re.compile("^([0-9]{4})...
5,203
Python
.py
152
26.921053
103
0.579293
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,783
formatter.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/formatter.pyc
Ñò Î ÈMc@spddklZlZhedƒd6edƒd6Zd„Zd„Zd„Zd „Zd „Zd „Z d S( iÿÿÿÿ(t_tngettexttmonoitstereoicCsti|t|ƒƒS(N(tNB_CHANNEL_NAMEtgettunicode(tvalue(...
1,663
Python
.py
6
276.166667
540
0.486128
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,784
filter.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/filter.pyc
Ñò Î ÈMc@s„ddklZddklZlZlZdZdZdd d„ƒYZdefd„ƒYZd efd „ƒYZ e ƒZ d S( iÿÿÿÿ(tUTC(tdatetdatetimet timedeltai:iîtFiltercBs eZddd„Zd„ZRS(cC...
2,837
Python
.py
18
155.277778
523
0.421631
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,785
riff.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/riff.py
""" Extract metadata from RIFF file format: AVI video and WAV sound. """ from hachoir_metadata.metadata import Metadata, MultipleMetadata, registerExtractor from hachoir_metadata.safe import fault_tolerant, getValue from hachoir_parser.container.riff import RiffFile from hachoir_parser.video.fourcc import UNCOMPRESSED...
7,679
Python
.py
170
34.170588
120
0.579116
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,786
video.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/video.py
from hachoir_core.field import MissingField from hachoir_core.error import HachoirError from hachoir_metadata.metadata import (registerExtractor, Metadata, RootMetadata, MultipleMetadata) from hachoir_metadata.metadata_item import QUALITY_GOOD from hachoir_metadata.safe import fault_tolerant from hachoir_parser.vid...
15,100
Python
.py
358
31.756983
100
0.581751
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,787
metadata.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/metadata.pyc
Ñò Î ÈMc @s!ddklZlZddklZddklZlZddkl Z ddk l Z l Z ddk lZddklZddklZlZlZlZdd klZdd kZhZd efd „ƒYZd efd„ƒYZdefd„ƒYZd„Zed„Zd S(...
12,613
Python
.py
97
124.175258
813
0.455781
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,788
misc.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/misc.py
from hachoir_metadata.metadata import RootMetadata, registerExtractor from hachoir_metadata.safe import fault_tolerant from hachoir_parser.container import SwfFile from hachoir_parser.misc import TorrentFile, TrueTypeFontFile, OLE2_File, PcfFile from hachoir_core.field import isString from hachoir_core.error import war...
8,940
Python
.py
236
28.326271
94
0.585965
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,789
video.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/video.pyc
—Ú Œ »Mc@säddklZddklZddklZlZlZlZddk l Z ddk l Z ddk lZlZlZddklZddklZdd klZdd klZdd klZlZlZdd klZdd kl Z defdÑÉYZ!defdÑÉ...
15,514
Python
.py
60
257.533333
950
0.42627
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,790
register.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/register.py
from hachoir_core.i18n import _ from hachoir_core.tools import ( humanDuration, makePrintable, humanBitRate, humanFrequency, humanBitSize, humanFilesize, humanDatetime) from hachoir_core.language import Language from hachoir_metadata.filter import Filter, NumberFilter, DATETIME_FILTER from datetime import d...
6,986
Python
.py
99
66.161616
172
0.691737
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,791
version.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/version.py
PACKAGE = "hachoir-metadata" VERSION = "1.2.1" WEBSITE = "http://hachoir.org/wiki/hachoir-metadata" LICENSE = "GNU GPL v2"
124
Python
.py
4
29.75
52
0.731092
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,792
program.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/program.pyc
Ñò Î ÈMc@scddklZlZddklZddklZlZdefd„ƒYZeeeƒdS(iÿÿÿÿ(t RootMetadatatregisterExtractor(tExeFile(tfault_toleranttgetValuet ExeMetadatacBs¹eZh dd6dd6dd6dd6dd6d...
4,429
Python
.py
11
401.636364
1,840
0.468432
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,793
image.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/hachoir_metadata/image.py
from hachoir_metadata.metadata import (registerExtractor, Metadata, RootMetadata, MultipleMetadata) from hachoir_parser.image import ( BmpFile, IcoFile, PcxFile, GifFile, PngFile, TiffFile, XcfFile, TargaFile, WMF_File, PsdFile) from hachoir_parser.image.png import getBitsPerPixel as pngBitsPerPixel from ha...
10,863
Python
.py
269
30.684015
85
0.584454
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,794
arcfour.pyc
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/pdfminer/arcfour.pyc
Ñò Î ÈMc@sGdZdefd„ƒYZedjoddkZeiƒndS(s] Python implementation of Arcfour encryption algorithm. This code is in the public domain. tArcfourcBs eZdZd„Zd„ZRS(s >>> Arcfour('Key').process('Plainte...
1,732
Python
.py
12
140.833333
879
0.40954
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,795
pdfcolor.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/pdfminer/pdfcolor.py
#!/usr/bin/env python2 from psparser import LIT ## PDFColorSpace ## LITERAL_DEVICE_GRAY = LIT('DeviceGray') LITERAL_DEVICE_RGB = LIT('DeviceRGB') LITERAL_DEVICE_CMYK = LIT('DeviceCMYK') class PDFColorSpace(object): def __init__(self, name, ncomponents): self.name = name self.ncomponents = ncomp...
701
Python
.py
26
23.307692
84
0.66018
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,796
runlength.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/pdfminer/runlength.py
#!/usr/bin/env python2 # # RunLength decoder (Adobe version) implementation based on PDF Reference # version 1.4 section 3.3.4. # # * public domain * # import sys def rldecode(data): """ RunLength decoder (Adobe version) implementation based on PDF Reference version 1.4 section 3.3.4: The RunLeng...
1,666
Python
.py
46
29.217391
75
0.604579
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,797
pdfinterp.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/pdfminer/pdfinterp.py
#!/usr/bin/env python2 import sys import re try: from cStringIO import StringIO except ImportError: from StringIO import StringIO from cmapdb import CMapDB, CMap from psparser import PSException, PSTypeError, PSEOF from psparser import PSKeyword, literal_name, keyword_name from psparser import PSStackParser fro...
26,147
Python
.py
770
24.503896
95
0.563001
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,798
lzw.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/pdfminer/lzw.py
#!/usr/bin/env python2 import sys try: from cStringIO import StringIO except ImportError: from StringIO import StringIO ## LZWDecoder ## class LZWDecoder(object): debug = 0 def __init__(self, fp): self.fp = fp self.buff = 0 self.bpos = 8 self.nbits = 9 self.t...
2,787
Python
.py
92
19.228261
79
0.441176
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,799
pdfdevice.py
pwnieexpress_raspberry_pwn/src/pentest/metagoofil/pdfminer/pdfdevice.py
#!/usr/bin/env python2 import sys from utils import mult_matrix, translate_matrix from utils import enc, bbox2str from pdffont import PDFUnicodeNotDefined ## PDFDevice ## class PDFDevice(object): debug = 0 def __init__(self, rsrcmgr): self.rsrcmgr = rsrcmgr self.ctm = None return ...
5,319
Python
.py
149
24.671141
95
0.540362
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)