first commit
This commit is contained in:
commit
c2427492db
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Telehack Basic Scripts
|
||||
|
||||
## nlogin
|
||||
Will attemt to login to remote systems via provided path.
|
||||
If login is not available it will run porthack on the remote host.
|
||||
If porthack.exe does not exist on a remote host it will download it from the previous host before continuing.
|
||||
|
||||
### usage
|
||||
```bash
|
||||
run nlogin <host1> [host2] [host3] [...]
|
||||
```
|
||||
|
Loading…
Reference in a new issue