stephen
stephen
19:03:19.127 [LittleProxy-0-ProxyToServerWorker-4] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:334) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:178) io.netty.buffer.CompositeByteBuf.allocBuffer(CompositeByteBuf.java:1751) io.netty.buffer.CompositeByteBuf.copy(CompositeByteBuf.java:1406) io.netty.buffer.AbstractByteBuf.copy(AbstractByteBuf.java:1187) io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest.copy(HttpObjectAggregator.java:412)...
18:44:29.215 [LittleProxy-0-ProxyToServerWorker-5] ERROR org.littleshoot.proxy.impl.ProxyToServerConnection - (AWAITING_INITIAL) [id: 0x4d99d4cf, L:0.0.0.0/0.0.0.0:63482 ! R:r14---sn-2x3eln76.gvt1.com/203.208.39.96:80]: Caught an exception on ProxyToServerConnection io.netty.handler.codec.TooLongFrameException: Response entity too large: DefaultHttpResponse(decodeResult: success, version: HTTP/1.1) HTTP/1.1 200 OK Accept-Ranges: bytes...
java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider
双进程反调试案例
遇到一个app孵化了一个子进程,然后子进程又对父进程进行了trace。导致frida无法附加上去。 第一步:直接输入进程名发现,有两个相同的进程。(失败) Enter the need to attach package. : com.gome.eshopnew It's com.gome.eshopnew that you have attached app. Traceback (most recent call last): File "hooker.py", line 93, in attach online_session =...
stephen@ubuntu:~/hooker/com.yaotong.crackme$ ./objection A newer version of objection is available! You have v1.10.1 and v1.10.2 is ready for download. Upgrade with: pip3 install objection --upgrade For more information, please see: https://github.com/sensepost/objection/wiki/Updating...
File "appmon.py", line 34 """ ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""" ___ .______ .______ .___ ___. ______ .__ __. / \ | _ \...
In file included from src/mongo/client/bulk_operation_builder.cpp:22: src/mongo/client/dbclientinterface.h: In member function 'virtual void mongo::DBConnector::checkResponse(const char*, int, bool*, std::__cxx11::string*)': src/mongo/client/dbclientinterface.h:598:13: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if( retry ) *retry =...
ssouser:ssouser-password@tcp(mysqlhost:3306)/sso?charset=utf8mb4,utf8
我想用中间人攻击mitmproxy作为http代理。但是配置并且启动后mitmproxy出现Cannot connect to server, no server address given和HTTP protocol error in client request: Invalid HTTP request form (expected: authority or absolute, got: relative)的错误。可以帮助我吗?