Module fuzzdb
This module uses logic to implement values from the fuzzdb
project.
(c) 2010 Nathan Hamiel Email: nathan{at}neohaxor{dot}org Hexsec Labs:
http://hexsec.com/labs
fuzzdb project is (c) 2010 Adam Munter
http://code.google.com/p/fuzzdb
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 distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>
|
|
attack_payloads
Placeholder namespace for the attack_payloads
|
|
|
Discovery
This implements the discovery class from fuzzdb
|
|
|
regex
This implements the regex payloads from fuzzdb
|
|
|
wordlists_misc
This implements the wordlists-misc payloads from fuzzdb
|
|
|
wordlists_user_passwd
This implements the wordlists-user-passwd class from fuzzdb
|
|
|
file_read(location)
Read the file contents and return the results. |
|
|
|
|
MODPATH = '/Users/nathan/Development/pywebfuzz/pywebfuzz'
|
|
|
__package__ = 'pywebfuzz'
|
|
Read the file contents and return the results. Used in the
construction of the values for the lists
|