Spencer Heywood

Results 48 comments of Spencer Heywood

@ehsandeep here is the PR: https://github.com/projectdiscovery/nuclei/pull/2557 Some things I'd like to note: - Using the Helm chart as its base, I was able to write a Helm chart at my...

Documentation PR is here: https://github.com/projectdiscovery/nuclei-docs/pull/67

Some things I'd like to note: - Using the Helm chart as its base, I was able to write a Helm chart at my place of employment that automatically scans...

@jbtule can you share the script as a point of reference?

Thanks for the tip @kthchew. [I removed that conditional in my Docker image](https://github.com/heywoodlh/dockerfiles/blob/master/hydroxide/Dockerfile#L5-L6) and it is working now!

So I run aerc in a Docker container and it seems to only be an issue on MacOS. On my Linux laptop I don't have this issue. So I'm going...

After further testing, this issue continues to occur whenever I send an email using `aerc` whether or not it is in Docker. So I am reopening this issue and would...

This is what `/etc/pam.d/sudo` would look like for that: ``` # sudo: auth account password session auth sufficient pam_smartcard.so auth required pam_opendirectory.so auth required pam_tid.so account required pam_permit.so password required...

Yep, some way to pass the configuration to RedCloud without requiring user interaction _just_ to get it running would be awesome (arguments or a config file). Btw, most of my...

Hey actually, I just decided to `docker-compose build` and `docker-compose up` the RedCloud installation and that worked perfectly fine. Here are the Ansible tasks for it (for the record): ```...