DEV Community

Discussion on: I'm a security auditor and researcher, Ask Me Anything!

Collapse
 
bzdata profile image
Beatriz

What are your OSINT tools/feeds of choice?

Are you currently hunting/researching a specific observable?

Collapse
 
terceranexus6 profile image
Paula

Oh hey! I recently assisted an OSINT workshop and these are some of the tools I discovered:

Also python scripts! Shodan is a nice tool, too.
I'm currently into other things right now, but surely is an interesting area. Hope you find those useful!

Collapse
 
shostarsson profile image
Rémi Lavedrine

Hi Beatriz,

If I can share my experience on that as well, I would say that on Android security, I am using nmap, Burp, apktool and shell commands (grep, strings, etc...).
And I think that for mobile security Frida is very interesting and useful, as well as gdb. For security, mastering a debugger is really interesting.

Cheers