I played with selenium and its a nice api. but somehow if I use it under asp.net sometime processes does not die. so I need to kill their process trees.
taskkill /T /F /IM chromedriver.exe
I played with selenium and its a nice api. but somehow if I use it under asp.net sometime processes does not die. so I need to kill their process trees.
taskkill /T /F /IM chromedriver.exe
d2j-dex2jar.bat -f -o apk_jar.jar ../com.someapplication.apk
sonrasında java decompiler ile jar açılır
cmd admin olarak açılır ve aşağıdaki komut çalıştırılı
SLMGR -REARM
bazen yönetilen domainin şifreleri kaybolur silinir. bu tip durumlarda weblogicin içindeki dosyalardan bu şifre toplanabilir.
import weblogic.security.internal.SerializedSystemIni;
import weblogic.security.internal.encryption.ClearOrEncryptedService;
es=weblogic.security.internal.SerializedSystemIni.getEncryptionService(“/data/usr/domains/DOMAIN/security/”);
ces=weblogic.security.internal.encryption.ClearOrEncryptedService(es);
print ces.decrypt(“{AES}6Xkvv0+md8WJiAg1jv4xyB9ElyRzjyAbIweTsA674oE=”);
apache yi varnish arkasında çalıştırıyorsanız. apache nin access logunda falan hep 127.0.0.1 veya makinenin diğer lokal ipleri görünür. buda normalde çok ölümcül bir durum değildir ama htaccess den ip limiti koydunuz ise varnishden gelen istekler için apache forbidden vermeye başlar.
curl -H “Content-Type: text/xml; charset=utf-8” -H “SOAPAction:” -d @your_soap_request.xml -X POST https://ws.paymentech.net/PaymentechGateway
detaylı
I just commit my code and send pull request to project here its
https://github.com/rmcardle/mRemoteNG/pull/101
you can test it.
after long years playing with win32 api was fun anyway 🙂