Skip to content

arpankapoor/forti_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIM

Automating login to the NITC Firewall instead of wasting time on this:

login pic

Dependencies

  • bash
  • curl

Installation

git clone https://github.com/arpankapoor/forti_login.git
cd forti_login
sudo make install

Uninstallation

sudo make uninstall

Usage

forti_login [-u <username>] [-p <password>] [-f <filename>]

Each line of input file should contain username and password delimited by whitespace (see the file forti_list).

Service files

Upstart and systemd service files have been included.

Start with

  1. Upstart: sudo initctl start forti_login
  2. systemd: sudo systemctl start forti_login.service

To start on boot:

  1. Upstart: Add the following lines to the beginning of the upstart config file.

     start on runlevel [2345]
     stop on runlevel [!2345]
    
  2. systemd: sudo systemctl enable forti_login.service

About

Login to the Fortiguard Firewall from your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published