Update README.md

Some things didn't make sense.
This commit is contained in:
james 2024-11-13 14:09:42 +00:00
parent c15dfa04d1
commit 1f565bebae

View file

@ -2,17 +2,16 @@
## nlogin ## nlogin
Will attemt to login to remote systems via provided path. Will attemt to login to remote systems via provided path.
If login is not available it will run porthack on the remote host. * 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. * If porthack.exe does not exist on a remote host it will download it from the previous host before continuing.
### usage ### usage
```bash ```bash
run nlogin <host1> [host2] [host3] [...] run nlogin <host1> [host2] [host3] [...]
``` ```
## nremps ## nremps
Checks if hosts are rooted the provided hosts, or all connected hosts Checks if hosts are rooted.
* If no hosts are listed as arguments it will run on all connected hosts, otherwise it will run on the provided hosts.
If no hosts are listed as arguments it will run on all connected hosts, otherwise it will run on the provided hosts.
### usage ### usage
```bash ```bash
@ -21,8 +20,8 @@ run nremps [host1] [host2] [host3] [...]
## scp ## scp
Copy files from one host to another. Copy files from one host to another.
* If file is not an executable it will follow the provided uupath to the destination and write the file (faster than FTP) * If file is **not** an executable it will follow the provided uupath to the destination and write the file (faster than FTP)
* You can: * If file **is** an executable you can:
* Copy file to each remote host in provided uupath * Copy file to each remote host in provided uupath
* Dial a host directly and manually copy the file via ftp (iptun required) * Dial a host directly and manually copy the file via ftp (iptun required)
@ -33,7 +32,7 @@ run scp <source> [host1] [host2] [host3] [...]
## path2arg ## path2arg
Convert a uupath to arguments (replace bangs with spaces). Convert a uupath to arguments (replace bangs with spaces).
* Optionally if the first argument is a command, run it with the rest of the arguments. * Optionally if the first argument is a file/command, run it with the rest of the arguments.
### usage ### usage
```bash ```bash