aboutsummaryrefslogtreecommitdiff
path: root/src/inet.c
AgeCommit message (Collapse)Author
2021-08-31MIT LicenseDavid Timber
2021-08-12Recon: use ICMPv6 echo instead of random SYN ...David Timber
* proone-htbtclient: mlock() tls password * Recon * Send ICMPv6 echo requests to discover IPv6 hosts in the link-local network * Check OS code as the implementation is heavily os-dependent * Fix wrong II_UPDATE values * Fix sending wrong number of SYN packets
2020-09-14* Remove <linux/ip*.h> includesDavid Timber
2020-09-14* Add "--enable-static" configure optionDavid Timber
* Change "PRNE_DEBUG" macro use * Add "PRNE_VERBOSE" * Impl "recon" * Add "inet.h" for Internet Protocol stuff * Changes regarding "PRNE_RND_WELL512_SEEDLEN" * Add prne_own_realloc() for objects with multiple array memebers * Add prne_add_timespec()