Commit Graph

  • 5ccd4b8529 Using find_package for flex to deal with FreeBSD having an older, incompatible version in /usr/bin. will need env PATH=/usr/local/bin:$PATH on FreeBSD to detect required flex 2.5.37. Using CMake cache variables to link GMP (fixes FreeBSD build). master William Kelly 2013-10-21 05:15:41 -0500
  • d14879487b Merge remote-tracking branch 'upstream/master' into FREEBSD FREEBSD William Kelly 2013-10-17 02:44:09 -0500
  • 833c781d94 FreeBSD port initial checkin. This is based on 5cd6f3294c, September 9, 2013, before CMake changes. Includes proto_headers.h. Most or all of __FREEBSD__ changes should, IMHO, be merged back into Linux version. This should build on Linux with __FREEBSD__ defined. William Kelly 2013-10-16 22:12:11 -0500
  • f30c8df9e5 Remove extranneous printf David Adrian 2013-10-16 17:36:40 -0400
  • 0e03d170e6 Fix bug where only 16 bits of entropy was used David Adrian 2013-10-16 17:22:22 -0400
  • 69fe56864b Update install to use flex and byacc, not Bison David Adrian 2013-10-16 11:43:14 -0400
  • 7d04b50e4b adding david and hd to the authors list Zakir Durumeric 2013-10-15 10:42:02 -0400
  • 002379f092 updated install instructions from cmake Zakir Durumeric 2013-10-15 10:39:14 -0400
  • d8a592a401 use whitelist Zakir Durumeric 2013-10-15 10:22:23 -0400
  • 48154339e0 Delete whitelist David Adrian 2013-10-14 18:21:17 -0400
  • f6609beb2c Don't overwrite conf files on install David Adrian 2013-10-12 13:44:33 -0400
  • bc28a5a576 Fix compile warnings in blacklist.c David Adrian 2013-10-12 13:04:02 -0400
  • 4eac51fdca Merge in changes to allow filtering received packets David Adrian 2013-10-12 12:54:56 -0400
  • d1f6d4c182 Fix minor styling errors David Adrian 2013-10-12 12:52:15 -0400
  • f483288e5a Improved filter validator David Adrian 2013-10-12 12:47:23 -0400
  • a01a99e239 Fix casing error in #include David Adrian 2013-10-12 12:05:30 -0400
  • 8389362a01 return parsed data from redis parse conn str Zakir Durumeric 2013-10-11 23:31:48 -0400
  • e49e442535 working redis string connections Zakir Durumeric 2013-10-11 23:15:59 -0400
  • 84318c2cf0 Revert "Untested iterative implementation of evaluate" David Adrian 2013-10-11 17:10:20 -0400
  • 8f19fb2cac Revert "Switch to the iterative evaluator" David Adrian 2013-10-11 17:10:05 -0400
  • eeb5ddcf0c Switch to the iterative evaluator David Adrian 2013-10-11 12:38:22 -0400
  • f2ba9d7621 Untested iterative implementation of evaluate David Adrian 2013-10-11 12:13:42 -0400
  • 2453404604 Move stack.h and stack.c to lib David Adrian 2013-10-11 11:04:04 -0400
  • bc516445ef Remove debug printf calls David Adrian 2013-10-11 10:25:45 -0400
  • 4af98e9951 Working filtering, still needs cleanup and optimization David Adrian 2013-10-11 10:19:53 -0400
  • 3eb7630f28 making parse redis connstr externally available Zakir Durumeric 2013-10-09 17:07:52 -0400
  • 76f848bf79 removing deprecated references to extended_file and simple_file. Zakir Durumeric 2013-10-09 17:07:29 -0400
  • b5f6a278bb help to show selected output module name before printing help text Zakir Durumeric 2013-10-09 17:07:00 -0400
  • 8fd1491680 adding null help text place holders Zakir Durumeric 2013-10-09 17:06:15 -0400
  • 0410a99d18 adding support for help text to output modules Zakir Durumeric 2013-10-09 17:05:44 -0400
  • 13ca18479a compiling redis support Zakir Durumeric 2013-10-09 15:11:23 -0400
  • af834fe2e2 Update build to -Werror, #pragma to ignore in lexer.l David Adrian 2013-10-09 12:49:58 -0400
  • f6b827da4e Merge branch 'master' of github.com:zmap/zmap Zakir Durumeric 2013-10-08 22:42:31 -0400
  • 277f49457d adding ability to scan specific CIDR blocks or addresses. Zakir Durumeric 2013-10-07 17:08:23 -0400
  • df68f4e57d adding ability to scan specific CIDR blocks or addresses. Zakir Durumeric 2013-10-07 17:08:23 -0400
  • 45918feced Fix JSON build errors David Adrian 2013-10-04 11:59:41 -0400
  • f6ea0a79a8 Build filter using CMake David Adrian 2013-10-04 10:53:03 -0400
  • 6cf931b541 portable 64-bit output type Eric 2013-10-03 22:03:55 -0400
  • 113d684fe8 done testing m32 Eric 2013-10-03 22:03:40 -0400
  • ae07374bb9 Use a union in fieldset->value Eric 2013-10-03 21:53:42 -0400
  • a74f1d877b testing on 32-bit system Eric 2013-10-03 21:35:08 -0400
  • 55b65d697a I care more about users than attacking governments Eric 2013-10-03 21:00:14 -0400
  • 82a8f402b8 change INSTALL to document cmake Eric 2013-10-03 20:40:38 -0400
  • 9df8f678a3 Drop packets that don't pass the filter in recv David Adrian 2013-10-03 11:29:11 -0400
  • 29c291c562 Incredibly hacky evaluate implementation David Adrian 2013-09-20 14:35:07 -0400
  • f7939bfbcb Add support for holding an index instead of fieldname David Adrian 2013-09-19 18:19:12 -0400
  • 8db9f260f2 Mildly working build process with argument parsing David Adrian 2013-09-19 17:51:49 -0400
  • 8607c2574b Move filter files into src/ David Adrian 2013-09-16 21:53:13 -0400
  • 9693b66024 Initial import of filter parser David Adrian 2013-09-13 15:32:17 -0400
  • 21fa755c13 Finish moving zmap to CMake David Adrian 2013-10-03 12:14:36 -0400
  • 154fb01525 Convert plain Makefile into cmake Justin Lecher 2013-09-20 14:05:48 +0200
  • 4a37dba56f Merge branch 'fast-whitelist' of github.com:zmap/zmap Zakir Durumeric 2013-10-03 10:59:21 -0400
  • 19c4a04932 demote spurious log_infos to log_debug Eric 2013-10-03 04:17:03 -0400
  • ec1b761489 Support multiple cyclic groups for smaller subnets Eric 2013-10-03 03:50:12 -0400
  • d2112701b0 have cyclic use blacklist_lookup_index Eric 2013-10-03 02:49:50 -0400
  • 3aa0f27b51 constraints stores network order; we want to return host order Eric 2013-10-03 02:48:46 -0400
  • 408e46d939 add blacklist_lookup_index proto Eric 2013-10-03 02:47:31 -0400
  • 8ecbd038b5 Adding radix support to constraints Eric 2013-10-03 02:28:19 -0400
  • bc3ec6456a What Eric and Zakir said Alex Halderman 2013-10-01 17:05:47 -0400
  • 5cd6f3294c Merge branch 'master' of github.com:zmap/zmap Zakir Durumeric 2013-09-09 22:38:21 -0400
  • 952df21a1f Changing 192.18.0.0/15 to 198.18.0.0/15 in default blacklist. Zakir Durumeric 2013-09-09 22:36:56 -0400
  • 6c74ce6837 Update man page to include fields Eric 2013-09-03 16:02:27 -0400
  • 2198295c71 Adding icmp unreachable strings (udp_unreach_str) Eric 2013-09-02 19:00:22 -0400
  • 754e2dc1f7 Add icmp_responder to UDP fieldset Eric 2013-09-02 18:14:58 -0400
  • d694fe69a6 UDP probe module updates saddr fieldset Eric 2013-09-02 17:58:20 -0400
  • ee9593938b Move make_ip_str to probe_modules/packet.c Eric 2013-09-02 17:57:32 -0400
  • e458982892 Add fs_modify_word to fieldset Eric 2013-09-02 17:55:06 -0400
  • 1d8911ebb7 changing size of udp output fields len Zakir Durumeric 2013-09-02 17:13:17 -0400
  • 8c8049dd66 adding data to udp probe module Zakir Durumeric 2013-09-02 17:06:47 -0400
  • 51da87c605 removing accidental referal to data in udp module Zakir Durumeric 2013-09-02 15:58:53 -0400
  • 3406f10271 Merge branch 'master' of github.com:zmap/zmap Zakir Durumeric 2013-09-02 15:57:51 -0400
  • b77100a387 fixing Note the incorrect values for icmp_type, icmp_length, and ttl Zakir Durumeric 2013-09-02 15:57:43 -0400
  • 7534966101 use pkg-config for JSON=true Eric 2013-09-02 15:49:49 -0400
  • e02ac4eb0b surely this will work Eric 2013-09-02 15:44:15 -0400
  • 7ad015dc73 make now works with default json-c install Eric 2013-09-02 15:30:21 -0400
  • fde456e592 format output fields better Eric 2013-09-02 14:22:57 -0400
  • b4c2a42a86 print miliseconds in timestamp-str, and correct timestamp-us description Eric 2013-09-02 14:22:10 -0400
  • cec225302a tcp seq is 32-bits Eric 2013-09-02 13:28:17 -0400
  • d44b0f10e4 ipid is 16-bit and ttl is 8-bit Eric 2013-09-02 13:22:52 -0400
  • 1ed0c2a32d print newline after csv headers Eric 2013-09-02 13:18:39 -0400
  • b606544591 Merge branch 'master' of github.com:zmap/zmap Zakir Durumeric 2013-09-02 12:50:21 -0400
  • 5652d2084b fixing memset size in zmap.c Zakir Durumeric 2013-09-02 12:49:47 -0400
  • 86e303d3d0 Merge pull request #59 from hmoore-r7/bug/csv-vs-json-typo Zakir Durumeric 2013-09-02 09:47:07 -0700
  • af157807cd Fix a cosmetic typo (csv vs json) HD Moore 2013-09-02 05:41:03 -0500
  • ba083e1a8e cleanup tab/spaces Eric 2013-08-31 16:25:26 -0400
  • 075a44cfb4 reseting to simple_file; not sure why i had to change this in the first place Eric 2013-08-31 16:23:40 -0400
  • fc6ef16b8f friendlier error messages for vpn-users in get-gateway Eric 2013-08-31 16:16:49 -0400
  • 5ff9684bf9 add --vpn to doc Eric 2013-08-31 16:02:45 -0400
  • c185f6b0a4 Fake an ethernet header rather than expose vulns Eric 2013-08-31 15:57:15 -0400
  • 2972bbefdc Add --vpn (-X) flag to support sending IP pkts Eric 2013-08-31 15:38:13 -0400
  • 8f5e4beb01 Add `make uninstall` Eric 2013-08-31 14:55:08 -0400
  • d11eb89768 Drop privileges after starting threads Alex Halderman 2013-08-30 14:48:56 -0400
  • 473b96b1aa providing sock from main thread in order to faciliate dropping privs Zakir Durumeric 2013-08-30 14:37:24 -0400
  • c943dd529c is_success -> success in udp probe module Zakir Durumeric 2013-08-30 02:57:48 -0400
  • 8cd541d039 adding UDP module back in with field set usage Zakir Durumeric 2013-08-30 02:55:39 -0400
  • d1eeff167d closing issue #34, no more NaN in cooldown Zakir Durumeric 2013-08-30 01:21:21 -0400
  • 7270b383d9 no more NaN for hitrate. closing issue #34 Zakir Durumeric 2013-08-30 01:20:19 -0400
  • 42650bf402 Merge branch 'master' of github.com:zmap/zmap Zakir Durumeric 2013-08-30 01:15:45 -0400
  • be62665bb5 working MakeFile Zakir Durumeric 2013-08-30 01:15:25 -0400
  • 5aee06935c compiling json module Zakir Durumeric 2013-08-30 00:52:26 -0400