Tagged Questions
-2
votes
1answer
19 views
Prevent hacking. Need experts advice [closed]
What are all the possible ways to get my files unauthorized from my web server? For example, I have some PDF files in my server and someone downloaded the file and posted in many blogspots. And I am ...
0
votes
3answers
119 views
How am I being hacked? [closed]
I have the following code in a file which, when variable $action equals a certain value, a message is added to the database and then an email is sent to the user advising them of the message. Simple.
...
-2
votes
2answers
92 views
PHP injection. Explanation needed [closed]
I am trying to learn how to hack, and I was given a task based around php. I know that this code is the vulnerable part, but I don't know how to actually exploit it.
<form action="#" ...
-6
votes
1answer
71 views
Please help me my site has been hacked [closed]
My issue is, this is my site and i think this is hacked.
From last some days its speed is so slow then i am trying to find the
solution why it is so slow then i found some thing.
check this link ...
-2
votes
0answers
64 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 /* ...
4
votes
2answers
189 views
A malicious js is auto injecting into my header.php files and many other js files? [closed]
Currently I am facing a hell like situation, four of my client websites were hacked before 10 days. I messed up a lot with them and three of them are working fine(running magento) after my long mess ...
-1
votes
1answer
77 views
Website Hacked, or domain stolen, I don't know. What is this? [closed]
I run a website that offers Free Website Templates, I have issued a few DMCA copyright claim notices lately to website I have found to be violating my terms of service. Well, today I visted my site ...
-1
votes
2answers
61 views
how to rename the joomla administrator folder
I want to rename the joomla administrator folder to other name to prevent the hacking from identifying the site is built of joomla . But i have tried this way.
in it, they are using cookies . Is it ...
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
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 ...
1
vote
0answers
419 views
possible hack attempt on php site [closed]
I have a PHP site with a standard registration page. I have noticed some strange entries in my apache access log. In a nutshell...
a GET request is made to mysite.com/register.php
a POST request ...
0
votes
0answers
110 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 ...
0
votes
0answers
45 views
what are the different types of hackings from which a networking site needs to be protected [closed]
I am just a starter
I am working on a networking site but i have no knowledge about the possible hackings which can effect any website
I am really confuesed what particular types are to ...
-1
votes
1answer
65 views
Strange URLs on some php pages now a suffix a hash tag: #.UQglor99KSo [closed]
For a couple of days, I have noticed that certain URLS on my website have gone from being called:
website.com/pagename.php
to
website.com/pagename.php#.UQglor99KSo
It is each time the exact same ...
-5
votes
1answer
100 views
Detecting vulnerabilities for SQL injection [closed]
I read about SQL injections and the classic methods to do them. I have also come across some tools like Burp-suite. However, the material seems quite outdated. Can you provide me some pointers on good ...
0
votes
0answers
142 views
Client wordpress website hacked. Can anyone tell me what this does? [closed]
It's a wordpress site and I found this on the index.php file:
<?php
$_ = strrev('tressa');
...
4
votes
4answers
257 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 ...
1
vote
2answers
62 views
_SERVER value is not equal to what its reporting - STRANGE
So there is this dedicated proxy server (rtrk.com) that has a subdomain proxy set up for one of the sites that I'm responsible for.
The following example is how it works
Original site: example.com
...
-1
votes
2answers
110 views
Is my php website safe? [closed]
I am busy building a custom CMS with a lot of features which include API's (so accessing other websites).
For safety measures I protected all Mysql inputs with mysql_real_escape_string, strip_tags ...
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 ...
-4
votes
2answers
145 views
Protecting my php script/mysql query from SQL injection? [duplicate]
Possible Duplicate:
Best way to prevent SQL injection?
I just realized that the php script I use to pull mySQL data and display it on website is extremely vulnerable to SQL injection ...
0
votes
0answers
100 views
What is this hack trying to do and how do I stop it? [closed]
So, I opened up my domain working directory and noticed a few files I didn't recognize. They were php scripts and the code was fairly obfuscated. In addition, The following was placed into my ...
0
votes
1answer
52 views
Minimise chances/impact of hack on shared host with cPanel
I've uploaded my website to a shared host, all of which is managed by cPanel. I'm using PHP & MySQL behind the site itself. I'm fairly comfortable with the measures I've taken with PHP & MySQL ...
0
votes
2answers
34 views
PHP Array Element Not Getting Put In String (Error)
The following code doesn't work as I expected...
curl_setopt($ch, CURLOPT_POSTFIELDS, "password="+$alphas[$x]+"&submit=yes");
The $alphas[$x] part doesn't seem to work by putting the letter in ...
0
votes
0answers
162 views
Site is being re-hacked! How to show list of files being run (Apache)? [closed]
I have Apache installed on my big dedicated Windows server.
I have a Joomla 2.5 site that keeps being re-hacked. I have restored the site (to a point long before it was hacked) and updated ...
0
votes
4answers
261 views
How to pass input to a web page using a automated script
How to pass input to a php web page using a automated script ,i.e. i just want to know how pass arguments to text fields using a script. like passing input to username and password field of a web page ...
4
votes
2answers
149 views
“Use PDO” in MySQL Table. Is this a hack?
OK, it may sound ridiculous but this is what happened :
I've set up a site, fully working, on CodeIgniter
The site is obviously db-driven, with users tables (and many more) in it
Today, I've logged ...
0
votes
1answer
97 views
How to detect unusual queries (injection suspicious) before runing it?
Some hackers have access to my database and i am going to find the bug; i have not access to server logs.
I made this code for saving suspicious queries on a text file :
function query($query) {
...
0
votes
0answers
145 views
How can the hackers access my database? [closed]
I have a gaming website that i have programmed with php/mysql , recently some hackers had access to my db and edit every thing they want , how can i know which bug they use? i want to fix but i ...
0
votes
1answer
225 views
index.php file was damaged. did someone hacked me [closed]
Yesterday, I visited my website as a normal visitor and everything was fine, but today when I tried to do, I got this message: "Access Denied.". So I checked it via FTP and found the index.php file ...
0
votes
2answers
305 views
Unable to decode this hacking code [closed]
Today my sites were hacked and here is one of php scripts I found : https://docs.google.com/open?id=0B7aEugGV1GwTNnd2c2Fqei1vakE .
I changed eval to print in this code but I'm not able to decode the ...
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 ...
0
votes
1answer
145 views
wordpress wp-admin redirects to another domain name
Our wordpress site was recently hacked - there's still something left over though and I can't find out how it's happening.
http://www.whatgoesaroundstore.co.uk/wp-admin/ is ok
...
-4
votes
1answer
211 views
My php script hacked again and again? [closed]
I did a php script my self for a digital shop store but a hacker is hacking it again and again. He is copying some php and javascript files to my host. He is also editing my index files by placing ...
-1
votes
2answers
83 views
Could a malicious Wordpress plugin steal privileged information? [closed]
I thought to myself, what is preventing from people to hack Wordpress?
I mean, you can easily include the config file in a plugin and get the db settings and steal the admin username and password. And ...
2
votes
2answers
2k views
How can I fix the #c3284d# malvertising hack on my website?
For the past couple of weeks at semi regular intervals, this website has had the #c3284d# malware code inserted into some of its .php files. Also the .htaccess file had its equivelant code inserted. I ...
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 ...
1
vote
2answers
141 views
Whether error_reporting(0) in php prevent hacking
Whether using error_reporting(0) in php script will prevent hacking using SQLi or XSS by not reporting error?
0
votes
2answers
200 views
Prevent user from editing checkbox value with something like FireBug?
I have an admin page that lists a bunch of records and each record has a checkbox next to it to set it to an "active" status. Each checkbox has a value on it that is tied to the ID of the record in ...
-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 ...
0
votes
0answers
148 views
MySQL escape string for field name
There is a problem in "mysql_escape_string"&"mysql_real_escape_string", that they don't escape the ` character.
I'll present the way I solved this problem. besides, it's solution to my another ...
6
votes
4answers
848 views
how to secure my website
I know securing any website is a very tough and broad topic to be discussed upon but i want to relate this question to my specific website which i've been working on. It was coded in php by some other ...
3
votes
1answer
399 views
How can I make Remember Me more secured
I'm trying to do "Remember Me" on my website and have added the code below to my login script.
The password is run through sha1() function and the username was trimmed and run through ...
0
votes
1answer
301 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
...
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 ...
0
votes
5answers
535 views
WordPress Website Comprimised Hack
A WordPress website we are running for a client has been comprimised and are trying to establish how they may have got in. It seems they have injected code into EVERY WP core file, all theme files and ...
0
votes
2answers
888 views
What is this mystery code that was hacked onto my site? [duplicate]
Possible Duplicate:
eval base64_decode php virus
A few days ago I noticed that none of my mail scripts were working anymore. I inquired with the hosting provider and they informed me that ...
0
votes
5answers
328 views
What is this script doing (found in Wordpress uploads folder)
I have found this script scattered around my Wordpress uploads folder on my shared host. I don't know how it got there, I have always been using the latest versions of Wordpress and all my plugins.
...
2
votes
2answers
1k views
Decoding a weird and possibly malicious PHP code
I am seeing this following code on some of my sites:
preg_replace("/lWkTSJcPlD6Ty3nInmjgvJ=vcL/e", ...


