0
votes
1answer
22 views

Find and delete everything and between and including two strings with SSH?

I am struggling to write an ssh command that searches every file on my server that contains <!--4e530a--> ... malcious code ... <!--/4e530a--> And then deletes the tags and the ...
-2
votes
0answers
65 views

Website Hacked - What is this code? [closed]

Can anyone decode this code? I found it in sh.php inside my wordpress directory !!! Below is just the top part of it, the entire code is here: http://pastebin.com/SuxhTVmS GIF89a; <?php /* ...
0
votes
1answer
107 views

How to prevent ipa file/iphone application from being cracked to source?

from one of the stackexchange questions Here,its proved that we can decompile the iphone application to its source,Now here comes the question how can we protect the ipa file/iphone application from ...
0
votes
3answers
117 views

C# Application cracking

we have created an application like adobe reader to read a special encrypted document file format which does recognize only by our application. what we want to do is to let user buy the application ...
0
votes
3answers
150 views

Sql Injection Attack Insight

The following code is being added to our site. Below it is the effect it has on a page, basically opening an iframe to a malware site. Our site was suffering from this last week and to fix the issue ...
2
votes
1answer
93 views

Creating a basic stack overflow using IDA

This program is running with root privileges on my machine and I need to perform a Stack overflow attack on the following code and get root privileges: #include <stdio.h> #include ...
0
votes
1answer
47 views

Are there any major loopholes with having my handler bypass security for certain API methods?

I have a Web API service that contains methods that all require security that is processed via logic implemented within a CustomAuthenticationHandler handler using the following: protected override ...
0
votes
1answer
109 views

Android shared library integrity protection

Is there a way to somehow 'protect' a native shared library (.so) for the Android platform against binary changing? E.g. someone could overwrite a JMP instruction with a NOP after reverse engineering ...
2
votes
1answer
89 views

Need help figuring out a remote buffer overflow

It's for a class assignment. I'm kinda stuck and I only have some questions to help me move along. (No cheating for me :p) Brutal assignment for an undergrad class I think... What we're supposed to ...
2
votes
5answers
127 views

php security issue - file uploads

On of my client approached me to check and fix the hacked site. Site was developed by another developer , Very inexperienced developer not even basic security taken care of. Well the problem was ...
0
votes
0answers
112 views

High Security PHP Script - Done Right? [closed]

i'm currently developing an application framework for me which should be focused on maximum security. Till now I implemented the following stuff to make the script secure: Script Security PDO on ...
-4
votes
1answer
40 views

About internet security [closed]

I have a science background, and have programming experience (C/C++, CUDA and some x86 assmebly), and by no mean I want to become a hacker, what I want to do is: protecting my/our own computer against ...
1
vote
1answer
42 views

Preventing reflection access to internal field in .NET

Is it possible to prevent someone from using Reflection to get the value of an internal class variable? I have an internal (Friend in VB) class level variable that is only supposed to be accessible ...
0
votes
1answer
63 views

RESTful PUT and hacking the URI

I'm learning about RESTful interfaces. To update a server resource, say for a Contact with (id = 1) I'd PUT it: PUT /contact/1 Now suppose the current user belongs to Organization 1, which owns ...
3
votes
2answers
284 views

Intercepting ASP NET MVC POST Values

A recent MVC3 project of mine has been hacked by my lecturer and he won't tell me exactly how he did it until he makes a presentation to the class in a few weeks. I however cannot wait this long. My ...
4
votes
4answers
262 views

PHP htmlentities not enough to stop hackers injecting html from form

I have a form with a text box that posts data to a php file that uses the function "htmlentities" to make it safe to email to the website owner. The problem is that someone managed to get a hyperlink ...
2
votes
2answers
179 views

Using a PHP multidimensional array as a database

I'm building a private CMS for my own use and am at the point where I will start building out the username and password storing features. I am considering the possibility of storing all admin ...
0
votes
3answers
107 views

Hacker got into my site

A site I made recently got hacked and defaced. They got into a self-made CMS for administering the website. They were able to retreive my username and the hashed version of the password and posted it ...
1
vote
1answer
72 views

How to encrypt my web application on a Linux server

My company wants to make private deployment for our web application on a LAN network for a client. I want them to have access to the database since it is all their data, but I do not want them to have ...
1
vote
1answer
75 views

Get file from GET request in a directory securely

I want to make an own static file view that returns the file defined in the GET request. The file must be in an extra directory. The URL must be like /e?s=NAME_OF_FILE. My problem is, hackers can use ...
0
votes
1answer
210 views

how to make a js/html/css based shopping cart that is secure [closed]

I am looking to create/use a js-based shopping cart that uses flat files for data storage. Now I have some concerns regarding the security of data. Specifically-- (1) The shopping cart will connect ...
0
votes
1answer
36 views

Why would someone scan for “/mstatic/sales/css/sales.css?v=6”?

Why would a random IP in China try to send a request for my web server at "/mstatic/sales/css/sales.css?v=6" ? What would they be scanning for ?
0
votes
2answers
65 views

If your site doesn't use cookies do you still need to worry about CSRF protection?

I have been reading up on CSRF/XSRF a bit and a lot of it seems to talk about cookies as they can be involved in logging the user back in automatically. So I was just wondering if your site doesn't ...
0
votes
0answers
61 views

Security risks of giving full access to a subdomain's content [closed]

There are many hosted/saas applications that give you full control over the content of your subdomain. So if the saas application is called example.com, when you signup you get full control of your ...
1
vote
1answer
71 views

Is there a way to stop Wordpress attempted hackers? [closed]

I have a wordpress installation that keeps locking out an attempted hack on the login page. My security plugin locks out the user and logs the IP. However, it's a dynamic IP and the hacker keeps ...
0
votes
0answers
138 views

pentesting java applet

Does anyone have an idea about how to pentest a java applet. I mean if there is a website that is written in php .. we try to pentest the site against sql injection, XSS and CSRF, but how can I ...
1
vote
1answer
60 views

Techniques to prevent non-genuine clients from interacting with a server [duplicate]

Possible Duplicate: How to ensure a .Net application is genuine? I can't seem to find any good articles on this. In a client/server environment, is there any way to ensure that the clients ...
2
votes
2answers
119 views

Is it possible for an application to have a security hole that a malware can exploit? [closed]

I'm currently doing a research on the different Android malwares and how they can affect an application. However, my research shows that Android malwares are distributed either via repackaged ...
0
votes
3answers
62 views

Need a way to identify a user if the user got incontact regarding they're account being hacked? [closed]

I am developing a PHP application which has user accounts, I have followed best practices for security (so have done my part) - but this will obviouslly not stop accounts from being hacked. This is ...
2
votes
2answers
157 views

key stretching VS key stengthening

To quote from this wiki article - An alternative approach, called key strengthening, extends the key with a random salt, but then (unlike in key stretching) securely deletes the salt. This ...
0
votes
0answers
351 views

My hotmail account is hacked, how can I recover it? [closed]

I am using for a long time Hotmail but it says "It looks like someone else might be using your account " and I guess it is hacked in some way. My account is also used for some span messaging to people ...
2
votes
7answers
836 views

MySql Database Hacked, NOT injections

Three weeks ago, I found a list of my website's users and info on Paste Bin giving away all privacy. I ran updates and protected against SQL Injections. I also added a pre-request to save the SQL in ...
1
vote
2answers
86 views

What should we do with a bad request?

In php, you know you process GET/POST requests, you must check them etc. What if a parameter is missing or bad? It supposed to be some kind of hack, its allright, but what to do then? Just die(); with ...
0
votes
0answers
103 views

C# Mysl Database connection and server download Protection

I have created an app that uses Mysql Connector to connect to a Database in which I perform queries of all kinds e.g. Insert, update select etc. This app also downloads files through FTP connection ...
-9
votes
1answer
103 views

I have a forum script that has unknown security vulnerability [closed]

I have a forum script that has unknown security vulnerability. How can I know the vulnerability and close it? Is there an site can scan my all my script files ?? Please answer me because my forums ...
2
votes
3answers
56 views

hash and log-in

As I design through some login forms, I began to wonder: if passwords are stored in hash, suppose that someone hacked into one website. And suppose that users of that website use exactly the same ...
0
votes
1answer
315 views

protecting a Zend Framework site from hacking [closed]

i posted this question on pro webmasters, the reason why am doing the same here is that i believe i as a developer have a responsibility in this too. so i would seek for advice from seniors where.So ...
1
vote
1answer
38 views

Can OpenSSL library be fixed against Voltage attack and are either SSL libs also?

I'm no expert I can't understand the theory in details but It is said here http://pronewb.com/how-to-crack-1024-bit-rsa-encryption-by-clusterfck that OpenSSL has a flaw. What kind of flaw is not ...
3
votes
3answers
155 views

In a javascript game is it possible to completely prohibit the user from tampering with the JavaScript?

I'm starting to put together an online game in which the majority of the game is written in javascript. It occurred to me from a security perspective that with tools like FireBug that the player of ...
0
votes
1answer
57 views

what are the most common vulnerability types in well designed code bases like Joomla or vBulletin? could they be fixed by sanitization?

I know that in poorly made codebases sql injection and javascript injection were big issues. In properly designed codebase these should be fixable by only accepting form data through a sanitization ...
2
votes
1answer
600 views

OpenX hacked, some questions

A client of mine has had his OpenX ad server hacked. I'm completely out of ideas. This is the issue, there are 4 ads in a vertical stack, the 3rd one is hijacked and replaced by a different ad, a ...
0
votes
1answer
302 views

Making personal data in MySQL Database hacker safe? [closed]

a heads up on my knowledge: I'm used to building relatively basic PHP apps with MySQL, besides that I don't have huge programming experience. I'm just starting to build a fairly simple web ...
1
vote
2answers
251 views

Can someone access my database from outside my server?

I was trying to "google hack" my site to see what happened (I recently read about it), I googled for site:www.x.com intitle:"index of" "server at" + db and found a .inc file in the three directory ...
2
votes
2answers
232 views

Is it unsafe to expose the user his own session ID?

I need to use a code in JavaScript to determine a user, I decided to use his session ID. Is it safe if I expose a user his session ID to himself? Can he use the ID to hack a website sessions or change ...
1
vote
3answers
131 views

Code to print the stack in C not working (security stuff, messing with stack)

I'm learning about security. Here is some sample code I've been given: #include <stdio.h> #include <string.h> char *j; /* use to dump the stack in function cat */ /* Strings to be ...
-3
votes
2answers
323 views

Hacking computer networks [closed]

I am looking for a book/website/blog etc. about hacking computer networks. I don't mean things like social engineering/SQL injection/exploiting server configuration, but hacks at protocol level, like ...
1
vote
1answer
63 views

Security issues in desktop app

I created a desktop app, which is sharing data from my live server. It know its not a good practice, but i just want to know that while user is using my app and connected to my server after ...
1
vote
1answer
216 views

How to solve “Could not establish trust relationship for the SSL/TLS secure channel” in a single call of a multithread app

I am writing a nettwork app, and I'm getting "Could not establish trust relationship for the SSL/TLS secure channel" exception. From the documents I've researched, I gathered that this can be solved ...
4
votes
2answers
921 views

what does it means &sa=U&ei?

I have a website, today looking at the log, I found some request to a page from my server with appended this variable &sa=U&ei. Could you tell me guys what &sa=U&e could mean? Could ...
4
votes
5answers
189 views

How are php files secured

I was wondering how php files are actually secured. How come one can not download a php file, even if the exact location is known? When I upload a php file to my webserver, lets say to ...

1 2 3 4