946
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Oct 15, 2024 — Oct 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug in parallel DNS: out-of-bounds read in timeouts
bonsaiviking
as dmiller
More... 3 months ago
Fix parallel DNS synchronization issues due to reads arriving before writes are done.
bonsaiviking
as dmiller
More... 3 months ago
Hedge against runaway recursion. See #3130
bonsaiviking
as dmiller
More... 4 months ago
Handle Nsock errors in DNS read handler by disconnecting the server.
bonsaiviking
as dmiller
More... 4 months ago
Use new methods for raw socket/eth open in NSE. Close eth handle if raw-ip used it
bonsaiviking
as dmiller
More... 4 months ago
Consolidate raw socket acquisition.
bonsaiviking
as dmiller
More... 4 months ago
Allow layer-2 sending for non-Ethernet links; MAC addr optional
bonsaiviking
as dmiller
More... 4 months ago
Nsock poll engine: notice HUP/ERR/NVAL on Windows. See #3138?
bonsaiviking
as dmiller
More... 4 months ago
Wrap dnet eth functions for non-Ethernet links
bonsaiviking
as dmiller
More... 4 months ago
Consolidate send_ip*_eth() functions
bonsaiviking
as dmiller
More... 4 months ago
Simplify decoy address resolution
bonsaiviking
as dmiller
More... 4 months ago
Set ss_family when generating random decoys. Fixes #2757.
bonsaiviking
as dmiller
More... 4 months ago
Skip extension header values as protocol numbers. Fixes #2899
bonsaiviking
as dmiller
More... 4 months ago
Changelog entries for recently resolved issues
bonsaiviking
as dmiller
More... 4 months ago
Correctly handle immediate return from nsock_read in NSE. Fixes #3133
bonsaiviking
as dmiller
More... 4 months ago
Prevent Connect scan leaking 1 socket per hostgroup. Fixes #3086
bonsaiviking
as dmiller
More... 4 months ago
ssh-run: enable keyboard-interactive auth if needed
bonsaiviking
as dmiller
More... 4 months ago
ssh-brute: enable keyboard-interactive auth if necessary
bonsaiviking
as dmiller
More... 4 months ago
keyboard-interactive auth for NSE via libssh2
bonsaiviking
as dmiller
More... 4 months ago
Convenience function to request shell on SSH2 channel
bonsaiviking
as dmiller
More... 4 months ago
Fix typo in argument number/stack index
bonsaiviking
as dmiller
More... 4 months ago
Corrections to libssh2 NSEdoc
bonsaiviking
as dmiller
More... 4 months ago
Add bindings for more libssh2 functions.
bonsaiviking
as dmiller
More... 4 months ago
Fix a typo: did not update loop variable.
bonsaiviking
as dmiller
More... 4 months ago
Check return value of getinterfaces. Fixes #3032
bonsaiviking
as dmiller
More... 4 months ago
Avoid passing empty string to nsock_pool_set_device
bonsaiviking
as dmiller
More... 4 months ago
Handle DNS::NONE requests (ignore)
bonsaiviking
as dmiller
More... 4 months ago
Use UTF-8 to read config file. Fixes #3116
bonsaiviking
as dmiller
More... 4 months ago
Avoid hard-coded ethertypes More... 4 months ago
Permit ENOENT for /dev/bpf as on macOS. Fixes #3127
bonsaiviking
as dmiller
More... 4 months ago