Code Monkey home page Code Monkey logo

nmap2acl's Introduction

nmap2acl

nmap2acl is a tool that makes the parser results of an nmap scan and turn into different types of rules for firewalls. Its function is to make the control of the network perimeter efficiently and less costly.

Use cases

The use of this tool is recommended for very large networks where the access-checking process will begin, and existing access can not be stopped.

Therefore, since the access can not be interrupted, the tool generates rules that allow access while the security team checks the necessity and compliance with the rules.

Installation and use

You can use the tool through the following steps:

1 - Install dependencies

cpan Nmap::Parser

2 - Run your nmap scan

Example:

nmap 10.0.0.0/8 -oX nmap_results

3 - Run nmap2acl and vizualize the data (for iptables rules)

./nmap2acl.pl -t iptables -i nmap_results.xml

4 - Save results

./nmap2acl.pl -t iptables -i nmap_results.xml >> iptables.rules

Export Formats

Currently the nmap2acl supports the following output formats:

  • iptables
  • pf (packet filter)
  • cisco (Cisco ACLs)

If you would like nmap2acl support other formats, please open an issue.

nmap2acl's People

Contributors

mdjunior avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

ccgcyber

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.