Mrigank Anand

Results 15 comments of Mrigank Anand

@Ali-Razmjoo can you explain the issue in detail

Will look into this

try to reduce the RAM allocated to elastic search from 4gb to 1gb in docker file replace this ``` - "ES_JAVA_OPTS=-Xms4096m -Xmx4096m" ``` with ``` - "ES_JAVA_OPTS=-Xms1024m -Xmx1024m" ``` in...

@dhirensr @Ali-Razmjoo If we use ```sh FROM phusion/baseimage:master ``` instead of ```sh FROM ubuntu:latest ``` The error is resolved and it works fine

Due to this the test case are failing.

What say @dhirensr, how to solve this?

> 2. when I press ctrl+c to terminate the module, pcap file is not submitted to the database. For this will need to add https://github.com/OWASP/Python-Honeypot/blob/4ea768922dbaf1b805bff7957115ea452a9384e9/core/load.py#L373-L376 code here to push the...

@Ali-Razmjoo, @dhirensr For issue 2, you must not have added the argument while running the containers. ```sh sudo python3 ohp.py -m ftp/weak_password,ftp/strong_password --store-pcap ``` Add `--store-pcap` while starting the network...

Assign me this issue