LFISuite icon indicating copy to clipboard operation
LFISuite copied to clipboard

Bad smell . Mixing tabs and spaces

Open xkon opened this issue 6 years ago • 0 comments

Also some error occured .

.:: phpinfo Injection ::.

[*] Enter the website without path (ex: 'http://justsitename') -> http://172.16.0.16:8888
[*] Enter the vulnerable LFI path (ex: '/lfi.php?file=../..') -> /vulnerabilities/fi/?page=
[*] Enter the phpinfo path (ex: '/path/info.php') -> /phpinfo.php

[*] Generating the request.. wait please..
Traceback (most recent call last):
  File "lfisuite.py", line 1863, in <module>
    run_phpinfo()
  File "lfisuite.py", line 767, in run_phpinfo
    cmd = raw_input("%s@%s:%s$ PHP:// " %(whoami,shell_host,pwd))
UnboundLocalError: local variable 'whoami' referenced before assignment

xkon avatar Mar 31 '18 07:03 xkon