Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in security

Security of Python's eval() on untrusted strings?

python security eval

Stop people uploading malicious PHP files via forms

php security upload zip

Throttling brute force login attacks in Django [closed]

Which characters are actually capable of causing SQL injection in MySQL?

Is an X-Requested-With header server check sufficient to protect against a CSRF for an ajax-driven application?

php ajax security token csrf

Is Javascript/jQuery DOM creation safe until it's added to the document?

javascript jquery security dom

How can I test PHP site security for most common security flaws?

php security

Why same origin policy for XMLHttpRequest

When to use NSSecureCoding

How do I check whether File.Delete() will succeed without trying it, in C#?

c# security permissions .net

anti-CSRF token and Javascript

What is Thread.CurrentPrincipal, and what does it do?

How is using Synchronizer Token Pattern to prevent CSRF safe?

javascript security web csrf

What is a keytab exactly?

Are there any HTTP/HTTPS interception tools other than Fiddler, Charles, Poster, and Achilles? [closed]

security http testing https

WCFTestClient - how can I add username and pass?

Change SVN password command line

.NET 4, AllowPartiallyTrustedCallers attribute, and security markings like SecurityCritical

c# security .net-4.0 moq autofac

AccessController usage

java security

Create a temporary FIFO (named pipe) in Python?

python security file fifo mkfifo