Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Technology

definition commitment beta
175
followers

IT Security

Launched Q&A site for security professionals to discuss vulnerabilities like XSS, buffer overflows, SQL injection, CSRF, clickjacking, as well as system and network security. Discussions related to OWASP projects, tools, papers, and other materials are encouraged.

Announcements

6  
Whatever - you ruined the joke. – Nathan Osman Jun 22 '10 at 21:02
4  
@Jeff, while I love this proposal, and would definitely be active in this site, I'm having a niggling that it might NOT be a good idea, that is to segregate security topics away from programmers eyes and mindset. In line with OWASP intents, it might be better to keep appsec issues back on SO to encourage developer pariticipation and awareness. – AviD Jun 22 '10 at 21:09
2  
As an example, there are some GREAT practical questions on SO wrt XSS / SQL injection and evasions, CSRF protections, secure cryptowebsystems, etc – AviD Jun 22 '10 at 21:11
show 5 more announcements
12
votes
4
answers

Scope of Cryptography proposal overlaps with other existing sites

jul 13 '11 at 0:24 Dori 746

create new discussion

62 Example Questions (8 closed)

active oldest votes
up vote 24 down vote
To secure my web site with HTTPS, does it matter which company I source my SSL certificate from, or just that the browser recognizes it?
added by Chris W. Rea Jun 23 '10 at 12:38
link
Just one more vote needed! – ygjb Aug 3 '10 at 22:41
up vote 21 down vote
We are writing a Java web application, what are the recommended tools and practices for locating and fixing potential security issues?
added by Nate Jun 24 '10 at 14:51
link
up vote 21 down vote
If I hash passwords before storing them in my database, is that sufficient to prevent them being retrieved by anyone?
added by Damovisa Jul 13 '10 at 4:50
link
up vote 20 down vote
My boss thinks that running an automated application vulnerability scanner is sufficient to certify our application is secure. Why isn't it?
added by Chris W. Rea Jun 23 '10 at 12:38
link
I don't think this is a good appsec question because the answer is a non-appsec answer: i.e. risk management – Andre Gironda Jul 18 '10 at 20:31
up vote 20 down vote
If I'm running a lean start-up, and I can't afford to pay a dedicated security expert, what types of precautions can I take?
added by Jim G. Jun 26 '10 at 12:58
link
up vote 12 down vote
What security vulnerabilities should I be mitigating in an ASP.NET MVC application?
added by Robert Harvey Jun 22 '10 at 22:58
link
up vote 10 down vote
How to test my application for SQL injections?
added by The Disintegrator, edited by WikiSpeedia hang-around Jul 21 '10 at 9:40
link
up vote 9 down vote
What are the best clickjacking defenses?
added by Jeff Williams Jun 22 '10 at 16:47
link
Most of cases,you can use framebusting. – HDK Aug 8 '10 at 23:24
up vote 8 down vote
How can I test if an uploaded file is a valid [image format] and not some potentially dangerous file?
added by The Disintegrator, edited by WikiSpeedia hang-around Jul 21 '10 at 9:39
link
up vote 8 down vote
How do I ensure that my users can submit data with special characters without allowing XSS attacks?
added by ygjb Jul 21 '10 at 22:13
link
1.HTTP Encoding 2.HTML Encoding Enable header checking for .net application. – HDK Aug 8 '10 at 23:41
up vote 7 down vote
Are there any free tools available that let me intercept and modify HTTP requests for testing?
added by Damovisa, edited by WikiSpeedia hang-around Jul 13 '10 at 7:35
link
up vote 7 down vote
What steps should be taken to validate user uploaded images within an application?
added by Mark Davidson Jul 16 '10 at 10:53
link
By which I mean protect against stuff like denial of service or possibly execute arbitrary code by special craft image files. ubuntu.com/usn/USN-854-1 – Mark Davidson Jul 16 '10 at 10:54
This is my favorite example question so far. Perfect for on-topic – Andre Gironda Jul 18 '10 at 20:37
up vote 7 down vote
What methods and tools can be used to find business logic flaws in an application?
added by Andre Gironda Jul 18 '10 at 6:14
link
You need a risk based approach/Hacker mindset to find a logic flaws.However burp is a good tool :) – HDK Aug 8 '10 at 23:08
up vote 7 down vote
What is the right way of storing database connection strings from the security point of view?
added by rem Jul 21 '10 at 13:27
link
1  
we run into this all the time; especially with Java apps – Anonymous Jul 21 '10 at 22:03
up vote 7 down vote
Is code review worth the effort from a security standpoint?
added by EoinK, edited by WikiSpeedia hang-around Jul 28 '10 at 8:12
link
up vote 7 down vote
What is the difference between static analysis and runtime penetration testing? What are the pros and cons of each?
added by EoinK, edited by WikiSpeedia hang-around Jul 28 '10 at 8:12
link
up vote 5 down vote
Is null-byte injection possible in Java filenames?
added by Jeff Williams Jun 22 '10 at 16:48
link
up vote 5 down vote
What is rainbow tables and how are they used?
added by Karrax Jul 28 '10 at 8:33
link
up vote 4 down vote
How does OWASP ESAPI protect against direct object reference vulnerabilities?
added by Jeff Williams Jun 22 '10 at 16:56
link
up vote 4 down vote
I want to use OpenID for my site users. Is there any published analysis of trustworthy providers and implementation models?
added by William Jul 12 '10 at 11:44
link
up vote 4 down vote
My application uses OAuth to log in to a social networking site. What attacks do I need to consider on the key, secret and oauth token in the app?
added by Graham Lee Jul 15 '10 at 9:53
link
up vote 4 down vote
What are the best pro tips for using BURP's intruder tool to find input validation issues?
added by Tate Hansen Jul 18 '10 at 5:22
link
up vote 4 down vote
I am performing a penetration test against a website that uses Flash heavily; what tools can I use to examine the SWF file for vulnerabilities?
added by ygjb, edited by WikiSpeedia hang-around Jul 22 '10 at 14:15
link
HP SWFScan, a free tool to help Flash developers protect their websites against unintended application security ... – HDK Aug 8 '10 at 23:26
up vote 3 down vote
How to properly escape strings in MS SQL queries?
added by extropy, edited by WikiSpeedia hang-around Jul 17 '10 at 11:16
link
up vote 3 down vote
My project team has no security training. What tools, books or training courses could you recommend?
added by Graham Lee Jul 15 '10 at 9:56
link
Why off-topic? Isn't it a good thing to help developers to help themselves? – Graham Lee Jul 16 '10 at 10:54
up vote 3 down vote
Is it best to do a web app pen test regardless of a code audit? (Code audit was clean, but a scan found vulnerabilities in 3rd party libraries.)
added by Tate Hansen, edited by WikiSpeedia hang-around Jul 18 '10 at 11:44
link
up vote 3 down vote
What are the steps to protect my web application against XSS attacks?
added by The Disintegrator, edited by WikiSpeedia hang-around Jul 21 '10 at 9:39
link
Input validation and output encoding. – HDK Aug 8 '10 at 23:43
up vote 3 down vote
How can I test my web application for timing attacks?
added by ygjb Jul 21 '10 at 22:13
link
up vote 3 down vote
After I deploy to production, what should I do to detect bad things being done to my web app by bad people?
added by Tate Hansen Jul 23 '10 at 8:02
link
up vote 2 down vote
What can I do to prevent clickhacking?
added by The Disintegrator, edited by WikiSpeedia hang-around Jul 21 '10 at 9:38
link
up vote 2 down vote
Which password hashing algorithm should I use?
added by TheLQ Jul 23 '10 at 5:38
link
up vote 2 down vote
For development teams lacking appsec expertise, is it a good idea to suggest they try out tools like Watcher/RatProxy/Burp to gain knowledge?
added by Tate Hansen, edited by WikiSpeedia hang-around Jul 26 '10 at 7:44
link
up vote 2 down vote
Where will I get a checklist of security best practices to be taken care of while starting any new project?
added by balu, edited by WikiSpeedia hang-around Jul 26 '10 at 12:35
link
up vote 2 down vote
How long should the salts be when hashing passwords? Does it vary with the hashing algorithm?
added by Erlend Jul 28 '10 at 19:01
link
up vote 2 down vote
What are the best options for avoiding LDAP-injection? Is there anything like prepared statements for LDAP?
added by Erlend Jul 28 '10 at 19:04
link
Baseline rule is Input validation and Output filtering Some LDAP API's you can use. – HDK Aug 8 '10 at 23:49
Aren't these just example questions? No need to answer them. – Erlend Aug 11 '10 at 11:34
up vote 1 down vote
What output escaping technique should be used on a URL within a JavaScript?
added by Jeff Williams, edited by WikiSpeedia hang-around Jul 10 '10 at 1:09
link
up vote 1 down vote
I am getting a request for this file in my log. http://mysite:80/Content/minified/]};av.optgroup=av.op... Is this an XSS attack?
added by Igor Zevaka Jul 9 '10 at 5:20
link
2  
Not enough general relevance. Few people will search for it. Few people will be able to answer it directly. Consider a generalized form of the same question. – Thomas Ptacek Jul 21 '10 at 22:08
up vote 1 down vote
Is there a safe way to allow users to enter fully-formed HTML in my ASP.NET application?
added by Damovisa, edited by WikiSpeedia hang-around Jul 13 '10 at 7:36
link
up vote 1 down vote
I am a truly awesome web app security guru. How can I make money testing people's web app security? [closed]
added by William Jul 13 '10 at 8:08
link

closed as off topic by Steffen Opel, WikiSpeedia hang-around, qbi, extropy, Jeff Williams Jul 19 '10 at 22:26

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

Go work for WhiteHat Security. I hear they pay 18 US dollar per hour for good talent! – Andre Gironda Jul 18 '10 at 20:34
up vote 1 down vote
How to sanitize user input from a form in language X?
added by The Disintegrator, edited by WikiSpeedia hang-around Jul 21 '10 at 9:41
link
1 2 next

This site has

Launched!

This Stack Exchange site's beta was successful, so it launched 1 year ago.

proposed by

Jeff Williams
2,996●1●4●16

2 years ago

edited by

Jeff Atwood♦ ♦ 27
305k●186●1102●1922

2 years ago

viewed

10,008 times

latest activity

2 years ago

followers

users also following

12.0% Software Quality...
8.0% Database Administ...
7.4% Science Fiction &...
6.9% Cryptography
29.7% only this proposal

followers active in

66.3% Stack Overflow
54.9% Super User
52.0% Server Fault
46.9% Meta Stack Overflow
38.3% Programmers
33.1% Web Applications

recent followers

added Jul 12 '11 at 2:40
Vineet Reynolds
33.5k●4●44●116
added Jul 4 '11 at 14:17
M'vy
22.5k●2●56●206
added Apr 28 '11 at 0:35
Nick Knowlson
2,399●16●45
added Apr 21 '11 at 13:16
KilledKenny
1,025●8●33
added Apr 10 '11 at 3:54
a13ph
51●2
added Mar 9 '11 at 23:57
Iszi
31.1k●19●142●472
added Nov 10 '10 at 20:22
bitmask
25.3k●3●71●269
added Nov 10 '10 at 14:36
Jeremy
2,042●9●28
added Nov 10 '10 at 12:37
pootzko
6,762●5●47●156
added Nov 9 '10 at 2:46
Mohamed
1,595●2●15●40
added Nov 9 '10 at 1:55
nickoneill
11.3k●14●63●170
added Nov 2 '10 at 4:21
Oli
14.5k●14●111●237
added Nov 1 '10 at 22:51
alepuzio
755●7●20
added Oct 27 '10 at 14:54
Premasagar
2,148●1●14●24
added Oct 16 '10 at 21:15
PulpSpy
7,455●1●13●63
added Oct 14 '10 at 4:55
Brian LaFlamme
51●1
added Oct 11 '10 at 16:03
Marc Roberts
2,291●5●31
added Oct 11 '10 at 13:38
Xander
3,126●2●14●38
added Oct 10 '10 at 18:00
Bevan
29.6k●4●74●198
added Oct 10 '10 at 8:38
mauris
18.5k●4●43●125
added Oct 8 '10 at 16:03
brian berg
51●1
added Oct 8 '10 at 12:06
tsm
51●1
added Oct 8 '10 at 7:19
user21843
51●1
added Sep 21 '10 at 10:26
pratikk
6,420●2●20●46
added Sep 18 '10 at 5:08
Mark C
3,140●20●58
added Sep 17 '10 at 16:41
Bruce
3,542●1●16●40
added Sep 14 '10 at 22:43
Chris Tybur
1,774●1●15●25
added Sep 8 '10 at 16:30
Nuno Furtado
2,218●2●15●31
added Sep 2 '10 at 15:53
idiom
57●2
added Sep 1 '10 at 6:22
Bell
4,537●1●12●28
added Aug 28 '10 at 19:59
Ilari Kajaste
5,932●2●47●158
added Aug 20 '10 at 20:02
Bob
7,884●15●34
added Aug 20 '10 at 14:39
Toby
7,129●2●40●164
added Aug 20 '10 at 8:47
OrangeSoda
53●2
added Aug 18 '10 at 12:27
PtrFdr
133●1●1●10
added Aug 16 '10 at 1:30
Ivan Jensen
51●1
added Aug 15 '10 at 20:19
g .
9,843●5●46●122
added Aug 14 '10 at 8:30
user16164
51●1
added Aug 14 '10 at 0:19
Matt
51●1
added Aug 12 '10 at 23:31
Valgard
52●1
feed icon proposal feed
faq | blog | legal | privacy policy | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2013.5.11.148