proferosec/log4jScanner

Add custom port list

NoamRotter opened this issue · 6 comments

Please add an option to define specific ports.

I was trying to use this tool on a custom port earlier and had to revert to a different tool. This suggestion would be great if implemented.

we are adding the option for a custom port list in the next version

@hagarze can we please add the option for the following to --ports:

  • top10
  • top100
  • slow (currently disabled)
  • single port (e.g. 9000)
  • port range separated by colon (e.g. 9000:9004)

@hagarze let's remove the "slow" option at the moment, and limit port ranges to 1024 at most

fixed in version 0.3.1

Thanks !