bcoles

Results 254 comments of bcoles

> My understanding with Spiderfoot is it looks for certain events in the watched events, and when they happen, it grabs it. Because of this, my assumption is that if...

Here's a slightly longer answer, with a couple of alternatives, that will probably only confuse you. --- You could create an event type in the database schema and a module...

It seems like a good idea, but I'm not sure about the quality of the data and its usefulness. There's also a privacy concern. It would be great to search...

> What would be a good solution or at least work-around to this? I'd need to take a closer look at the functionality used to retrieve neighbors and `BGP_AS_OWNER`. In...

Searching for email address obfuscation permutations has value. Unfortunately, there's a tonne of ways to obfuscate email addresses, and this could balloon out to a large number of requests very...

+1 for `mimipenguin`, `mimipenguin.py` and `mimipenguin.sh` returning no results on Linux Mint 18 (Mate).

# Ubuntu 18.04.2 (mate). C version works on Ubuntu 18.04.2 (mate). ``` root@ubuntu-mate-18-04-2-amd64:/home/user/Desktop/mimipenguin# uname -a Linux ubuntu-mate-18-04-2-amd64 4.18.0-15-generic #16~18.04.1-Ubuntu SMP Thu Feb 7 14:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux...

For what it's worth, works for me on CentOS 7 (x64), but does not work on CentOS 6.5 (x64). ### CentOS 7 - success ``` [root@localhost mimipenguin]# ./mimipenguin.sh MimiPenguin Results:...

On CentOS 6.5, it looks like `dump_pid` in `mimipenguin.sh` is failing. The output dump file is 0 bytes. `mimipenguin.py` fails as Python3 is not installed by default. Python2 is present.