digininja / CeWL

CeWL is a Custom Word List Generator
1.9k stars 255 forks source link

Add redirection option #108

Closed M4TXRX closed 1 year ago

M4TXRX commented 1 year ago

Is it possible to add a redirection option like -L option for Curl to follow redirection ?

digininja commented 1 year ago

Off the top of my head it already does, it just won't go off site unless you've added that flag.

On Mon, 21 Aug 2023, 12:42 M4txrx, @.***> wrote:

Is it possible to add a redirection option like -L option for Curl to follow redirection ?

— Reply to this email directly, view it on GitHub https://github.com/digininja/CeWL/issues/108, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWIZCXDW5DIZJM3GJ2TXWNCTNANCNFSM6AAAAAA3YIBZ4U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

M4TXRX commented 1 year ago

What is this flag ?

digininja commented 1 year ago

If it is there it doesn't need a flag. I'm not at a machine to test it at the moment.

On Mon, 21 Aug 2023, 13:02 M4txrx, @.***> wrote:

What is this flag ?

— Reply to this email directly, view it on GitHub https://github.com/digininja/CeWL/issues/108#issuecomment-1686199885, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWKEGYMHHYVKBNXYKVTXWNE4NANCNFSM6AAAAAA3YIBZ4U . You are receiving this because you commented.Message ID: @.***>

digininja commented 1 year ago

I've just checked and it does already follow 301 and 302 redirects. No flag needed.