Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Crawling #1289

Open
amiremami opened this issue Apr 19, 2024 · 1 comment
Open

Not Crawling #1289

amiremami opened this issue Apr 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@amiremami
Copy link
Contributor

On BBOT v1.1.7.3251rc , on this site, bbot is not crawling at all.

debug.log

@amiremami amiremami added the bug Something isn't working label Apr 19, 2024
@stryker2k2
Copy link
Collaborator

I'm tinkering around with it now. @TheTechromancer would know better than me. But... looking at your debug log, there seems to be a big lack of 'URL_UNVERIFIED' from the excavate module to feed everything else; which would allowing everything else to spider out.

An hour ago, I ran bbot -t <target> -m httpx to keep it very simple. An hour ago, I got nothing.

But now when I run the same command, I get:

[INFO] aggregate: +-----------+-----------------------------------+---------------------------------------+
[INFO] aggregate: | Module    | Produced                          | Consumed                              |
[INFO] aggregate: +===========+===================================+=======================================+
[INFO] aggregate: | excavate  | 54 (54 URL_UNVERIFIED)            | 2 (2 HTTP_RESPONSE)                   |
[INFO] aggregate: +-----------+-----------------------------------+---------------------------------------+
[INFO] aggregate: | speculate | 3 (1 OPEN_TCP_PORT, 1 ORG_STUB, 1 | 78 (9 DNS_NAME, 2 HTTP_RESPONSE, 1    |
[INFO] aggregate: |           | URL_UNVERIFIED)                   | IP_ADDRESS, 2 URL, 64 URL_UNVERIFIED) |
[INFO] aggregate: +-----------+-----------------------------------+---------------------------------------+
[INFO] aggregate: | httpx     | 2 (2 URL)                         | 3 (2 OPEN_TCP_PORT, 1 URL_UNVERIFIED) |
[INFO] aggregate: +-----------+-----------------------------------+---------------------------------------+
[INFO] aggregate: | host      | 1 (1 DNS_NAME)                    | 0                                     |
[INFO] aggregate: +-----------+-----------------------------------+---------------------------------------+

I could absolutely do something with this now if I added more modules and config settings.

I don't know what the answer is. But, I'm guessing either normal network hiccup... or something fishy with excavate and/or httpx.

I'll keep looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants