Skip to content

Commit

Permalink
Fixed common_snmp to point to the proper data file.
Browse files Browse the repository at this point in the history
git-svn-id: http://pywebfuzz.googlecode.com/svn/trunk@40 82fd2642-525a-7321-434f-1f2799a5e545
  • Loading branch information
nhamiel committed Nov 27, 2010
1 parent f46a3cf commit aab84fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywebfuzz/fuzzdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ class wordlists_misc:
wordlist_alphanumeric_case = file_read(location)

# wordlist-common-snmp-community-strings.txt
location = "/data/wordlists-misc/wordlist-alphanumeric-case.txt"
location = "/data/wordlists-misc/wordlist-common-snmp-community-strings.txt"
wordlist_common_snmp_community_strings = file_read(location)

# wordlist-dna.txt
Expand Down

0 comments on commit aab84fa

Please sign in to comment.