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,200 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/pagerank/__init__.py | #!/usr/bin/env python
#
# The MIT License
#
# Copyright 2010 Corey Goldberg
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to... | 1,141 | Python | .py | 25 | 44.6 | 79 | 0.792825 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,201 | eucjpprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/eucjpprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 3,471 | Python | .py | 76 | 38.065789 | 108 | 0.65948 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,202 | langcyrillicmodel.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/langcyrillicmodel.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 17,817 | Python | .py | 315 | 55.190476 | 70 | 0.593664 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,203 | sjisprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/sjisprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 3,514 | Python | .py | 76 | 38.631579 | 108 | 0.65646 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,204 | sbcsgroupprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/sbcsgroupprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All R... | 3,127 | Python | .py | 61 | 46.311475 | 127 | 0.761345 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,205 | euctwfreq.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/euctwfreq.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 34,864 | Python | .py | 421 | 81.629454 | 87 | 0.746385 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,206 | sbcharsetprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/sbcharsetprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All R... | 4,582 | Python | .py | 97 | 39.030928 | 168 | 0.630474 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,207 | test.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/test.py | import sys, glob
sys.path.insert(0, '..')
from chardet.universaldetector import UniversalDetector
count = 0
u = UniversalDetector()
for f in glob.glob(sys.argv[1]):
print f.ljust(60),
u.reset()
for line in file(f, 'rb'):
u.feed(line)
if u.done: break
u.close()
result = u.result
... | 498 | Python | .py | 19 | 21.789474 | 73 | 0.631799 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,208 | jisfreq.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/jisfreq.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 47,307 | Python | .py | 562 | 83.037367 | 98 | 0.754086 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,209 | gb2312freq.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/gb2312freq.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 36,001 | Python | .py | 465 | 76.251613 | 92 | 0.764593 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,210 | gb2312prober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/gb2312prober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 1,677 | Python | .py | 38 | 41.736842 | 69 | 0.737775 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,211 | langthaimodel.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/langthaimodel.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 11,298 | Python | .py | 194 | 57.097938 | 74 | 0.55082 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,212 | constants.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/constants.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All R... | 1,484 | Python | .py | 42 | 33.785714 | 69 | 0.707724 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,213 | langgreekmodel.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/langgreekmodel.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 12,664 | Python | .py | 218 | 56.90367 | 70 | 0.55937 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,214 | hebrewprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/hebrewprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Shy Shalom
# Portions created by the Initial Developer are Copyright (C) 2005
# the Initial Developer. All Rights Reserved.
#... | 13,220 | Python | .py | 247 | 48.210526 | 99 | 0.7062 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,215 | escsm.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/escsm.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 7,996 | Python | .py | 223 | 32.672646 | 69 | 0.560985 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,216 | mbcsgroupprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/mbcsgroupprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All R... | 1,889 | Python | .py | 48 | 35.9375 | 69 | 0.7118 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,217 | mbcharsetprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/mbcharsetprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All R... | 3,155 | Python | .py | 73 | 35.726027 | 108 | 0.635535 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,218 | mbcssm.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/mbcssm.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 18,212 | Python | .py | 468 | 32.564103 | 69 | 0.49305 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,219 | charsetgroupprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/charsetgroupprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights ... | 3,634 | Python | .py | 90 | 32.155556 | 90 | 0.610514 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,220 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/__init__.py | ######################## BEGIN LICENSE BLOCK ########################
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later ve... | 1,049 | Python | .py | 24 | 41.541667 | 69 | 0.68915 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,221 | euckrprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/euckrprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 1,672 | Python | .py | 38 | 41.605263 | 69 | 0.736358 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,222 | euckrfreq.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/euckrfreq.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 45,962 | Python | .py | 589 | 76.91511 | 92 | 0.772483 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,223 | chardistribution.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/chardistribution.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights ... | 8,590 | Python | .py | 178 | 40.578652 | 238 | 0.652682 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,224 | langhebrewmodel.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/langhebrewmodel.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Simon Montagu
# Portions created by the Initial Developer are Copyright (C) 2005
# the Initial Developer. All Rights Reserved... | 11,340 | Python | .py | 196 | 56.72449 | 70 | 0.550229 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,225 | euctwprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/euctwprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 1,672 | Python | .py | 38 | 41.605263 | 69 | 0.736358 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,226 | langbulgarianmodel.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/langbulgarianmodel.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 12,820 | Python | .py | 220 | 57.05 | 70 | 0.563374 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,227 | codingstatemachine.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/codingstatemachine.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 2,178 | Python | .py | 50 | 39.12 | 117 | 0.683318 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,228 | big5freq.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/big5freq.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights ... | 82,588 | Python | .py | 919 | 88.782372 | 103 | 0.779551 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,229 | langhungarianmodel.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/langhungarianmodel.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 12,572 | Python | .py | 218 | 56.490826 | 70 | 0.565724 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,230 | utf8prober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/utf8prober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 2,664 | Python | .py | 67 | 33.343284 | 69 | 0.652628 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,231 | jpcntx.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/jpcntx.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | 19,021 | Python | .py | 194 | 93.056701 | 168 | 0.52565 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,232 | charsetprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/charsetprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All ... | 1,890 | Python | .py | 50 | 33.88 | 69 | 0.673224 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,233 | escprober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/escprober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | 3,013 | Python | .py | 72 | 33.833333 | 81 | 0.643831 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,234 | big5prober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/big5prober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights ... | 1,683 | Python | .py | 38 | 41.842105 | 69 | 0.736906 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,235 | latin1prober.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/chardet/latin1prober.py | ######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All R... | 5,106 | Python | .py | 124 | 36.870968 | 97 | 0.591348 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,236 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/prettyprint/__init__.py | #!/usr/bin/env python
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
#All rights reserved.
#Redistribution and use in source and binary forms, with or without modification,
#are permitted provided that the following conditions are met:
#* Redistributions of source code must retain the above copyright notice,... | 1,357 | Python | .py | 21 | 63.380952 | 81 | 0.815928 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,237 | prettyprint.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/prettyprint/prettyprint.py | #!/usr/bin/env python
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
#All rights reserved.
#Redistribution and use in source and binary forms, with or without modification,
#are permitted provided that the following conditions are met:
#* Redistributions of source code must retain the above copyright notice,... | 4,215 | Python | .py | 82 | 42.121951 | 103 | 0.646916 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,238 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/beautifulsoup/__init__.py | #!/usr/bin/env python
#
# Copyright (c) 2004-2010, Leonard Richardson
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright... | 1,672 | Python | .py | 36 | 45.194444 | 79 | 0.78104 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,239 | beautifulsoup.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/beautifulsoup/beautifulsoup.py | """Beautiful Soup
Elixir and Tonic
"The Screen-Scraper's Friend"
http://www.crummy.com/software/BeautifulSoup/
Beautiful Soup parses a (possibly invalid) XML or HTML document into a
tree representation. It provides methods and Pythonic idioms that make
it easy to navigate, search, and modify the tree.
A well-formed X... | 79,455 | Python | .py | 1,743 | 34.241538 | 186 | 0.585297 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,240 | magic.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/magic/magic.py | """
magic is a wrapper around the libmagic file identification library.
Usage:
>>> import magic
>>> magic.from_file("testdata/test.pdf")
'PDF document, version 1.2'
>>> magic.from_file("testdata/test.pdf", mime=True)
'application/pdf'
>>> magic.from_buffer(open("testdata/test.pdf").read(1024))
'PDF document, version ... | 6,619 | Python | .py | 172 | 32.174419 | 92 | 0.669533 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,241 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/bottle/__init__.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
pass
| 150 | Python | .py | 6 | 23.666667 | 62 | 0.746479 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,242 | bottle.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/bottle/bottle.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Bottle is a fast and simple micro-framework for small web applications. It
offers request dispatching (Routes) with url parameter support, templates,
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
template engines - all in a single file an... | 129,380 | Python | .py | 2,692 | 38.830238 | 103 | 0.597678 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,243 | xdot.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/xdot/xdot.py | #!/usr/bin/env python
#
# Copyright 2008 Jose Fonseca
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This ... | 87,576 | Python | .py | 1,807 | 39.158827 | 218 | 0.529415 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,244 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/thirdparty/xdot/__init__.py | #!/usr/bin/env python
#
# Copyright 2008-2009 Jose Fonseca
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ... | 724 | Python | .py | 18 | 39.166667 | 74 | 0.78156 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,245 | ciscoacexml.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/ciscoacexml.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Cisco ACE XML Gateway (Cisco Systems)"
def detect(get_page)... | 589 | Python | .py | 17 | 30.411765 | 101 | 0.700885 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,246 | airlock.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/airlock.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Airlock (Phion/Ergon)"
def detect(get_page):
retval = F... | 581 | Python | .py | 17 | 29.941176 | 109 | 0.685817 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,247 | hyperguard.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/hyperguard.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Hyperguard Web Application Firewall (art of defence Inc.)"
... | 610 | Python | .py | 17 | 31.647059 | 102 | 0.704778 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,248 | fortiweb.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/fortiweb.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "FortiWeb Web Application Firewall (Fortinet Inc.)"
def dete... | 604 | Python | .py | 17 | 31.294118 | 104 | 0.705172 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,249 | proventia.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/proventia.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
__product__ = "Proventia Web Application Security (IBM)"
def detect(get_page):
page, headers, code = get_page()
if page is None:
return False
page, header... | 384 | Python | .py | 12 | 28.75 | 62 | 0.691057 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,250 | datapower.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/datapower.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "IBM WebSphere DataPower (IBM)"
def detect(get_page):
retval = False
for vector in WAF_ATT... | 542 | Python | .py | 16 | 29.4375 | 101 | 0.682081 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,251 | incapsula.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/incapsula.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Incapsula Web Application Firewall (Incapsula/Imperva)"
def... | 702 | Python | .py | 18 | 34.5 | 111 | 0.695716 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,252 | jiasule.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/jiasule.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Jiasule Web Application Firewall (Jiasule)"
def detect(get_... | 692 | Python | .py | 18 | 33.944444 | 101 | 0.697151 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,253 | trafficshield.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/trafficshield.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "TrafficShield (F5 Networks)"
def detect(get_page):
retv... | 681 | Python | .py | 18 | 33.333333 | 102 | 0.692073 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,254 | bigip.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/bigip.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "BIG-IP Application Security Manager (F5 Networks)"
def dete... | 783 | Python | .py | 19 | 36.473684 | 112 | 0.676354 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,255 | radware.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/radware.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "AppWall (Radware)"
def detect(get_page):
retval = False
for vector in WAF_ATTACK_VECTORS:... | 544 | Python | .py | 16 | 29.5625 | 115 | 0.692898 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,256 | varnish.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/varnish.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Varnish FireWall (OWASP) "
def detect(get_page):
retval... | 623 | Python | .py | 18 | 30.111111 | 93 | 0.687291 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,257 | binarysec.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/binarysec.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "BinarySEC Web Application Firewall (BinarySEC)"
def detect(... | 682 | Python | .py | 18 | 33.388889 | 96 | 0.694064 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,258 | webappsecure.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/webappsecure.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
__product__ = "webApp.secure (webScurity)"
def detect(get_page):
page, headers, code = get_page()
if code == 403:
return False
page, headers, code = get_p... | 360 | Python | .py | 12 | 26.75 | 62 | 0.663768 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,259 | netscaler.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/netscaler.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "NetScaler (Citrix Systems)"
def detect(get_page):
retva... | 811 | Python | .py | 19 | 37.947368 | 120 | 0.673885 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,260 | netcontinuum.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/netcontinuum.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "NetContinuum Web Application Firewall (NetContinuum/Barracud... | 629 | Python | .py | 17 | 32.764706 | 107 | 0.71405 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,261 | uspses.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/uspses.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "USP Secure Entry Server (United Security Providers)"
def de... | 607 | Python | .py | 17 | 31.470588 | 105 | 0.708405 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,262 | cloudflare.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/cloudflare.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "CloudFlare Web Application Firewall (CloudFlare)"
def detec... | 704 | Python | .py | 18 | 34.611111 | 102 | 0.696613 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,263 | dotdefender.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/dotdefender.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "dotDefender (Applicure Technologies)"
def detect(get_page):
retval = False
for vector in WAF_ATTACK_... | 500 | Python | .py | 15 | 28.733333 | 63 | 0.682672 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,264 | denyall.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/denyall.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Deny All Web Application Firewall (DenyAll)"
def detect(get... | 696 | Python | .py | 18 | 34.166667 | 106 | 0.697466 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,265 | isaserver.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/isaserver.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
from lib.core.common import randomInt
__product__ = "ISA Server (Microsoft)"
def detect(get_page):
page, headers, code = get_page(host=randomInt(6))
retval = "The se... | 546 | Python | .py | 12 | 42.833333 | 128 | 0.730189 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,266 | sucuri.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/sucuri.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Sucuri WebSite Firewall"
def detect(get_page):
retval =... | 593 | Python | .py | 17 | 30.647059 | 119 | 0.702988 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,267 | __init__.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/__init__.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
pass
| 150 | Python | .py | 6 | 23.666667 | 62 | 0.746479 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,268 | barracuda.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/barracuda.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Barracuda Web Application Firewall (Barracuda Networks)"
de... | 620 | Python | .py | 17 | 32.235294 | 114 | 0.711409 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,269 | modsecurity.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/modsecurity.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "ModSecurity: Open Source Web Application Firewall (Trustwave... | 708 | Python | .py | 18 | 34.833333 | 104 | 0.692533 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,270 | kona.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/kona.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "KONA Security Solutions (Akamai Technologies)"
def detect(get_page):
retval = False
for v... | 552 | Python | .py | 16 | 30.0625 | 95 | 0.6862 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,271 | webknight.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/webknight.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "WebKnight Application Firewall (AQTRONIX)"
def detect(get_p... | 617 | Python | .py | 18 | 29.777778 | 96 | 0.694257 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,272 | teros.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/teros.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Teros/Citrix Application Firewall Enterprise (Teros/Citrix S... | 627 | Python | .py | 17 | 32.647059 | 109 | 0.706468 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,273 | paloalto.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/paloalto.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Palo Alto Firewall (Palo Alto Networks)"
def detect(get_page):
retval = False
for vector ... | 567 | Python | .py | 16 | 31 | 116 | 0.698529 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,274 | secureiis.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/secureiis.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
from lib.core.enums import HTTP_HEADER
__product__ = "SecureIIS Web Server Security (BeyondTrust)"
def detect(get_page):
page, headers, code = get_page()
retval = co... | 516 | Python | .py | 13 | 36.846154 | 131 | 0.717435 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,275 | knownsec.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/knownsec.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "KS-WAF (Knownsec)"
def detect(get_page):
retval = False
for vector in WAF_ATTACK_VECTORS:... | 511 | Python | .py | 16 | 27.5 | 82 | 0.672131 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,276 | profense.py | pwnieexpress_raspberry_pwn/src/pentest/sqlmap/waf/profense.py | #!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.enums import HTTP_HEADER
from lib.core.settings import WAF_ATTACK_VECTORS
__product__ = "Profense Web Application Firewall (Armorlogic)"
def detect(... | 692 | Python | .py | 18 | 33.944444 | 99 | 0.695652 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,277 | setup.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/setup.py | import sys, os, shutil
from distutils.core import setup, Extension
shutil.copyfile("sslstrip.py", "sslstrip/sslstrip")
setup (name = 'sslstrip',
version = '0.9',
description = 'A MITM tool that implements Moxie Marlinspike\'s HTTPS stripping attacks.',
author = 'Moxie Marlinspike'... | 1,283 | Python | .py | 45 | 24.111111 | 98 | 0.653094 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,278 | sslstrip.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip.py | #!/usr/bin/env python
"""sslstrip is a MITM tool that implements Moxie Marlinspike's SSL stripping attacks."""
__author__ = "Moxie Marlinspike"
__email__ = "moxie@thoughtcrime.org"
__license__= """
Copyright (c) 2004-2009 Moxie Marlinspike <moxie@thoughtcrime.org>
This program is free software; you can redistribu... | 4,066 | Python | .py | 84 | 39.535714 | 94 | 0.610031 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,279 | ServerConnectionFactory.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/ServerConnectionFactory.pyc | Ñò
oųMc @ s6 d d k Z d d k l Z d e f d „ ƒ YZ d S( iÿÿÿÿN( t
ClientFactoryt ServerConnectionFactoryc B s# e Z d „ Z d „ Z d „ Z RS( c C s1 | | _ | | _ | | _ | | _ | | _ d S( N( t commandt urit postD... | 1,534 | Python | .py | 5 | 305.8 | 475 | 0.460131 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,280 | ClientRequest.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/ClientRequest.pyc | Ñò
³JÏMc @ s& d d k Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l Z d d k l Z d d k l
Z
d d k l Z d d k l Z d d k
l Z d d k l Z d d
k l Z d d k l Z d d k l Z d d
k l Z d d k l Z d e f d „ ƒ YZ ... | 6,491 | Python | .py | 31 | 207.774194 | 1,830 | 0.447299 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,281 | ServerConnectionFactory.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/ServerConnectionFactory.py | # Copyright (c) 2004-2009 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 1,648 | Python | .py | 36 | 40.888889 | 115 | 0.716875 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,282 | StrippingProxy.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/StrippingProxy.pyc | Ñò
oųMc @ s: d d k l Z d d k l Z d e f d „ ƒ YZ d S( iÿÿÿÿ( t HTTPChannel( t
ClientRequestt StrippingProxyc B s e Z d Z e Z RS( sK sslstrip is, at heart, a transparent proxy server that does some unusual things.
This is the basic prox... | 843 | Python | .py | 7 | 116.285714 | 289 | 0.580645 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,283 | ServerConnection.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/ServerConnection.pyc | Ñò
-VÏMc @ sŽ d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l Z d e f d „ ƒ YZ
d S( iÿÿÿÿN( t
HTTPClient( t
URLMonitort ServerConnectionc B sÔ e Z d Z e i d e i ƒ Z e i d e i ƒ Z ... | 6,609 | Python | .py | 32 | 205.15625 | 1,041 | 0.434783 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,284 | DnsCache.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/DnsCache.py |
class DnsCache:
'''
The DnsCache maintains a cache of DNS lookups, mirroring the browser experience.
'''
_instance = None
def __init__(self):
self.cache = {}
def cacheResolution(self, host, address):
self.cache[host] = address
def getCachedAddress(self, hos... | 599 | Python | .py | 18 | 25.5 | 84 | 0.619965 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,285 | SSLServerConnection.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/SSLServerConnection.pyc | Ñò
oųMc @ sN d d k Z d d k Z d d k Z d d k l Z d e f d „ ƒ YZ d S( iÿÿÿÿN( t ServerConnectiont SSLServerConnectionc B sÈ e Z d Z e i d e i ƒ Z e i d e i ƒ Z e i d e i ƒ Z e i d e i ƒ Z e i d e i ƒ Z
d „ Z d ... | 4,475 | Python | .py | 19 | 233.631579 | 944 | 0.459951 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,286 | SSLServerConnection.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/SSLServerConnection.py | # Copyright (c) 2004-2009 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 4,390 | Python | .py | 79 | 46.620253 | 146 | 0.644502 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,287 | CookieCleaner.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/CookieCleaner.pyc | Ñò
oųMc @ s/ d d k Z d d k Z d d d „ ƒ YZ d S( iÿÿÿÿNt
CookieCleanerc B sh e Z d Z d Z d „ Z e e ƒ Z d „ Z d „ Z d „ Z d „ Z
d „ Z d „ Z d „ Z
RS(
só This class cleans cookies we haven't seen before. The basic idea is to
ki... | 4,156 | Python | .py | 28 | 145.142857 | 633 | 0.516966 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,288 | StrippingProxy.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/StrippingProxy.py | # Copyright (c) 2004-2009 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 1,244 | Python | .py | 26 | 45.576923 | 91 | 0.779424 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,289 | DnsCache.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/DnsCache.pyc | —Ú
o≈≥Mc @ s d d d Ñ É YZ d S( t DnsCachec B sD e Z d Z d Z d Ñ Z d Ñ Z d Ñ Z d Ñ Z e e É Z RS( sZ
The DnsCache maintains a cache of DNS lookups, mirroring the browser experience.
c C s
h | _ d S( N( t cache( ... | 1,269 | Python | .py | 8 | 156.625 | 574 | 0.429477 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,290 | ClientRequest.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/ClientRequest.py | # Copyright (c) 2004-2009 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 6,448 | Python | .py | 129 | 41.302326 | 105 | 0.669712 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,291 | ServerConnection.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/ServerConnection.py | # Copyright (c) 2004-2009 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 5,679 | Python | .py | 121 | 38.231405 | 110 | 0.632907 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,292 | CookieCleaner.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/CookieCleaner.py | # Copyright (c) 2004-2011 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 4,394 | Python | .py | 79 | 47.265823 | 106 | 0.665569 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,293 | URLMonitor.pyc | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/URLMonitor.pyc | Ñò
–k´Mc @ s# d d k Z d d d „ ƒ YZ d S( iÿÿÿÿNt
URLMonitorc B sz e Z d Z e i d ƒ g Z d
Z d „ Z d „ Z d „ Z
d „ Z d „ Z d „ Z
d „ Z d „ Z e e ƒ Z RS( s¶
The URL monitor maintains a set of (client, url) tuples that correspon... | 2,936 | Python | .py | 17 | 171 | 797 | 0.434247 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,294 | URLMonitor.py | pwnieexpress_raspberry_pwn/src/pentest/sslstrip/sslstrip/URLMonitor.py | # Copyright (c) 2004-2009 Moxie Marlinspike
#
# 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 3 of the
# License, or (at your option) any later version.
#
# This program is distri... | 2,839 | Python | .py | 67 | 35.462687 | 99 | 0.657434 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,295 | setup.py | pwnieexpress_raspberry_pwn/src/pentest/fasttrack/setup.py | #!/usr/bin/env python
import os
import sys
import time
import subprocess
import re
def get_basepath():
basepath = os.getcwd()
return basepath
definepath=get_basepath()
try:
if sys.argv[1]=='install':
print """
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ *** Fast-Track Setup *** ... | 11,757 | Python | .py | 158 | 65.841772 | 353 | 0.652515 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,296 | .pydevproject | pwnieexpress_raspberry_pwn/src/pentest/fasttrack/.pydevproject | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.5</pydev_property>
<pydev_pathproperty name="org.pyt... | 443 | Python | .py | 10 | 43.2 | 91 | 0.773148 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,297 | fast-track.py | pwnieexpress_raspberry_pwn/src/pentest/fasttrack/fast-track.py | #!/usr/bin/env python
###########################################################################
# #
# Fast-Track - A new beginning... #
# ... | 23,080 | Python | .py | 324 | 61.669753 | 1,602 | 0.589791 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,298 | setup.py.svn-base | pwnieexpress_raspberry_pwn/src/pentest/fasttrack/.svn/text-base/setup.py.svn-base | #!/usr/bin/env python
import os
import sys
import time
import subprocess
import re
def get_basepath():
basepath = os.getcwd()
return basepath
definepath=get_basepath()
try:
if sys.argv[1]=='install':
print """
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ *** Fast-Track Setup *** ... | 11,757 | Python | .py | 158 | 65.841772 | 353 | 0.652515 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |
19,299 | fast-track.py.svn-base | pwnieexpress_raspberry_pwn/src/pentest/fasttrack/.svn/text-base/fast-track.py.svn-base | #!/usr/bin/env python
###########################################################################
# #
# Fast-Track - A new beginning... #
# ... | 23,080 | Python | .py | 324 | 61.669753 | 1,602 | 0.589791 | pwnieexpress/raspberry_pwn | 1,024 | 184 | 8 | GPL-3.0 | 9/5/2024, 5:12:22 PM (Europe/Amsterdam) |