Skip to content

Scans a ip range with a specific port and sets automatically groups and hosts in termius.

License

Notifications You must be signed in to change notification settings

thisFerano/termius-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

termius-scan

Scans a ip range with a specific port and sets automatically groups and hosts in termius.

  1. Set password and username
  2. Set ip range(s)
  3. Always find updated hosts in your termius client

Who should use it?

  • Anyone who has to setup a lot of hosts
  • Anyone who uses different kind of servers or pcs

Installation

Install the termius package

pip install termius

Login in with your termius account

termius login

Clone the project

git clone https://github.com/thisFerano/termius-scan.git
cd termius-scan

Edit main.py with your password, username, ip range and port

password = "your_password"
username = "your_username"
def scanmultiple():
    scan(port, ip, range_start, range_end, group)

And run:

py main.py

And here you go!

License

termius-scan is provided under the MIT license

About

Scans a ip range with a specific port and sets automatically groups and hosts in termius.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages