appsec

372 readers
3 users here now

A community for all things related to application security.

founded 2 years ago
MODERATORS
26
1
New OWASP Cheet Sheet on Mobile Securty (cheatsheetseries.owasp.org)
submitted 2 years ago by mwguy to c/appsec
 
 

Mobile Application Security Cheat Sheet

Mobile application development presents certain security challenges that are unique compared to web applications and other forms of software. This cheat sheet provides guidance on security considerations for mobile app development. It is not a comprehensive guide by any means, but rather a starting point for developers to consider security in their mobile app development.

Architecture & Design

1. Secure by Design

...

27
28
29
30
4
submitted 2 years ago by N7x to c/appsec
31
32
33
34
4
submitted 2 years ago by N7x to c/appsec
35
36
6
submitted 2 years ago by N7x to c/appsec
37
38
7
AppSec podcasts? (self.appsec)
submitted 2 years ago by N7x to c/appsec
 
 

There is a nice list of Infosec podcasts here: https://infosec.pub/post/152754

What are your more specialized appsec recommendations?

39
 
 

A brand-new Burp Suite extension for discovering DNS vulnerabilities in web applications.

40
4
submitted 2 years ago by N7x to c/appsec
 
 

You might have found HTML injection, but unfortunately identified that the site is protected with CSP. All is not lost, it might be possible to bypass CSP using DOM clobbering, which you can now detect using DOM Invader! In this post we’ll show you how.

We’ve based the test case on a bug bounty site, so you’re likely to encounter similar code in the wild. If you’re unfamiliar with DOM clobbering then head over to our Academy to learn about this attack class and solve the labs.

41