Skip to content

More information

Julian edited this page May 1, 2021 · 1 revision

Contributing

Contribution are welcome! Please follow the steps defined in CONTRIBUTING file and share your improvements with the community.

CISCO IOS API integration

Get your credentials and put into the configuration file.

Pynipper modules

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.

Pynipper modules summary

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

Implements your modules

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 :).

Clone this wiki locally