liffy icon indicating copy to clipboard operation
liffy copied to clipboard

TypeError when calling liffy

Open craig opened this issue 3 years ago • 0 comments

(liffy) [user@host ~/liffy ]$ python liffy.py "http://xxxxx:49768/?file="  -a -l /var/apache2/access.log 
 _      _  __  __              ___    ___  
| |    (_)/ _|/ _|            |__ \  / _ \ 
| |     _| |_| |_ _   _  __   __ ) || | | |
| |    | |  _|  _| | | | \ \ / // / | | | |
| |____| | | | | | |_| |  \ V // /_ | |_| |
|______|_|_| |_|  \__, |   \_/|____(_)___/ 
                   __/ |                   
                  |___/                    



[~] Checking Target: xxxxxxx:49768
[~] Testing for Apache access.log poisoning
Traceback (most recent call last):
  File "/home/user/liffy/liffy.py", line 131, in <module>
    main()
  File "/home/user/liffy/liffy.py", line 102, in main
    a = accesslog(url, l, nostager, relative, cookies)
TypeError: 'module' object is not callable

$ python --version Python 3.9.2

craig avatar Jul 30 '22 14:07 craig