Tagged Questions
The anti-hacking tag has no wiki summary.
8
votes
6answers
2k views
Can a client view server-side PHP source code?
I'm developing a PHP application that has to respond to request from several clients, and I thinks "Can any of the clients see the PHP code that I'm writing?".
4
votes
2answers
70 views
Best approach to handle attempting to hack a website
A little background. I run the website for a non-profit organization. I ran a link checker on the site after I noticed a dead link, and found a couple more. So, I implemented a custom 404 page to log ...
3
votes
4answers
265 views
ASP.NET - Hacking the yellow screen of death
In some of my books that I've read, it is stated that it is good to hide yellow screens of death (obviously), but not only for the reason in that it is quite informal to users, but also because ...
3
votes
4answers
384 views
Is the ASP.NET cryptographic vulnerability work around a BIG LIE?
This question is somewhat of a follow up to How serious is this new ASP.NET security vulnerability and how can I workaround it? So if my question seems to be broken read over this question and its ...
2
votes
4answers
127 views
Hacking and different environments [closed]
For a long time, I've wanted to become a security expert. In fact, I've always wanted to know everything there is to know about computers in general.
So I did some reading on viruses and the different ...
1
vote
1answer
84 views
C# or C/C++ How to receive packets from client, filter & redirect them to server, receive from server & send to client
My question is said in one phrase, 'how can you redirect packets from a client to another process, receive packets from that process and send a response back to the original client'. If my question is ...
1
vote
1answer
46 views
I want to create an advocacy website and not get hacked [closed]
I want to create an advocacy website on a controversial topic, like gay marriage. I know that to the degree it's successful, it will be targeted by people and groups with effectively unlimited ...
1
vote
1answer
123 views
Javascript injection by ISP
This page claims that a Tunisian ISP was injecting javascript into the source code of Facebook pages:
http://www.r00ted.com/doku.php?id=injection_tunisie
function h6h(st){var ...
1
vote
3answers
113 views
Code to search for a specific code any file in a directory and sub directory
Ok I am pretty new to php but I know it can read directorys and files.
I have been struggling with malware problem on one of our sites and I need to write a script to search for it on my host space.
...
1
vote
4answers
73 views
Hackproofing the site?
I don't know how to make my site hackproof at all. I have inputs where people can enter information that get published on the site. What should I filter and how?
Should i not allow script tags? ...
1
vote
1answer
201 views
Is an ASP.NET MVC 3 Controller's Edit Action vulnerable to hacking the primary key?
This post ASP.NET MVC UpdateModel vulnerable to hacking? asked the same question, but none of the answers specifically addressed hacking of the primary key.
Given code like this in a Controller:
...
1
vote
1answer
82 views
Paying users only if they download and payed from the market. How?
Suppuse that with my app, users are payed (with true money, don't care 'how', in this question) when they conquer prefixed goals.
Obviously i want to pay them only if the app is not hacked!! Matching, ...
0
votes
0answers
6 views
unknown process appears on cports listing
I'm using an application named CPorts that lists all ports that are bound by any process on my computer. When looking for a program, I noticed that an "Unknown" process had bound several ports.
I ...
0
votes
1answer
26 views
XSS Validation, Prevention or Cure?
I am having hands on trying to make a hack-proof website and learning about XSS. So the process is
A: Get User Input -> B: Store It -> C: Show It Again To client
I am using Microsoft AntiXSS library ...
0
votes
1answer
22 views
Analyzing possible wordpress hacking
Happy New Year. I have just been checking the yearly stats for a blog I manage, and there is one post from 2008 that is getting a LOT of view, which doesn't make any sense as the info in it is ...
0
votes
1answer
53 views
Hacking : how to remove a redirection to a fake antivirus page? [closed]
When your website was hacked and its main URL redirects to this damned fake antivirus :
[link removed]
.. what do you do ??
0
votes
0answers
30 views
Hacking, and links exchange networks [closed]
Hi guys
1)How vulnerable is my site to hacking? on a scale of 1-10 , 1 being lowest.
http://www.floorsandchores.net
2)Can anyone recommend reliable link exchange sites
0
votes
0answers
96 views
What to do after being hacked [closed]
I've come across SQL injection vulnerabilities on my companies ecommerce page. It was fairly pooprly put together. I believe I have prevented future attempts however we are getting calls about ...
0
votes
1answer
165 views
Android Security & Hacking
I am from Europe and I am writing a report about Android Security and regarding this point I have several questions.
Thank you to help me to better understand.
Q1 : how an operator can control ...
0
votes
1answer
48 views
How to Check for Shared Accounts
We have an application that includes a voting component.
To try and minimise voter fraud we allow N number of votes from the same IP address within a specific period. If this limit is hit we ignore ...
0
votes
1answer
41 views
Possible strategies to increase the difficulty of effective bytehacking
I've been asked to patch a few minor flaws in a game of the unreal series. It uses the unrealscript language which produces bytecode in a similar way to Java.
One of the issues is that it's possible ...
0
votes
2answers
149 views
PHP session id problem
It it safe to use the built in session creator in PHP? My worry is that someone could hijack the token cookie on another persons machine, and set theirs to exactly the same, therefore tricking the ...