Code Monkey home page Code Monkey logo

Comments (12)

leonjza avatar leonjza commented on May 14, 2024

Seems ok for me on macOS. I'll need help debugging WSL, it is not a platform I use. Maybe try a Linux VM instead?
image

from gowitness.

hunter0x8 avatar hunter0x8 commented on May 14, 2024

@leonjza thank you for your humble response. I will try it on vm

from gowitness.

d4rk-d4nph3 avatar d4rk-d4nph3 commented on May 14, 2024

@leonjza I am getting the same error as @Ahsan-x on my Kali 2020.1. It works on some site but fails in others.

from gowitness.

nicolas-gagnon avatar nicolas-gagnon commented on May 14, 2024

I have a list of domain and sub domain I'm wondering if it's possible to query the list with no HTTPS:///

from gowitness.

sanjaypopcorn avatar sanjaypopcorn commented on May 14, 2024

Screenshot from 2020-04-20 20-16-08
I have the same issue
are the sites blocking the request? Only some show this problem

from gowitness.

leonjza avatar leonjza commented on May 14, 2024

Any details? Without it I cannot debug anything.

from gowitness.

sanjaypopcorn avatar sanjaypopcorn commented on May 14, 2024

Any details? Without it a cannot debug anything.

Sorry here you go
Screenshot from 2020-04-20 20-16-08

from gowitness.

 avatar commented on May 14, 2024

Hi,
I am facing an issue with gowitness. I am using WSL2 Kali
gowitness-error

The command which I am running is
image

from gowitness.

leonjza avatar leonjza commented on May 14, 2024

gowitness uses Chrome itself, not the chromedriver component.

I am facing an issue with gowitness. I am using WSL2 Kali

Unfortunately, I have never tested on WSL2 (and probably won't soon). PR's welcome to improve suport!

from gowitness.

 avatar commented on May 14, 2024

If I remove --timeout=100, I get below error.
image

from gowitness.

 avatar commented on May 14, 2024

gowitness uses Chrome itself, not the chromedriver component.

I am facing an issue with gowitness. I am using WSL2 Kali

Unfortunately, I have never tested on WSL2 (and probably won't soon). PR's welcome to improve suport!

Thanks for replying. I will try to use chrome and see if it works out

from gowitness.

leonjza avatar leonjza commented on May 14, 2024

I just landed 2699bf2 which will report the Chrome binary used for the screenshot. Running gowitness with the --log-level debug flag, you should see the full arguments used which you could in turn run manually. This should help rule out if this is Chrome having a problem, or gowitness.

Eg:

ยป gowitness --disable-db --log-level debug single -u https://facebook.com/

[...]

DEBU[2020-08-13 16:30:57] Google Chrome arguments                       arguments="[--headless --disable-gpu --hide-scrollbars --disable-crash-reporter --user-agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36 --window-size=1440,900 --screenshot=https-facebook.com.png --virtual-time-budget=2000 --allow-insecure-localhost http://localhost:58265/]" binary="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
INFO[2020-08-13 16:30:57] Taking screenshot                             destination=https-facebook.com.png url="https://www.facebook.com/"

[...]

INFO[2020-08-13 16:30:59] Complete                                      run-time=5.480074946s

Taking the details from the Google Chrome arguments log entry, you can reconstruct the command gowitness ran as:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --headless --disable-gpu --hide-scrollbars --disable-crash-reporter --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36" --window-size=1440,900 --screenshot=https-facebook.com.png --virtual-time-budget=2000

This should hopefully help in figuring out whats going on in the future.

from gowitness.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.