-
Notifications
You must be signed in to change notification settings - Fork 4
/
LICENSE
22 lines (13 loc) · 956 Bytes
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
All files except skdsicovery/utilities/cloud/ssh_reverse.py and
skdiscovery/utilities/patterns/astro_tools.py are under the MIT
License found in the file MIT_LICENSE
skdsicovery/utilities/cloud/ssh_reverse.py is a modified file based on rforward.py located at
https://github.com/paramiko/paramiko/blob/25dd096da065b1bc2f35c1a62d8a7055b022818b/demos/rforward.py
This version removes the command line interface, global variables, and creates tunnels in a non blocking thread.
An additional class has been added to facilitate the creation of tunnels
The original version is Copyright (C) 2008 Robey Pointer <[email protected]>
Since the original version is LGPL v2.1 or later, this file also LGPL v2.1 or later
The LGPL v2.1 can be found in LGPL_LICENSE
skdiscovery/utilities/patterns/astro_tools.py contains code copyright
MIT and Cody Rude. All code is available under the MIT License. See
comments at the top of the file for more information