meme-lord
meme-lord
It seems that running bbscope on h1 too quickly will cause it to return 0 lines but no error message is shown. ```bash root@serv:~/scope# bbscope h1 -u user-t token -c...
Same here, doing a CTF where theres throttling and kiterunner just finishes instantly even with delay enabled
Was having issues solving a padding oracle CTF challenge and applying this patch fixed it
Can you try ```sh apt-get install build-essential ``` or if you want to be specific ```sh apt-get install libc6-dev ``` at least thats the package that provides it on my...
Why did the output format even change? If people wanted something else they could have used the output files, the console output should be for human use
It seems fixed if I install ffuf with git clone and go build but the version from `go install github.com/ffuf/ffuf/v2@latest` is different and has the multiline output.
Getting same error on Arch
If anyone is interested I've modified it here: https://github.com/thirtysixthspan/hasten/pull/2 It replaces characters causing issues with '?'
I've made a bash script here: https://github.com/meme-lord/hasten_py/blob/master/hasten.sh That basically does what hasten does. hasten is a lot slower because it parses all the SQL for no real reason. This also...
That's an excellent idea. I can try implement it the next time I need to do a large import. I didn't spot the key definition thing last time I read...