nyxgeek

Results 6 comments of nyxgeek

Here's a MySQL statement I use to export a list of emails from the db: `SELECT emails.subject, emails.sent_time, emails.uuid, target_users.first_name, target_users.last_name, target_users.email FROM emails INNER JOIN target_users ON emails.target_user_id=target_users.id INTO...

Cleaning up and closing.

I appreciate the PR! However I believe it may be unnecessary -- The safe_domain is derived directly from the -d parameter, but the periods are replaced with underscores. If you...

Updated and tested, should be good.

> Isn't better a nuclei template? I don't use nuclei, but I do use my fork of httpx all the time on giant internal pentests because it's super easy to...