GNU/Linux >> Linux Esercitazione >  >> Linux

Richiesta HTTP(S) manuale

wget ha un'opzione --post-file che dovrebbe funzionare per te.

Modifica:inoltre, c'è Ncat, che useresti in modo simile al suggerimento telnet di Randolf Richardson, tranne per il fatto che supporta anche SSL/HTTPS:

ncat -C --ssl www.example.com 443 < input.txt > output.txt

Per HTTP (non HTTPS), un'alternativa al comando "wget" che viene in mente è usare telnet come segue:

  • nome host telnet 80 output.txt

Il file "input.txt" è il tuo elenco di comandi preimpostati che desideri inviare all'host in hostname e il file "output.txt" memorizzerà la risposta.


Linux
  1. Utilizzo di mod_cluster in Apache

  2. Come utilizzare il metodo CONNECT su un proxy HTTP utilizzando Telnet?

  3. Come creare pagine di errore HTTP per il tuo sito in cPanel

  4. dd Esempi di comandi in Linux

  5. Effettua una richiesta https utilizzando i socket su Linux

Come utilizzare Telnet su Windows

Configurazione del server http di Kali

Comando principale di Linux

Tunnel HTTP

Reindirizzamento da HTTP a HTTPS in NginX

Openssl Generazione Sha-256?