You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on the commit c8b0b7f892d7734b1860d6ebb8e839a12e414a0e and I want to attack a webservice via 'XML Element Count Attack'. But the attacker doesn't send any requests.
At wsattacker.plugin.dos.dosExtension.requestSender.RequestSenderImpl.sendRequestHttpClient(RequestObject) line 284 I reactivate the log.
What I see is:
Jun 12, 2019 10:38:06 AM wsattacker.plugin.dos.dosExtension.requestSender.RequestSenderImpl sendRequestHttpClient
SEVERE: null
java.lang.IllegalStateException: Scheme 'http' not registered.
at org.apache.http.conn.scheme.SchemeRegistry.getScheme(SchemeRegistry.java:71)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:127)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
at wsattacker.plugin.dos.dosExtension.requestSender.RequestSenderImpl.sendRequestHttpClient(RequestSenderImpl.java:273)
at wsattacker.plugin.dos.dosExtension.requestSender.RequestSenderImpl.sendTestProbeRequest(RequestSenderImpl.java:111)
at wsattacker.plugin.dos.dosExtension.attackThreads.SendRequestThread.run(SendRequestThread.java:110)
I think, that the proxy settings 'http' is breaking the rules.
The text was updated successfully, but these errors were encountered:
I guess the problem appears, once the configuration.xml is written and you restart WS-Attacker.
Since I always use a proxy, it works fine, but if you don't, there might be an error (?).
I work on the commit
c8b0b7f892d7734b1860d6ebb8e839a12e414a0e
and I want to attack a webservice via 'XML Element Count Attack'. But the attacker doesn't send any requests.At wsattacker.plugin.dos.dosExtension.requestSender.RequestSenderImpl.sendRequestHttpClient(RequestObject) line 284 I reactivate the log.
What I see is:
I think, that the proxy settings 'http' is breaking the rules.
The text was updated successfully, but these errors were encountered: