Regala
Regala
No idea how to test this, so happy if you can do the ground work. Where's an example domain: http://cn.atlassian.sl.smartling.com/ This comes from cn.atlassian.com - there's a CNAME pointing there....
Assuming you're on macOS (High Sierra) check the following [link](https://cscheng.info/2018/01/26/installing-pycurl-on-macos-high-sierra.html) - worked for me. Essentially: `$ brew reinstall openssl` `$ pip uninstall pycurl` `$ pip install --install-option="--with-openssl" --install-option="--openssl-dir=/usr/local/opt/openssl" pycurl` I'm...
Another example: ``` bbrf inscope remove lots.gems.org -p ibp WARNING! This will remove 0 document(s) from your datastore and cannot be reverted. Are you sure you want to continue? [y/N]...
Bash. The more you know 🥲 Thanks! On Fri, Jul 15, 2022, 17:34 Philippe Delteil ***@***.***> wrote: > Hi there, > > You could achieve the same using echo: >...
Prints only the root url. e.g. `https://google.com/path/something?search=12345` turns to `https://google.com`
Thanks for sharing! On Tue, Oct 26, 2021, 17:51 Philippe Delteil ***@***.***> wrote: > It's a good idea. By now I do it this way: > > All urls from...
From what I remember you can do this by: - Proxying the POST request into burp - Issue a scan for that URL; since it's in the proxy history/sitemap it...
np lemme know if you confirm that works so I can start using this project too :P On Mon, Jun 21, 2021 at 9:38 PM Anatoly ***@***.***> wrote: > @tristanlatr...
Hey @AnotherWayIn thanks for the report. Can you try that with Burp 1.7? Just trying to figure out if it's a version or platform problem, since it's working here in...
Awesome, might try and do this in the future :) Thanks for the suggestion