chess-levin
chess-levin
Hi @andersju I managed to start backend and frontend. But when I try to start an analysis via the frontend I always get this problem. I have no idea what...
> You're curling `https://xxx.yyy.zzz/`, but the Webbkoll app is trying to use `http://localhost:8100/`. Edit `config/dev.exs` or `config/prod.exs` and change `http://localhost:8100/` to `https://xxx.yyy.zzz/` in the section about backends. Sorry, andersju. In...
THX. I give it a try
@rdmueller Your code is working. It would be great if you could merge it. `./gradlew generateHTML -PmavenRepository=your_artifactory --info`
Hello @rdmueller, I updated our project to use the current master commit of docToolchain and added the mavenRepository to the` gradlew` call, but unfortunately there are still 312 dependencies pulled...
Hi guys, have a look at this great post https://www.instructables.com/ESP8266-Using-GPIO0-GPIO2-as-inputs/ I think it is great explanation of this special topic at the GPIO pins 0,2,15 of ESP8266 and how to...
My solution was to write a handler function and at the end I'm sending a redirect to to `/action`. Thanks for your advice! I'll give it a try! THX
Hello @paulocsanz, I've tried to write my own `StaticRequestHandler` but getting a compiler error. I have no experiences with writing templates in c++. I put this code in a file...
The new feature should also support disabling encoding for urlbar of internal JxBrowser.
It's crucial for pentesting to be able to send raw data without any unknown interference on the way. When I can't be sure about what my test tool does under...