Skip to content

AdamKosel/Fmog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Fmog: Fortinet Mass Object Generator

This script will take a list of IP addresses and create address objects with the same name. It will also add them to a group using the append function.

Alt text

Future updates include:

  • error control
  • importing address list from a file
  • handling CIDR/subnetmask
    • 10/26 Added function to detect if CIDR was specified for non /32 addresses
  • formatting object/group names

Running in Linux:

-Make it executable

  • chmod +x fmog.py

-Run from command line

  • python3 fmog.py

Usage:

Alt text

About

-This script will take a list of IP addresses and create address objects with the same name. It will also add them to a group using the append function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages