iyuvalk
iyuvalk
I'm using this script (from the README): ``` #!/usr/bin/env bash echo "top" echo "---" if [ "$ARGOS_MENU_OPEN" == "true" ]; then # http://stackoverflow.com/a/14853319 TOP_OUTPUT=$(top -b -n 1 | head -n...
Hi, I ran the following commands on a Ubuntu 20.04 on a Dell G3: ``` sudo ifconfig wlp0s20f3 down sudo iwconfig wlp0s20f3 mode monitor sudo ifconfig wlp0s20f3 up sudo owl...
Hi, I need my bottle based app to allow the user to download a file only once and once it was downloaded successfully to do something. Is it possible?
A penetration tester that we worked with tried to do a brute-force attempt against our servers that their traffic is mirrored to Zeek and we noticed that if the source...
Hi, I'm trying to use netsniff-ng as some sort of a virtual tap for Docker containers running in Kubernetes environment inside servers in the AWS EC2 environment to copy traffic...
Hi, Would it be possible to use netsniff-ng to capture traffic based on a BPF filter "such as 'icmp'" in a vxlan environment? Also, would it be possible to use...
Hi. I'm using Zeek to analyze the network traffic in our organization and I found out that Zeek (currently we're using Zeek 6.0.2) writes ONLY to conn.log and all the...
Hi. We have a lot of protobuf (GRPC) traffic that we want to monitor. Currently we're using Zeek 6.2 from here: https://hub.docker.com/layers/zeek/zeek/6.2/images/sha256-b4b9322d4028bb8256317d71081205a43bf96dbe7d294b17fe1a334175647396?context=explore and when we try to install bro-http2 which...