Ray Kelly
Ray Kelly
The HTTP Response Splitting page does not seem to be working. Sending the attack http://localhost:3005/http_response_splitting.php?url=http://itsecgames.blogspot.com%0D%0AReferer%3agoogle.com does not do a redirect. Just a blank page is returned.
Are the SSL challenges available with this docker solutions? e.g. Heartbleed? Since only port 80 is open, I presume this cannot be tested? Thanks.
The portal.php page returns a 302 redirect with a blank location. Some libraries (eg. Golang) fall into an error condition with this happens and the requests fail. `HTTP/1.1 302 Found...
Testing on OSX. Sample: ``` a, _ := url.Parse("http://localhost/") b, _ := url.Parse("https://www.google.com") dialContext2 := proxyplease.NewDialContext(proxyplease.Proxy{TargetURL: a}) dialContext3 := proxyplease.NewDialContext(proxyplease.Proxy{TargetURL: b}) ``` Output ``` 2021/05/05 11:57:39 proxyplease.proxy> No proxy provided....
Running this command on OSX python ideepcolor.py --cpu_mode Output: .......0802 22:28:50.943502 3958428608 upgrade_proto.cpp:77] Attempting to upgrade batch norm layers using deprecated params: ./models/reference_model/model.caffemodel I0802 22:28:50.943539 3958428608 upgrade_proto.cpp:80] Successfully upgraded batch...
Is it possible to use this library to create a GATT server? I am creating a Raspberry Pi smart device and I need to be able to connect to it...
According to the UUID spec, the value is case sensitive. The ToString() function in UUID however lower cases everything. Is there a way to maintain case?
I am creating a client that performs a file upload and using typescript-node. The issue is that the swagger editor code generated does not create the "filename" attribute for the...
Getting this error building: FAILED: /bin/bash out/target/common/docs/system-api-stubs-timestamp.rsp out/target/common/docs/system-api-stubs-timestamp.rsp: line 1: 21391 Killed javadoc -encoding UTF-8 \@out/target/common/obj/JAVA_LIBRARIES/system-api-stubs_intermediates/droiddoc-src-list -J-Xmx1600m -XDignore.symbol.file -quiet -doclet com.google.doclava.Doclava -docletpath out/host/linux-x86/framework/jsilver.jar:out/host/linux-x86/framework/doclava.jar -templatedir build/tools/droiddoc/templates-sdk -htmldir frameworks/base/docs/html -bootclasspath out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes.jar -classpath...
I am not understanding the quick start instructions at all. Is there a more detailed setup? You mention create a directory, but where? In the container or local machine. The...