Skip to content

Commit

Permalink
Fixed internal_wlist
Browse files Browse the repository at this point in the history
  • Loading branch information
guelfoweb committed Dec 9, 2015
1 parent b52b1d0 commit 64cacf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knockpy/modules/wordlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
def get_data(path):
return os.path.join(_ROOT, 'wordlist', path)

internal_wlist = get_data('wordlist.txt')
internal_wlist = get_data('wordlist.txt').replace('modules/', '')
remote_wlist = 'https://raw.github.com/guelfoweb/knock/master/wordlist.txt'

def check_status(path_to_wordlist=False):
Expand Down

0 comments on commit 64cacf8

Please sign in to comment.