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,900
sessions.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/sessions.py
import re import sys import zlib import time import socket import cPickle import threading import BaseHTTPServer import pedrpc import pgraph import sex import primitives ######################################################################################################################## class target: ''' ...
44,977
Python
.py
849
38.991755
199
0.50587
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,901
pedrpc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pedrpc.py
import sys import struct import socket import cPickle import time ######################################################################################################################## class client: def __init__ (self, host, port): self.__host = host self.__port = port ...
12,290
Python
.py
240
40.916667
120
0.508021
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,902
pedrpc.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pedrpc.pyc
Ñò âпMc@sfddkZddkZddkZddkZddkZddd„ƒYZddd„ƒYZdS(iÿÿÿÿNtclientcBsPeZd„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Z RS(cCsI||_||_t|_d|_t...
10,405
Python
.py
96
102.78125
813
0.499612
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,903
primitives.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/primitives.pyc
—Ú ‚–øMc@sAddkZddkZddkZddkZdefdÑÉYZdefdÑÉYZdefdÑÉYZdefd ÑÉYZd efd ÑÉYZ gZ d ÑZ d dÑZ defdÑÉYZdefdÑÉYZ de fdÑÉYZde fdÑÉYZde fdÑÉ...
23,257
Python
.py
276
79.246377
2,393
0.40993
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,904
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/__init__.pyc
—Ú ‚–øMc@sÖddkZddkZddkZddkZddkZddkZddkZdZdZ ddÑZ dÑZ dÑZ dÑZdÑZd ÑZddddgd d ÑZdd ÑZd ddddÑZddddeddÑZdddeededdÑZdÑZddÑ...
27,000
Python
.py
313
81.485623
1,366
0.572962
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,905
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/__init__.py
import sulley.blocks import sulley.legos import sulley.pedrpc import sulley.primitives import sulley.sex import sulley.sessions import sulley.utils BIG_ENDIAN = ">" LITTLE_ENDIAN = "<" ######################################################################################################################## ### ...
28,553
Python
.py
507
51.357002
162
0.658793
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,906
blocks.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/blocks.pyc
—Ú ‚–øMc @sΩddkZddkZddkZddkZddkZddkZhZdZdei fdÑÉYZ dd dÑÉYZ dd dÑÉYZ ddd ÑÉYZ d dd ÑÉYZdS(iˇˇˇˇNtrequestcBsSeZdÑZdÑZdÑZdÑZdÑZdÑ...
21,911
Python
.py
237
86.28692
674
0.437139
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,907
listen.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/listen.py
from socket import * s = socket(AF_INET, SOCK_DGRAM) s.bind(('127.0.0.1', 5060)) while 1: data = s.recvfrom(256) print data
138
Python
.py
6
19.666667
31
0.666667
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,908
sex.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/sex.py
# Sulley EXception Class class error (Exception): def __init__ (self, message): self.message = message def __str__ (self): return self.message
168
Python
.py
6
22.833333
33
0.63354
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,909
blocks.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/blocks.py
import pgraph import primitives import sex import zlib import hashlib # import md5 - deprecated - dookie #import sha - deprecated, covered by hashlib import struct REQUESTS = {} CURRENT = None ######################################################################################################################## c...
29,857
Python
.py
607
38.215815
153
0.578293
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,910
primitives.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/primitives.py
import random import struct import string import os ######################################################################################################################## class base_primitive (object): ''' The primitive base class implements common functionality shared across most primitives. ''' de...
30,910
Python
.py
668
36.468563
155
0.546154
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,911
sessions.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/sessions.pyc
Ñò âпMc@s'ddkZddkZddkZddkZddkZddkZddkZddkZddkZddk Z ddk Z ddk Z dfd„ƒYZ de i i fd„ƒYZde ifd„ƒYZdeifd „ƒYZd eifd „ƒYZd eifd „ƒYZ...
33,102
Python
.py
359
80.247911
1,101
0.435772
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,912
misc.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/utils/misc.pyc
Ñò âпMc@s:ddkZddkZdd„Zd„Zd„ZdS(iÿÿÿÿNicCs±g}xstdƒD]e}d}xItdƒD];}||Ad@o|d?dA}n |dL}|dL}q,W|i|ƒqWx.|D]&}|t|ƒ|d@A|d?A}qƒW|S(s6 CR...
1,900
Python
.py
11
169.363636
491
0.403704
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,913
dcerpc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/utils/dcerpc.py
import math import struct import misc ######################################################################################################################## def bind (uuid, version): ''' Generate the data necessary to bind to the specified interface. ''' major, minor = version.split(".") major ...
3,706
Python
.py
74
44.22973
120
0.449488
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,914
dcerpc.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/utils/dcerpc.pyc
Ñò âпMc@sCddkZddkZddkZd„Zd„Zd„ZdS(iÿÿÿÿNcCs|idƒ\}}tidt|ƒƒ}tidt|ƒƒ}d}|d7}|d7}|d7}|d7}|d7}|d 7}|d 7}|d 7}|d 7}|d 7}|d 7}|d...
2,214
Python
.py
64
33.21875
336
0.369596
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,915
scada.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/utils/scada.py
import math import struct ######################################################################################################################## def dnp3 (data, control_code="\x44", src="\x00\x00", dst="\x00\x00"): num_packets = int(math.ceil(float(len(data)) / 250.0)) packets = [] for i in xrange(...
1,118
Python
.py
30
28.7
120
0.461323
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,916
scada.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/utils/scada.pyc
Ñò âпMc@s.ddkZddkZdddd„ZdS(iÿÿÿÿNtDtcCs“ttitt|ƒƒdƒƒ}g}xat|ƒD]S}||d|dd!}d}|tt|ƒƒ7}||7}||7}||7}tidt |ƒƒ} || 7}ttitt|ƒ...
1,096
Python
.py
12
90.333333
332
0.35023
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,917
misc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/utils/misc.py
import re import struct ######################################################################################################################## def crc16 (string, value=0): ''' CRC-16 poly: p(x) = x**16 + x**15 + x**2 + 1 ''' crc16_table = [] for byte in range(256): crc = 0 f...
1,648
Python
.py
36
39.861111
126
0.426868
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,918
cluster.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/cluster.pyc
Ñò âпMc@s,dZddkZdefd„ƒYZdS(s™ @author: Pedram Amini @license: GNU General Public License 2.0 or later @contact: pedram.amini@gmail.com @organization: www.openrce.org iÿÿÿÿNtclustercBsJeZdZdZgZdd„Zd„Z...
2,359
Python
.py
36
60.222222
208
0.468966
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,919
cluster.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/cluster.py
# # pGRAPH # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # 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 of the License, or (at your option) any later # version. # ...
2,963
Python
.py
73
33.863014
120
0.495989
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,920
node.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/node.pyc
—Ú ‚–øMc@s dZdefdÑÉYZdS(sô @author: Pedram Amini @license: GNU General Public License 2.0 or later @contact: pedram.amini@gmail.com @organization: www.openrce.org tnodecBsòeZdZdZdZdZdZdZdZdZ dZ dZ...
5,714
Python
.py
93
58.333333
506
0.402137
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,921
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/__init__.pyc
Ñò âпMc@s2dZddkTddkTddkTddkTdS(s™ @author: Pedram Amini @license: GNU General Public License 2.0 or later @contact: pedram.amini@gmail.com @organization: www.openrce.org iÿÿÿÿ(t*N(t__doc__tclustertedgetgraphtnode(...
415
Python
.py
10
40.5
166
0.536946
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,922
edge.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/edge.py
# # pGRAPH # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # 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 of the License, or (at your option) any later # version. # ...
6,271
Python
.py
140
37.235714
120
0.502381
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,923
edge.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/edge.pyc
Ñò âпMc@s dZdefd„ƒYZdS(s™ @author: Pedram Amini @license: GNU General Public License 2.0 or later @contact: pedram.amini@gmail.com @organization: www.openrce.org tedgecBskeZdZd Zd Zd ZdZdZdZ dZ dZ d„...
4,385
Python
.py
72
56.625
437
0.431723
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,924
graph.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/graph.py
# # pGRAPH # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # 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 of the License, or (at your option) any later # version. # ...
21,768
Python
.py
478
35.740586
120
0.49706
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,925
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/__init__.py
# # pGRAPH # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # 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 of the License, or (at your option) any later # version. # ...
1,012
Python
.py
24
41.125
119
0.764944
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,926
graph.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/graph.pyc
Ñò âпMc@sPdZddkZddkZddkZddkZdefd„ƒYZdS(s™ @author: Pedram Amini @license: GNU General Public License 2.0 or later @contact: pedram.amini@gmail.com @organization: www.openrce.org iÿÿÿÿNtgraphcBs4eZd...
17,107
Python
.py
219
70.972603
557
0.474534
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,927
node.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/pgraph/node.py
# # pGRAPH # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # 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 of the License, or (at your option) any later # version. # ...
8,623
Python
.py
187
37.946524
120
0.483906
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,928
xdr.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/xdr.py
######################################################################################################################## ### XDR TYPES (http://www.freesoft.org/CIE/RFC/1832/index.htm) ######################################################################################################################## import struct ...
1,740
Python
.py
34
44.323529
120
0.451804
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,929
misc.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/misc.pyc
Ñò âпMc@s�ddkZddklZlZlZdeifd„ƒYZdeifd„ƒYZdeifd„ƒYZd eifd „ƒYZ dS( iÿÿÿÿN(tblockst primitivestsextip_address_asciicBseZhd„ZRS(cCsÿti...
3,490
Python
.py
27
127.666667
475
0.361143
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,930
dcerpc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/dcerpc.py
######################################################################################################################## ### MSRPC NDR TYPES ######################################################################################################################## import struct from sulley import blocks, primitives, sex ...
4,841
Python
.py
102
37.754902
120
0.48904
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,931
ber.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/ber.pyc
Ñò âпMc@s^ddkZddklZlZlZdeifd„ƒYZdeifd„ƒYZdS(iÿÿÿÿN(tblockst primitivestsextstringcBs#eZdZhd„Zd„ZRS(sp [0x04][0x84][dword length][string] Where: 0x04 = ...
2,329
Python
.py
26
86.269231
362
0.382609
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,932
sip.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/sip.pyc
Ñò âпMc@sÛddkZddklZlZlZdeifd„ƒYZdeifd„ƒYZdeifd„ƒYZd eifd „ƒYZ d eifd „ƒYZ d eifd„ƒYZ deifd„ƒYZ dS(iÿÿÿÿN(tblockst primitivestsextq_valuec...
9,172
Python
.py
75
121.28
823
0.314575
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,933
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/__init__.pyc
Ñò âпMc@s0ddkZddkZddkZddkZddkZhZeied<eied<eied<ei ed<ei ed<ei ed<ei ed<ei ed <eied <ei ed<eied <eied <eied <eied<eied<eied<eied<e...
933
Python
.py
9
102.666667
190
0.456216
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,934
dcerpc.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/dcerpc.pyc
—Ú ‚–øMc@sÄddkZddklZlZlZdÑZdeifdÑÉYZdeifdÑÉYZdeifd ÑÉYZ dS( iˇˇˇˇN(tblockst primitivestsexcCsddt|Éd@d@S(Ntii(tlen(tstring((s-...
4,273
Python
.py
36
114.611111
387
0.429752
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,935
sip.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/sip.py
import struct from sulley import blocks, primitives, sex class q_value (blocks.block): def __init__ (self, name, request, value, options={}): blocks.block.__init__(self, name, request, None, None, None, None) self.value = value self.options = options # fuzz by default if...
11,911
Python
.py
246
39
120
0.61894
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,936
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/__init__.py
import ber import dcerpc import misc import xdr import sip # all defined legos must be added to this bin. BIN = {} BIN["ber_string"] = ber.string BIN["ber_integer"] = ber.integer BIN["dns_hostname"] = misc.dns_hostname BIN["ip_address_ascii"] = misc.ip_address_ascii BIN["ndr_conformant_a...
935
Python
.py
25
36.28
57
0.675468
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,937
xdr.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/xdr.pyc
Ñò âпMc@sNddkZddklZlZlZd„Zdeifd„ƒYZdS(iÿÿÿÿN(tblockst primitivestsexcCsddt|ƒd@d@S(Ntii(tlen(tstring((s*/pentest/voiper/sulley/sulley/legos/xdr.pytx...
1,685
Python
.py
15
108.866667
258
0.430539
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,938
._sip.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/._sip.py
Mac OS X  2°âATTR;šÉÿ✠œ com.apple.TextEncodingMACINTOSH;0...
4,096
Python
.py
1
4,096
4,096
0.021484
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,939
ber.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/ber.py
######################################################################################################################## ### ASN.1 / BER TYPES (http://luca.ntop.org/Teaching/Appunti/asn1.html) ######################################################################################################################## impor...
2,229
Python
.py
49
38.265306
120
0.478422
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,940
misc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/sulley/legos/misc.py
import struct from sulley import blocks, primitives, sex ######################################################################################################################## class ip_address_ascii (blocks.block): def __init__ (self, name, request, value, options={}): blocks.block.__init__(self, name, r...
3,377
Python
.py
75
34.786667
120
0.479532
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,941
uuid.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/uuid.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: uuid.py,v 1.4 2006/05/23 21:19:26 gera Exp $ # # Description: # Generate UUID compliant with h...
2,352
Python
.py
52
42.25
135
0.651832
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,942
ImpactPacket.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/ImpactPacket.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: ImpactPacket.py,v 1.9 2006/05/23 22:25:34 gera Exp $ # # Description: # Network packet codecs b...
55,420
Python
.py
1,422
29.859353
433
0.57149
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,943
ntlm.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/ntlm.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: ntlm.py,v 1.2 2006/05/23 21:19:25 gera Exp $ # from impacket.structure import Structure try: ...
9,115
Python
.py
235
30.280851
144
0.555135
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,944
ImpactDecoder.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/ImpactDecoder.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: ImpactDecoder.py,v 1.6 2006/05/23 22:25:34 gera Exp $ # # Description: # Convenience packet unp...
5,509
Python
.py
148
29.797297
87
0.642375
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,945
smb.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/smb.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: smb.py,v 1.7 2006/05/23 21:19:25 gera Exp $ # # -*- mode: python; tab-width: 4 -*- # $Id: smb.p...
88,384
Python
.py
2,033
33.880472
316
0.58477
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,946
structure.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/structure.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: structure.py,v 1.2 2006/05/23 21:19:26 gera Exp $ # from struct import pack, unpack, calcsize ...
23,356
Python
.py
575
29.161739
198
0.519438
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,947
nmb.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/nmb.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: nmb.py,v 1.4 2006/05/23 21:19:25 gera Exp $ # # -*- mode: python; tab-width: 4 -*- # # Copyrig...
28,399
Python
.py
670
32.423881
165
0.582235
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,948
svcctl.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/svcctl.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: svcctl.py,v 1.6 2006/05/23 21:19:26 gera Exp $ # # Description: # SVCCTL (Services Control) in...
15,833
Python
.py
379
34.424802
173
0.638162
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,949
dcerpc_v4.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/dcerpc_v4.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: dcerpc_v4.py,v 1.10 2006/05/23 22:26:51 gera Exp $ # # Description: # Handle basic DCE/RPC pro...
8,418
Python
.py
214
30.799065
93
0.596934
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,950
dcerpc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/dcerpc.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: dcerpc.py,v 1.7 2006/05/23 22:26:51 gera Exp $ # import array from binascii import crc32 try: ...
32,566
Python
.py
750
34.718667
144
0.592478
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,951
transport.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/transport.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: transport.py,v 1.5 2006/05/23 21:19:26 gera Exp $ # # Description: # Transport implementations...
11,565
Python
.py
289
30.820069
143
0.585714
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,952
conv.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/conv.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: conv.py,v 1.4 2006/05/23 21:19:26 gera Exp $ # # Description: # Implement CONV protocol, used ...
1,918
Python
.py
52
31.384615
84
0.652597
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,953
epm.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/epm.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: epm.py,v 1.5 2006/05/23 21:19:26 gera Exp $ # import array import struct from impacket import ...
6,484
Python
.py
162
32.481481
123
0.634867
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,954
ndrutils.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/ndrutils.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: ndrutils.py,v 1.7 2006/05/23 21:19:26 gera Exp $ # from struct import * import socket import ra...
20,770
Python
.py
353
44.699717
133
0.552502
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,955
dcom.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/dcom.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: dcom.py,v 1.5 2006/05/23 21:19:26 gera Exp $ # import array from impacket import ImpactPacket ...
5,597
Python
.py
127
37.440945
183
0.646321
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,956
srvsvc.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/srvsvc.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: srvsvc.py,v 1.2 2006/05/23 21:19:26 gera Exp $ # # Description: # SRVSVC interface implementat...
8,196
Python
.py
211
29.7109
102
0.583925
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,957
printer.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/printer.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: printer.py,v 1.2 2006/05/23 21:19:26 gera Exp $ # from impacket.structure import Structure def...
15,551
Python
.py
408
28.151961
109
0.540918
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,958
winreg.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/winreg.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: winreg.py,v 1.7 2006/05/23 21:19:26 gera Exp $ # # Description: # WinReg (Windows Registry) in...
21,401
Python
.py
530
32.877358
104
0.604976
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,959
samr.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/impacket/dcerpc/samr.py
# Copyright (c) 2003-2006 CORE Security Technologies # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # $Id: samr.py,v 1.7 2006/05/23 21:19:26 gera Exp $ # # Description: # SAMR (Security Account Manager...
23,192
Python
.py
552
34.5
348
0.628021
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,960
crashbin_explorer.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/s_utils/crashbin_explorer.py
#!c:\\python\\python.exe import getopt import sys # this command should be ran from VoIPER/sulley but the following # should make it work from VoIPER/ as well # Ridiculously hack-y sys.path.append(r".") sys.path.append(r"sulley/sulley") sys.path.append(r"sulley") sys.path.append(r"s_utils") import s_utils import pgr...
2,716
Python
.py
77
28.168831
106
0.57563
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,961
crash_binning.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/s_utils/crash_binning.py
# # Crash Binning # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # $Id: crash_binning.py 193 2007-04-05 13:30:01Z cameron $ # # 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 v...
10,054
Python
.py
220
36.431818
120
0.541927
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,962
ida_fuzz_library_extender.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/s_utils/ida_fuzz_library_extender.py
#!c:\python\python.exe # # Aaron Portnoy # TippingPoint Security Research Team # (C) 2007 # ######################################################################################################################## def get_string( ea): str_type = GetStringType(ea) if str_type == 0: string_buf = "" ...
5,064
Python
.py
126
31.65873
120
0.48616
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,963
pdml_parser.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/s_utils/pdml_parser.py
#!c:\python\python.exe import sys from xml.sax import make_parser from xml.sax import ContentHandler from xml.sax.handler import feature_namespaces ######################################################################################################################## class ParsePDML (ContentHandler): def ...
3,304
Python
.py
81
27.950617
120
0.477174
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,964
pcap_cleaner.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/s_utils/pcap_cleaner.py
#!c:\\python\\python.exe import os import sys sys.path.append(r"..\..\..\paimei") import utils USAGE = "\nUSAGE: pcap_cleaner.py <xxx.crashbin> <path to pcaps>\n" if len(sys.argv) != 3: print USAGE sys.exit(1) # # generate a list of all test cases that triggered a crash. # try: crashbin = utils.crash...
821
Python
.py
28
26.25
80
0.687101
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,965
ldap.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/ldap.py
from sulley import * """ Application number Application 0 BindRequest 1 BindResponse 2 UnbindRequest 3 SearchRequest 4 SearchResponse 5 ModifyRequest 6 ModifyResponse 7 AddRequest 8 AddResponse 9 DelRequest 10 DelResponse 11 ModifyRDNRequest 12 ModifyRDNResponse 13 CompareRequest 14 CompareResponse 15 AbandonRequest "...
2,324
Python
.py
66
31.227273
120
0.572066
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,966
ndmp.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/ndmp.py
from sulley import * import struct import time ndmp_messages = \ [ # Connect Interface 0x900, # NDMP_CONNECT_OPEN 0x901, # NDMP_CONECT_CLIENT_AUTH 0x902, # NDMP_CONNECT_CLOSE 0x903, # NDMP_CONECT_SERVER_AUTH # Config Interface 0x100, # NDMP_CONFIG_GET_HOST_INFO 0x...
5,380
Python
.py
128
35.140625
120
0.572522
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,967
jabber.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/jabber.py
from sulley import * ######################################################################################################################## s_initialize("chat init") """ <?xml version="1.0" encoding="UTF-8" ?> <stream:stream to="192.168.200.17" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams">...
1,969
Python
.py
52
36.673077
178
0.57892
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,968
sip_valid.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/sip_valid.py
from sulley import * s_initialize("INVITE_VALID") s_static('\r\n'.join(['INVITE sip:tester@192.168.3.104 SIP/2.0', 'CSeq: 1 INVITE', 'Via: SIP/2.0/UDP 192.168.3.102:5068;branch=z9hG4bKlm4zshdowki1t8c7ep6j0yavq2ug5r3x;rport', 'From: "nnp" <sip:nnp@192.168.3.104>;tag=so08p5k39wuv1dczfnij7bet4l2m6hrq', 'Call-ID: rzxd6tm...
1,257
Python
.py
34
35.176471
91
0.677075
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,969
sip.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/sip.py
import base64 import string import zlib from random import Random from sulley import * ''' Contains fuzz cases for INVITE (all headers and the base headers) and sdp ''' def base64_encode(val): return base64.b64encode(val) def gzip_encode(val): return zlib.compress(val) ####################################...
51,877
Python
.py
1,513
28.615334
136
0.559639
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,970
xbox.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/xbox.py
""" mediaconnect port 2869 """ from sulley import * ######################################################################################################################## s_initialize("mediaconnect: get album list") # POST /upnphost/udhisapi.dll?control=uuid:848a20cc-91bc-4a02-8180-187baa537527+urn:microsoft-com:s...
3,477
Python
.py
112
28.133929
135
0.638482
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,971
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/__init__.py
import os __all__ = [] for filename in os.listdir(os.path.dirname(__file__)): if not filename.startswith("__") and filename.endswith(".py"): filename = filename.replace(".py", "") __all__.append(filename) # uncommenting the next line causes all requests to load into the namespace once 're...
542
Python
.py
10
47.6
112
0.668561
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,972
stun.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/stun.py
""" STUN: Simple Traversal of UDP through NAT Gizmo binds this service on UDP port 5004 / 5005 http://www.vovida.org/ """ from sulley import * ######################################################################################################################## s_initialize("binding request") # message type 0x0001...
1,652
Python
.py
40
38.275
120
0.595372
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,973
trend.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/trend.py
from sulley import * import struct # crap ass trend xor "encryption" routine for control manager (20901) def trend_xor_encode (str): ''' Simple bidirectional XOR "encryption" routine used by this service. ''' key = 0xA8534344 ret = "" # pad to 4 byte boundary. pad = 4 - (len(str) % 4) ...
4,922
Python
.py
122
35.114754
120
0.567017
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,974
http.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/http.py
from sulley import * # GET /index.html HTTP/1.1 s_initialize("HTTP BASIC") s_group("verbs", values=["GET", "HEAD", "POST", "TRACE"]) if s_block_start("body", group="verbs"): s_delim(" ") s_delim("/") s_string("index.html") s_delim(" ") s_string("HTTP") s_delim("/") s_string("1") s_deli...
383
Python
.py
16
20.375
57
0.565574
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,975
rendezvous.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/sulley/requests/rendezvous.py
from sulley import * ######################################################################################################################## s_initialize("trillian 1") s_static("\x00\x00") # transaction ID s_static("\x00\x00") # flags (standard query) s_word(1, endian=">...
5,403
Python
.py
89
57.876404
120
0.427384
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,976
sip_utilities.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_utilities.pyc
Ñò âпMc @sÔdZddkZddkZddkZddkZddkZddkZddkZddklZddk Tddk l Z ddd„ƒYZ ddd „ƒYZ d dd „ƒYZd dd „ƒYZdS(sÀ This file is part of VoIPER. VoIPER is free software: you can redi...
15,038
Python
.py
191
72.989529
453
0.513411
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,977
sip_agent.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_agent.pyc
—Ú ‚–øMc@sTdZddkZddkZddkZddkZddkZddkZddkZddkZddk l Z ddkl Z ddk l Z ddk l Z ddk lZlZddklZd Zd Zd Zd dd ÑÉYZdddÑÉYZdddÑÉYZdddÑ...
22,328
Python
.py
249
84.329317
740
0.466289
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,978
test_sip_parser.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/test_sip_parser.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
5,244
Python
.py
124
40.540323
112
0.717893
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,979
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/__init__.pyc
—Ú ‚–øMc@sdZdddddgZdS(s¿ This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any...
984
Python
.py
17
56.647059
149
0.715768
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,980
test_sip_cancel.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/test_sip_cancel.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
2,502
Python
.py
64
36.765625
95
0.747565
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,981
transceiver.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/transceiver.pyc
—Ú ‚–øMc @skdZddkZddkZddkZddklZddklZddkTdddÑÉYZdS( s¿ This file is part of VoIPER. VoIPER 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 S...
6,129
Python
.py
84
67.02381
359
0.531894
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,982
transceiver.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/transceiver.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
5,347
Python
.py
130
31.361538
83
0.618581
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,983
sip_parser.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_parser.pyc
Ñò âпMc@sÑdZddkZdZdZdZdZdZdZd Zd Z d Z d Z d Z dZ dZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd!d „ƒYZdS("sÀ This file is part of VoIPER. VoIPER is free software: you can redistr...
6,048
Python
.py
93
61.376344
774
0.497814
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,984
test_sip_invite.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/test_sip_invite.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
1,961
Python
.py
55
27.618182
86
0.629434
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,985
test_sip_options.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/test_sip_options.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
2,036
Python
.py
48
29.520833
133
0.565375
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,986
sip_transaction_manager.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_transaction_manager.pyc
Ñò âпMc @s×dZddkZddkZddkZddkZddkZddklZddklZddk l Z ddk l Z dZ dZ d Zd dd „ƒYZd dd „ƒYZdeifd„ƒYZdS(sÀ This file is part of VoIPER. VoIPER is free software: you can r...
10,866
Python
.py
132
74.969697
522
0.537184
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,987
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/__init__.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
820
Python
.py
17
46.294118
79
0.778195
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,988
sip_utilities.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_utilities.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
16,376
Python
.py
361
32.301939
104
0.554328
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,989
sip_agent.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_agent.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
26,958
Python
.py
569
34.906854
114
0.566787
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,990
test_sip_agent.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/test_sip_agent.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
2,470
Python
.py
59
39.915254
95
0.732969
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,991
test_sip_register.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/test_sip_register.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
1,905
Python
.py
53
28.528302
72
0.650907
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,992
sip_transaction_manager.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_transaction_manager.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
12,475
Python
.py
254
37.291339
94
0.62309
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,993
sip_parser.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/protocol_logic/sip_parser.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
6,109
Python
.py
159
27.09434
118
0.511811
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,994
replay.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/torturer/replay.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
12,177
Python
.py
293
30.078498
96
0.563381
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,995
test_replay.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/torturer/test_replay.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
2,275
Python
.py
51
40.372549
85
0.70615
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,996
__init__.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/torturer/__init__.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
733
Python
.py
16
44.5
68
0.794944
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,997
fuzzers.py
pwnieexpress_raspberry_pwn/src/pentest/voiper/fuzzer/fuzzers.py
''' This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later version. VoIPER is distributed in the hope that it will be u...
10,273
Python
.py
244
32.413934
141
0.620098
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,998
fuzzers.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/fuzzer/fuzzers.pyc
Ñò âпMc@sdZddkZddkZddkZddkZeiidieiƒdgƒƒddk l Z ddk l Z ddk lZddk lZdd klZdd klZdd klZdd klZdd klZddkTddkTdd'd„ƒYZdefd„ƒ...
12,387
Python
.py
94
129.914894
822
0.46249
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)
19,999
__init__.pyc
pwnieexpress_raspberry_pwn/src/pentest/voiper/fuzzer/__init__.pyc
—Ú ‚–øMc@sdZddgZdS(s¿ This file is part of VoIPER. VoIPER 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 of the License, or (at your option) any later ve...
905
Python
.py
16
55.3125
139
0.717833
pwnieexpress/raspberry_pwn
1,024
184
8
GPL-3.0
9/5/2024, 5:12:22 PM (Europe/Amsterdam)