From c2427492db478149715fb9a950a634311667e6f0 Mon Sep 17 00:00:00 2001 From: James Paterni Date: Mon, 11 Nov 2024 23:01:07 -0500 Subject: [PATCH] first commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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] [...] +``` +