0
votes
3answers
16 views
Error connecting to all of my SQL servers
I suddenly started getting this error when trying to connect to any of my sql servers (25+) from SSMS on Windows XP. When I left work yesterday everything was working fine, came in this morning, and I …
5
votes
5answers
195 views
Where do programs save their secret license?
where do programs save their secret license or install related information? I notice that often times when you uninstall a program, clear out appdata references, check registries to make sure there is …
0
votes
2answers
40 views
Turn off option to open xls file in internet explorer from the site?
Hi,
BACKGROUND:
I have built a web application for a client which allows them to save excel files to the server.
When I first built the application I stored these files in an uploads folder and …
0
votes
3answers
28 views
Protect assembly?
I have a .NET DLL (C#/VB) with custom controls, extension and other stuff.
I want that it should be available for me only.
Is there any way to restrict unauthorized access to a DLL?
1
vote
2answers
12 views
Security features of WebBrowser Control
Does the WebBrowser control have any securtiy features included in it? I mean, if i use the WebBrowser control in an application then would using this browser be any more vulnerable than any normal …
3
votes
4answers
47 views
Detecting exploits in web applications and how to proceed
What ways are there for detecting exploits in PHP/MySQL web applications (checking for certain characters or pieces of codes in the GET, POST, COOKIE arrays / using a library with a database that has …
0
votes
1answer
16 views
Ruby equivalent for php function openssl_pkey_get_public
Hello all
I have the php script where the password encoding done using the
openssl:
$key = openssl_get_publickey($certificate);
…
4
votes
2answers
76 views
Asp.net mvc can not work without App_Data
I'm using a custom security (no membership provider). After the user logs in ... a folder "App_Data" with ASPNETDB.MDF gets automatically created ... on my local machine. If I deploy this to a remote …
1
vote
1answer
25 views
Report xss/injection attacks by email (how to encode)
I have a form to singup yourself in a mailing list.
I had set up the script to send me a mail for every singup and confirmation.
The last days I saw a bunch of empty submisions (rejected). Turns out …
0
votes
3answers
44 views
Inspect HTTPS traffic from SWF files
Is there a way to inspect HTTPS traffic from Flex applications compiled to SWF files?
I'm trying to use Fiddler for this, have added DO_NOT_TRUST_FiddlerRoot to my Trusted Root Certification …
0
votes
0answers
33 views
what is buffer overflow (stack overflow ?) and how do hackers invoke it and gain control over a system ? [closed]
Possible Duplicate:
How are buffer overflows used to exploit computers?
what are these so called buffer ovefllow, memory corruption, stack overflow things that cause a target software to …
2
votes
3answers
43 views
CRUD Admins: Why not use MySQL users for auth/acl instead of User/Group tables?
In several frameworks (symfony/Django), you have admin generators that usually control access via a User table (which assigns a user to a specified Group table).
I'm curious, why not simply use …
3
votes
2answers
42 views
External JavaScript Injection
Hi All,
I am wanting to find out whether or not it is possible to inject JavaScript into the .NET WebBrowser control from outside the running application?
Thanks
STW
Clarification: I am wanting …
6
votes
1answer
40 views
Removing private information from old Git commits
I have a project versioned with Git that I'd like to make open source, but it has some private information in it that is specific to the environment in which it was originally used. I'm going to …
0
votes
3answers
26 views
Symmetric Key to Asymmetric key handoff
I'm not a cryptography expert, I actually only have a little bit of experience using it at all. Anyways, the time has come where one of my applications demands that I have some encryption set up. …
