946
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check for a prefix, not a substring, and trivial cosmetics More... 2 days ago
Implement script argument hostmap-crtsh.lax. Close #3239, fix #2183 More... 2 days ago
Streamline the loop construct More... 8 days ago
Remove unnecessary conditional More... 8 days ago
Refactor the script to address multiple issues - Add support for HTTPS - Add support for IPv6 - Add support for more than one path argument - Properly identify the Location header in the HTTP response - Properly identify the destination host in the Location header - Leverage normalized IP address comparison - Avoid processing the HTTP response body, possibly "endless" - Add the found IP address as a new scan target (optionally) Close #3218, close #3191) More... 10 days ago
Explain the effect of arguments that are not script-specific. Close #3223, close #3221, fix #3211 More... 10 days ago
Keep a local function local More... 11 days ago
Populate jobname and owner even without Apple-specific attributes More... 15 days ago
Remove duplicate code More... 15 days ago
Remove development leftover More... 15 days ago
Eliminate unnecessary repeated lookups More... 15 days ago
Remove unnecessary variable shadowing logically the same parameter More... 18 days ago
Remove unused variable More... 18 days ago
Use the correct variable for error checking. Close #3232 More... 20 days ago
Add missing cookie attributes More... about 1 month ago
Use the correct the port range, 512-1023, not 513-1024. Detect if binding a socket to a given port failed and retry. Close #3196 More... about 1 month ago
Properly detect if binding an RPC socket to a given port failed. Close #3194 Testing the return status of socket:bind() and socket:connect() is not enough. For details, see #1939. More... about 1 month ago
Remove deprecated category "Application". Close #3217 More... about 2 months ago
Avoid a crash when the IP contains a colon but no hextets More... about 2 months ago
Include operand "ne" in the documentation More... about 2 months ago
Perform effective socket error checking More... about 2 months ago
Streamline the code by using math.min() More... about 2 months ago
Remove redundant code More... about 2 months ago
Remove duplicate of previously defined skip_space() More... about 2 months ago
Skip over contiguous linear whitespace in a single step More... about 2 months ago
Add changelog entry for #2657. Closes #2657
bonsaiviking
as dmiller
More... about 2 months ago
Skip over empty content encoding placeholders More... about 2 months ago
Add locations used by the official Python installer More... about 2 months ago
Make sure that all locations are added, not just the last one More... about 2 months ago
Delay the expansion to avoid syntax issues. Closes #3177 More... about 2 months ago