Skip to content
  1. Feb 16, 2016
    • Robert David Graham's avatar
      Merge pull request #189 from CoresecSystems/master · 8f42c8a4
      Robert David Graham authored
      Various fixes involving port handling and resumption
      8f42c8a4
    • Francisco Blas Izquierdo Riera's avatar
      Fix port echoing · a43ab2bb
      Francisco Blas Izquierdo Riera authored
      Previoulsy port ranges where echoed without the type which resulted in an error when trying to load the configuration file if using non TCP ports. This patch allows for full generation of prefixed ports to overcome this problem.
      a43ab2bb
    • Francisco Blas Izquierdo Riera's avatar
      Echo the number of retries · 32bd94b3
      Francisco Blas Izquierdo Riera authored
      The number of retries is needed in the pause.conf file to ensure the seed holds with the scan values. This patch ensures the value is echoed out always.
      32bd94b3
    • Francisco Blas Izquierdo Riera's avatar
      Prevent race conditions involving SIGINT handling · ff34bb0f
      Francisco Blas Izquierdo Riera authored
      Until now if the user pressed Control+C whilst the program was cleaning up (for example waiting for pending packets) the program would die inmediately. This patch renames  the globals control_c_pressed and control_c_pressed_again to much clearer tx_done and rx_done. It also adds propper handling of control_c count handling in the handler itself as a result the wait will now only be cancelled when pressing control+c a second time during the program life instead of on the first control+c if the user pressed it when we are already doing the scan.
      ff34bb0f
    • Francisco Blas Izquierdo Riera's avatar
      Allow for removing status updates · 32dfd866
      Francisco Blas Izquierdo Riera authored
      We introduce the --nostatus parameter which allows disabling the printing of status updates.
      Aside, we allow for reenabling them using the --status parameter
      32dfd866
  2. Dec 09, 2015
  3. Jun 28, 2015
  4. May 13, 2015
  5. May 07, 2015
  6. Nov 04, 2014
  7. Oct 22, 2014
  8. Oct 13, 2014
  9. Oct 08, 2014
  10. Oct 03, 2014
  11. Sep 25, 2014
  12. Sep 14, 2014
  13. Sep 01, 2014
  14. Aug 28, 2014
  15. Aug 27, 2014
  16. Aug 24, 2014
  17. Aug 23, 2014
  18. Aug 22, 2014
  19. Aug 19, 2014
  20. Aug 09, 2014