Tagged Questions
16
votes
4answers
2k views
Security in Node.JS Webserver
So, I'm in the middle of learning my way around Node.JS, and so far I'm loving it. I've got a couple projects already at work that I think I can utilize nodejs in.
I'm worried, though, about ...
15
votes
16answers
1k views
Website hacking - Why it is always possible to do?
Dear web developers, we know that each executable file can be reverse engineered (disassembled, decompiled). No mater how strong security you will implement, anyway if crackers want to, they do ...
7
votes
3answers
312 views
What is a secure choice for an internet facing web server in Java?
I need implement a server that is publicly accessible from the internet. The server has a very simple mission:
Accept form POSTs from users over HTTPS (the actual HTML form is on a different site)
...
7
votes
2answers
2k views
How do i secure a web server's image upload directory?
For my web application, people can upload images from a web form to my web server.
What should I set the CHMOD settings for that image upload directory so that people can upload images (from the web ...
6
votes
6answers
1k views
Secure way to store files in web server?
I want my files to be secure in my web server. Only authenticated users to access those files should be able to access those files. I thought of storing files in database as "Long BLOB" but it ...
5
votes
5answers
246 views
Is a plain-text password in a CGI script a security hole?
I've read that things can go wrong with your web server which may lead to display of PHP scripts as plain text files in a web browser; consequently I've moved most of my PHP scripts to a directory ...
5
votes
4answers
469 views
On Linux do people chroot a Java Web Application or use IPTables and run as non-root?
When you run a Java Servlet Container that you would like to serve both static and dynamic content on port 80 you have the classic question of whether to run the server as:
As root in hopefully a ...
4
votes
6answers
1k views
Apache Webserver security and optimization tips
I'm about to deal with managing and running my first Internet connected Apache webserver and I was wondering if there are any sys admins and developers out there that would like to share some of their ...
3
votes
2answers
170 views
Apache - How to deny directory but allow one file in that dirctory
I try to configure my Apache .conf file to deny listing from a certain category, but I want to allow a specific file inside this category.
It appears that the Directory rule is "stronger" than the ...
3
votes
3answers
94 views
PHP: What is the origin of the 'type' index in $_FILES?
In order to validate allowed mime types in file uploads I usually rely on the fileinfo extension but since that extension or the magic database isn't always available I though of using the type index ...
2
votes
4answers
185 views
Webserver on the fly decrypting?
I am dealing with a concept for a project that involes absolutely critical data.
The most important part is that it needs to be stored encrypted.
An encrypted file system that is mounted from which ...
2
votes
4answers
883 views
File permissions; Should my www-folder content be owned by www-data?
This might be a noob question, but can't find an answer anywhere.
I have a problem, which http://stackoverflow.com/questions/3483832/another-file-permissions-problem have helped me to ALMOST solve.
...
2
votes
4answers
184 views
Better data security with SQL on separate box from web server (Win 2003/SQL 2008)?
An auditor reviewing our system was suggesting that our data should be stored on a separate physical server from the web server. We're running SQL 2008 on a Windows 2003 machine with IIS as the web ...
2
votes
3answers
111 views
Do different web servers suffer from the same types of attacks?
I'm creating a web applications with Yaws. In the past I've worked with tomcat and IIS. Do web servers typically suffer from the same types of vulnerabilities? Do good web security practices generally ...
1
vote
1answer
81 views
How to assure that websocket was opened from my webpage
So, the question is:
Is there a way to be sure that the client who is trying to connect to my websocket server, is doing this from the webpage that I provide, and not from any other page, or script?
1
vote
3answers
156 views
How do I block people from outside my web server from seeing what technologies I'm using (e.g., Apache or PHP)?
I am running a test server locally that is also broadcasted (for education purposes) on a Mac. I ran a software called acunetix from another computer and it was able to detect the technologies used on ...
1
vote
1answer
190 views
LAMP web server file permissions
I've got a LAMP webserver running my homepage (index.html in var/www/). I'd like to know in general how to set my file permissions so that browsers can't access anything besides the html/php files I ...
1
vote
2answers
104 views
Where can I find a demonstration of a buffer overflow?
Is there a site, or is there a simple way of setting up one, which demonstrates what can happen with a buffer overrun? This is in the context of a web app.
1
vote
1answer
136 views
Ways to protect a Flex app on a public website
I'm building a Flex app that will run publicly, and so I would like to protect the SWFs from reverse engineers as much as possible.
I once heard of ways to deny browsers direct access to the SWF ...
1
vote
2answers
451 views
Why is there a symlink frow www/ to public_html/ in Bluehost by default?
My internet sites are at the folder
public_html
I noted that www/ seems to have a symbolic link to public_html.
I do not know why we need the www/ -folder, when we have public_html.
Perhaps, it ...
0
votes
2answers
76 views
Security of password-protected folder for admin directory
As far as I know, the security of webserver (apache or nginx) password-protected folder is higher than that of $_SESSION defined access level. However, the common method (at least in CMS models) is to ...
0
votes
1answer
49 views
Webserver communication security in android
So I'm trying to make a game for android. It's based on Gazillionaire a game i played when i was a little kid. The game is played with 6 players and it's turn based (so no realtime requirements here). ...
0
votes
2answers
74 views
Hot to block access to page with defined URL in ASP.NET site on IIS except from one defined IP?
We have ASP.NET web site hosted on IIS.
We need to block access to page "http://www.example.com/sample/page1.aspx" from any IP.
We want to define single IP which can access this page.
What option of ...
0
votes
2answers
71 views
How to disable directory indexing from apache2 when going to the server's root?
I need to disable that indexing when I enter on my root directory on a apache2 server, any tips?
0
votes
1answer
50 views
Web site security [closed]
I hear a lot about security/vulnerability whenever I see a webhosting site advertisements or a datacenter promotions.
I would like to know what are they. Are they just marketing gimmick, is it ...
0
votes
1answer
185 views
Preserving the Client IP Address in Sun Java System Web Server
We are running Sun java System Web server 7.0 and Sun Java System App Server 9.1 (glassfish) in our environment.
We need to perform some access control check in the application based on the client's ...
0
votes
1answer
833 views
Tomcat: Restrict access to localhost for /just one/ webapp
I'm running Tomcat 6 to serve several web apps, most of which are public-facing. But I'd like to restrict access to just one webapp, allowing connections only from localhost.
I can restrict access ...
0
votes
2answers
82 views
Is it dangerous to put pdf files with cryptographically-generated-128-character file names in a public web folder?
I have a site that allow the user to request a secret report in a pdf format.
My idea is to put the generated pdf files in a public folder with disabled directory browsing.
Each file name consists ...
0
votes
2answers
152 views
SelfSSL issue - 2 secure sites running on same box with selfssl certificates
I'm pulling my hair out a little bit over an issue we're having on one of our project environment servers. I'm trying to run 2 different versions of our site, from 2 different code bases. The site has ...
0
votes
1answer
33 views
when i start my emmbedt web server on port 8080 i get windows security alert , can i avoid it?
is there any way to avoid this when using embedded web server in windows?
i don't want users to be scare
0
votes
1answer
31 views
How to forcibly ask authentication for a web resource for every access?
I have some webserver resources protected with Form based Authentication. The requirement is to have some highly secure resources access result in forced authentication of the user even if he/she is ...
0
votes
2answers
343 views
how rand (timestamp) works if running on webserver?
while studying some security things, there was a question that one can guess the generation of some sequence for rand (timestamp) running in webserver. He said that our first goal should crash the ...
0
votes
3answers
162 views
How to safely allow web-server to write to its own docroot?
As a follow up to an earlier question that attracted a whole zero answers, I'm wondering about the possibilities of allowing a web server (apache) to write to its own document root (Linux), in order ...