TheTechromancer

Results 219 comments of TheTechromancer

According to `debug.log`, this was the last web error to happen before the bug triggered: ```python 2024-02-02 10:00:29,840 [TRACE] bbot.core.helpers.web web.py:603 Error with request to URL: https://internetdb.shodan.io/40.99.201.216: Server disconnected without...

Okay nice. The next step will be to put BBOT through a proxy and inspect the requests that are failing.

Proxying BBOT should be as easy as: ``` -c http_proxy=http://127.0.0.1:8080 ```

What are you using for your proxy?

@amiremami which branch of BBOT are you using?

@stryker2k2 Amir's command: ```bash bbot -t t-mobile.com -m affiliates anubisdb asn baddns baddns_zone badsecrets bevigil binaryedge builtwith c99 censys certspotter chaos columbus crobat crt digitorus dnscommonsrv dnsdumpster filedownload fingerprintx fullhunt...

Interactsh errors still happening in BBOT 2.0: [output.json.gz](https://github.com/user-attachments/files/16075055/output.json.gz) [debug.log.gz](https://github.com/user-attachments/files/16075057/debug.log.gz) ![image](https://github.com/blacklanternsecurity/bbot/assets/20261699/b1619524-7e78-4dda-a740-fa2703332331) Notice the blank headers in the request. Could that be the reason?

> not sure how much is possible offline... This is the main issue. In order to test most of these CVEs, you'd need to have: 1) A legitimate JWT that...

Thanks for reporting. This looks like an upstream issue with [extractous](https://github.com/yobix-ai/extractous), the library we use to extract text. What's your OS? They are compiling an ARM64 version for macOS but...

Looks good. The majority of the work will be in fixing the tests and making sure everything works as intended.