Is it bad practice to request different representations with the exact same GET request, and are there security concerns? [closed]

I am testing some mobile banking app.
They have a feature to fill in all info for a payment automatically.
It does that with two requests:

A POST request to POST paymentdata.php, which submits all payment
data (account no., name, amount, … Continue reading Is it bad practice to request different representations with the exact same GET request, and are there security concerns? [closed]

What is the use case of request signing in this mobile app?

The API of a mobile app I was testing is sending the AWS AccessKeyId and SecretKey used for request signing from the AWS Cognito server unencrypted (apart from the regular TLS encryption). Making it possible to re-sign all requests to thei… Continue reading What is the use case of request signing in this mobile app?

Vulnerable web application – sql-injection that’s hard to find with a regular scanner like sqlmap

I am creating a “vulnerable web application”.

Is there a way to create a sql-injection vulnerability that is easy to spot during manual testing, but very hard (or impossible) for a regular sqli-scanner like sqlmap or “burp a… Continue reading Vulnerable web application – sql-injection that’s hard to find with a regular scanner like sqlmap

How can I replicate Chromes behavior where the Google passwords are not contained in the memory-dump for other sites?

I did some testing, and found that a memory dump of Chrome doesn’t hold the password of gmail.com/Google after logging in to that site.

(My System is Windows 10 64bit Professional, Chrome 60).

I can find the passwords of al… Continue reading How can I replicate Chromes behavior where the Google passwords are not contained in the memory-dump for other sites?

Is there a way to make the browser remove the login-password from it’s memory immediately, like Chrome seems to do on accounts.google.com?

I did some testing, and found that a memory dump of Chrome doesn’t hold the password of gmail.com/Google after logging in to that site (the login happens on accounts.google.com).

(My System is Windows 10 64bit Professional, … Continue reading Is there a way to make the browser remove the login-password from it’s memory immediately, like Chrome seems to do on accounts.google.com?

Burp+Genymotion: Not all traffic from app in Emulator proxied through Burp

I’ve set up Burp+Genymotion like this: https://linuxsuperuser.com/configure-burp-suite-proxy-genymotion/ to do some penetration testing on Android apps for work.

The Genymotion (Android 6.0.0, API 23) Wifi settings are:

pro… Continue reading Burp+Genymotion: Not all traffic from app in Emulator proxied through Burp