commit c2427492db478149715fb9a950a634311667e6f0 Author: James Paterni Date: Mon Nov 11 23:01:07 2024 -0500 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a6c9e2 --- /dev/null +++ b/README.md @@ -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 [host2] [host3] [...] +``` +