C.J. May

Results 52 comments of C.J. May

> While the tests are now passing. We would still have to move the tools of the default docker images out of the mount point. > > Otherwise these docker...

Thank you for your work on this! It's greatly appreciated!

The secret still exists in the git revision history, so I think the scan is functioning as expected. Even if it's deleted from the current version of the repo, it's...

I made one small cosmetic change, it seems the GitHub bot email I used to commit back to the repo in the GitHub Actions workflow was for the GitHub Web...

Good thought @hjl-csis, I'll update my fork to use the `csv` module.

@RiccardoAncarani - I finally got around to modifying the script to use `csv.writer` as suggested by @hjl-csis. This PR should be ready for your review.

@RiccardoAncarani - just checking in, when do you think you'll be able to take a look at this? If you guys don't have the time to maintain this project, I'd...

FYI, you accidentally added your IDE config to this PR. You'll want to remove that and make sure to add `.idea/` to the .gitignore

@giovanni-bellini-argo see #4426, you might have the same issue I did

@gpotter2 can we reopen this? Now that I am sending netbios packets correctly, I am having the same issue. To reproduce: ```python from scapy.all import * from scapy.layers.inet import IP,...