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

Only errors displayed on the report #79

Open
gauravnarwani97 opened this issue Sep 30, 2020 · 4 comments
Open

Only errors displayed on the report #79

gauravnarwani97 opened this issue Sep 30, 2020 · 4 comments

Comments

@gauravnarwani97
Copy link

The urls with Errors are only displayed on the html report. Rest no urls are visible. I tried using https://htcap.org/scanme/ but still same output

Errors3

probe_killed
probe_failure
HTTP Error 400: Bad Request

Command:
./htcap.py crawl https://htcap.org htcap.db -v
Initializing . . . done
Database htcap-2.db initialized, crawl started with 10 threads (^C to pause or change verbosity)
[================== ] 5 of 9 pages processed in 0 minutes^C
Crawler is paused.
r resume
v verbose mode
p show progress bar
q quiet mode
Hit ctrl-c again to exit

v
Crawler is running
crawl result for: redirect GET https://htcap.org/scanme/ng/

@fcavallarin
Copy link
Owner

seems that you are missing some nodejs deps. try to "cd core/nodejs" and run "npm i"

@gauravnarwani97
Copy link
Author

asd@asd nodejs % npm i
npm WARN htcap-chrome-probe@1.0.0 No description
npm WARN htcap-chrome-probe@1.0.0 No repository field.

audited 45 packages in 1.334s

1 package is looking for funding
run npm fund for details

found 0 vulnerabilities

asd@asd nodejs % npm fund
htcap-chrome-probe@1.0.0
└─┬ https://github.com/sponsors/isaacs
└── glob@7.1.6

@fcavallarin
Copy link
Owner

please try to clone the whole project from scratch and run htcrawl.pw crawl

@BilalLatif
Copy link

I am getting the same error while crawling a website hosted locally

**crawl result for: link GET http://localhost:3000/home

  • crawler errors: probe_killed, probe_failure**

Crawl command: python3.3 htcap.py crawl -vwl localhost:3000/home target.db

npm dependencies are up-to-date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants