Mehtab Zafar

Results 95 comments of Mehtab Zafar

@yashanand Can you please explain step by step? Like what all you did to takeover the subdomain.

@RyouYoo Are you planning to make these changes?

what is your python version? Which OS are you running on?

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...

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

@micheloosterhof I am thinking that we can keep the track of the md5 of the content and then we can just match the md5 but the problem is that we'll...

@micheloosterhof Not sure why the PR wasn't accepted. Do we want this feature? In my opinion, this is not important since the whole point of having a honeypot is know...

@micheloosterhof @n3integration So I was looking for this and came across [rapid7-detect-kippo](https://www.rapid7.com/db/modules/auxiliary/scanner/ssh/detect_kippo) and looking at the source I was able to create something similar in python ```python import socket port...

@amv42 By byte compatible do you mean that ssh protocol in cowrie is using random bytes for padding while in openssh null byte are used?

As far as I know, running `sudo su` on a Linux machine gives you a password prompt and you are expected to enter the root password. So to do this...