Matthias Altmann
Matthias Altmann
`--password` is not a legitimate parameter. And I assume you try to attack rdp using port 3389. So you could use: `ncrack --user Administrator -P
Added error based enumeration in section Error Based Injection using `UNION SELECT` with tags e.g. `UNION SELECT 1` => not working `UNION SELECT 1,2` => not working `UNION SELECT 1,2,3`...
I tried to reproduce it: - Started ZAP with org.zaproxy.zap.ZAP#main - Went to http://127.0.0.1:8090/UI/openapi/action/importUrl/ - Got response: "No implementor" ``` at org.zaproxy.zap.extension.api.API.handleApiRequest(API.java:356) at org.parosproxy.paros.core.proxy.ProxyThread.processHttp(ProxyThread.java:456) at org.parosproxy.paros.core.proxy.ProxyThread.run(ProxyThread.java:317) at java.lang.Thread.run(Thread.java:745) ``` Could...
I installed the Addon:  Tried to open the url but got a connection error: 
Ah thx this helped: Perhaps for others to get started with this topic: I had the correct addon installed but was the wrong picture (I mixed it up). This is...
> Try this: [#2126 (comment)](https://github.com/keeweb/keeweb/issues/2126#issuecomment-1875467590) > Workeround: > > 1. sudo nano /etc/apt/sources.list > > 2. add: deb http://cz.archive.ubuntu.com/ubuntu lunar main universe > > 3. sudo apt update > >...