Come usare beef-xss su porte diverse dal default 3000?

-4

Desidero utilizzare BeEF-XSS Framework su WAN (per scopi didattici). L'unico problema è che il mio ISP sta bloccando la porta 3000. Quindi, dopo alcune ricerche, ho trovato questo pagina che dice:

However, beef-xss runs as a user by that name in Kali, and standard users cannot use privileged ports (below 1024). There's several methods of fixing this, including a redirect with iptables. However, the best method seems to be using authbind.

Sono un principiante di Linux, quindi non posso avere abbastanza su quei comandi e sulla configurazione.

  • Quindi, voglio sapere se c'è qualche soluzione per cambiare la porta predefinita per BeEF da 3000 a qualcosa che il mio ISP non blocca. Se sì, allora come si fa?

  • Inoltre, ho bisogno di imparare come usare authbind ?

posta Vedansh Agrawal 11.04.2018 - 16:06
fonte

1 risposta

0

BeefXSS memorizza la sua configurazione in un file chiamato config.yaml . Puoi cambiare la porta lì

http:
    debug: false
    host: "0.0.0.0"
    port: "3000" # Local port webserver is running on

    # If BeEF is running behind a reverse proxy or NAT
    #  set the public hostname and port here
    public: "8.7.6.5"
    public_port: "3000"

    dns: "localhost" 
    web_ui_basepath: "/ui"
    hook_file: "/hook.js" 
    hook_session_name: "BEEFHOOK"
    session_cookie_name: "BEEFSESSION"

Fonte: link

    
risposta data 11.04.2018 - 23:01
fonte

Leggi altre domande sui tag