Skip to content

Commit

Permalink
[v8ctf] set user-data-dir to enable js logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sroettger committed Dec 23, 2024
1 parent 4bd1568 commit 579e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8ctf/chrome/challenge/chal
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if ! echo $url | grep -E '^https?://[A-Za-z0-9.:/?%\-_+&=]*$' -q; then
fi

dbus-daemon --system
dbus-run-session -- $CHROME --headless=new --no-sandbox --disable-crashpad --disable-breakpad --disable-crash-reporter --enable-logging=stderr "${url}"
dbus-run-session -- $CHROME --headless=new --no-sandbox --disable-crashpad --disable-breakpad --disable-crash-reporter --enable-logging=stderr --user-data-dir=/home/user "${url}"

0 comments on commit 579e2ed

Please sign in to comment.