Skip to content

Commit

Permalink
Fix wrong file name
Browse files Browse the repository at this point in the history
authlog.py to accesslog.py
  • Loading branch information
mzfr authored and mzfr committed Jun 11, 2019
1 parent abaa467 commit 6b18ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions liffy.py
Expand Up @@ -8,7 +8,7 @@

from pyfiglet import figlet_format

from core import Expect, Filter, Input, authlog, data, proc, sshlog
from core import Expect, Filter, Input, accesslog, data, proc, sshlog
from core.utils import colors


Expand Down Expand Up @@ -98,7 +98,7 @@ def main():
l = '/var/log/apache2/access.log'
else:
l = args.location
a = authlog(url, l, nostager, relative, cookies)
a = accesslog(url, l, nostager, relative, cookies)
a.execute_logs()
elif args.ssh:
print(colors("[~] Testing for SSH log poisoning ", 93))
Expand Down

0 comments on commit 6b18ed2

Please sign in to comment.