Ich möchte ein Shell-Skript erstellen, das Befehle auf einem Gerät ausführt, das ich mit oder in Programmen wie FTP oder OpenSSL telnete. Ich habe bereits eine Methode in FTP gefunden, die ungefähr so aussehen würde: #!/bin/sh HOST='0.0.0.0' USER='User' PASSWD='Pass' FILE='~/Desktop/file.txt' RFILE='file.txt' ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS …
Ich habe die Frage, ob es möglich ist, den Header der Website mithilfe von Telnet abzurufen. Die Website sieht so aus domain.name.server.com/~USER(nur ein Beispiel). Und ich möchte es Header per Telnet bekommen. telnet domain.name.server.com/~USER 80 <- funktioniert nicht telnet domain.name.server.com 80funktioniert aber ich muss ~ user bekommen. Gibt es eine …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.