Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arp-scan subnet configuration #101

Closed
pucherot opened this issue Apr 16, 2021 · 1 comment
Closed

arp-scan subnet configuration #101

pucherot opened this issue Apr 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pucherot
Copy link
Owner

allow configuring arp-scan parameters:

  • multiple subnets
  • interface
  • ...
@pucherot pucherot self-assigned this Apr 16, 2021
@pucherot pucherot added the enhancement New feature or request label Apr 16, 2021
@pucherot
Copy link
Owner Author

Done

New parameter SCAN_SUBNETS in pialert.conf to configure arp-scan command line options

Default Value:

SCAN_SUBNETS      = '--localnet'

Other examples:

  • Scan two subnets:
SCAN_SUBNETS      = '192.168.11.0/24 192.168.144.0/24'
  • Scan a specific interface:
SCAN_SUBNETS      = '--localnet --interface=wlan0'

This was referenced Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant