pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.42k stars 631 forks source link

Dionaea in MHN Shows No Payloads #417

Open royikle opened 7 years ago

royikle commented 7 years ago

Hi all

I'm testing the dionaea sensor. MHN is a very nice tools ,It's easy to install dionaea. I use nmap to scan my dionaea , I can get event in MHN Attacks page.

But here is a question , The payloads page with dionaea.capture are not displayed log. Review the past issue , I think the point is nothing in /var/dionaea/binaries/. How can I create something in binaries folder?

royikle commented 6 years ago

I run those script. Before I appended [normalizer] in mnemosyne.cfg , the script is already exist. Maybe is not this problem? All supervisorctl status is RUNNING. Wait for one hour , Binaries folder has file , MHN payloads is nothing.

root@ubuntu-VirtualBox:/opt/mnemosyne# git fetch origin
root@ubuntu-VirtualBox:/opt/mnemosyne# git stash

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'root@ubuntu-VirtualBox.(none)')
Cannot save the current index state
root@ubuntu-VirtualBox:/opt/mnemosyne# git merge origin/master
Already up-to-date.
root@ubuntu-VirtualBox:/opt/mnemosyne# git stash pop
No stash found.
root@ubuntu-VirtualBox:/opt/mnemosyne# 
kkkkkky commented 5 years ago

I have the same issue in docker. Dionaea works well as standalone mode and I manually added it to MHN and I can see the attack log in MHN and can find payload under dionaea binary folder ,but, no payloads in MHN. Pls help if you have resolved it.