-
Notifications
You must be signed in to change notification settings - Fork 1
More information
Julian edited this page May 1, 2021
·
1 revision
Contribution are welcome! Please follow the steps defined in CONTRIBUTING file and share your improvements with the community.
Get your credentials and put into the configuration file.
Pynipper-ng detects device configuration weaknesses based on modules. Pynipper modules checks into the network device configuration with regex if a property is set or not, and report it when this is not secure.
For Cisco IOS:
MISCONFIGURATION | CHECKS | MODULE NAME | LABEL | NOTE |
---|---|---|---|---|
HTTP MISCONFIG | Use HTTP admin, ACL and AUTH | http_module | http | |
SSH MISCONFIG | Use SSH admin, use v2, retries and timeout | ssh_module | ssh | |
You can also implements your modules. Pynipper-ng has not a option to incorporate it by CLI or similar, but contributions are welcome! With a contribution, you can help a lot of users with the same problem and you can improve the community :).
Pynipper-ng 🔧, a configuration security analyzer for network devices. Based on nipper-ng.