Skip to content

Commit aab84fa

Browse files
author
nhamiel
committed
Fixed common_snmp to point to the proper data file.
git-svn-id: http://pywebfuzz.googlecode.com/svn/trunk@40 82fd2642-525a-7321-434f-1f2799a5e545
1 parent f46a3cf commit aab84fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywebfuzz/fuzzdb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ class wordlists_misc:
566566
wordlist_alphanumeric_case = file_read(location)
567567

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

572572
# wordlist-dna.txt

0 commit comments

Comments
 (0)