Petr Javorik

Results 10 comments of Petr Javorik
trafficstars

I'm just testing the latest Swurg cloned from Github and it still doesn't load the API definition from [https://brp.mmquant.net/37966bee-93c4-11ec-b909-0242ac120002.json](https://brp.mmquant.net/37966bee-93c4-11ec-b909-0242ac120002.json). I'm getting the same error message ![image](https://user-images.githubusercontent.com/20891620/177107017-9a077dfa-1128-4e0c-af25-cde906c97b6c.png)

@cybernova could you install Flow plugin and check the Burp outgoing traffic? (IMPORTANT: Flow plugin must be last item in "Burp extensions" list)

@cybernova could you - Screenshot your dashboard tab - Visit 403 page in browser - Screeshot the Flow tab (not Flow in Extender ... Flow has its own tab)

That would be awesome. Add the _title_ json field in the json result obtained by using `-o` flag.

`grep FQDN /.config/amass/amass.txt | cut -d' ' -f1 | sort -u`

I think this kind of filtering could have a disadvantage of missing valid endpoints. Often I see in the wild this kind of endpoints. ``` GET https://host.com/api/action1 - Response: blabla...

``` root@collaborator:~# dig A.34.192.228.43.1time.192.168.1.1.5times.repeat.8f058b82-4c39-4dfe-91f7-9b07bhd7fbd4.rebind.network ; DiG 9.18.12-0ubuntu0.22.04.3-Ubuntu A.34.192.228.43.1time.192.168.1.1.5times.repeat.8f058b82-4c39-4dfe-91f7-9b07bhd7fbd4.rebind.network ;; global options: +cmd ;; Got answer: ;; ->>HEADER

It would be very nice to integrate DNS rebinder into interact.sh. Currently interactsh and DNS rebinder can't run on the same host / interface due to the DNS port 53...

``` FROM python:3.11.4-bookworm WORKDIR /regulator COPY . /regulator RUN pip3 install -r requirements.txt ENTRYPOINT ["python3", "main.py"] ```

I have same problem ``` error: Get "https://some-domain/js/app.5176f0f3.js": tls: failed to verify certificate: x509: certificate is valid for another-domain, *.another-domain, not some-domain ```