Activities to break into computer(s) or technology systems without authorized access and making them do things they were not originally designed to do.
1
vote
3answers
57 views
Can XSS be executed on server?
Hi an XSS attack is treated as an attack from the client's machine. But is there any way to make an XSS attack over the server ?
I want to know is there any way to execute a code on the server using ...
-2
votes
0answers
19 views
I can Access my Modem from Internet [closed]
I recently found that I can access my modem from internet from my IP and using default user name and password for modem.
I need to Know that if one can access my modem from internet how he can access ...
-4
votes
0answers
24 views
Someone has hacked into my account and made a new profile [closed]
I think my account has been hacked. A new 'Krista Mountford' account has been opened, and tried to add all of my friends, but I didn't make the account!
My account name in the URL ends with ...
-4
votes
0answers
21 views
Private medical data breach by hackers [closed]
I want to do an academic study about medical data breaches by hacker.
I would like to find if there are patient data retrieved by hacking from medical institutions and available online.
I would also ...
-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 ...
15
votes
7answers
1k views
Are secret URLs truly secure?
I never leave backdoors in my system, but out of curiosity I was wondering if I left a secret URL like /x52d23r that allowed to bypass some sort of security, and this was only for my personal ...
-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
1answer
88 views
Buffer Overflow esp offset
I'm a computer engineering student who is studying how stack buffer overflows work. The book I'm reading is The Art of Exploitation (1st edition) by Jon Erickson.
In order to practice what I'm ...
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 ...
7
votes
5answers
5k views
readelf-like tool for Mac OS X?
Is there a tool for reading Mac OS X binaries that would print information about relocation tables and symbol offsets similar to this readelf output?
readelf -r app
Relocation section '.rel.dyn' at ...
3
votes
4answers
567 views
What is a “dump” (both software-wise and hardware-wise)
"Dump". This is one of the most cliche words I've heard among hardcore programmers and hackers, and yet, I never know what it means. I found it almost everywhere that center around low-level software ...
0
votes
0answers
38 views
Troubles overriding BP and return adress while exploiting program through buffer overflow
I'm following this exploit tutorial http://www.youtube.com/playlist?list=PL96AB65DFCE02EE3E, which teaches you to exploit applications by injecting assembly code in user input and overriding return ...
0
votes
1answer
26 views
What are the dangers of a hacked Apache Tomcat server?
If a Tomcat7 (on Ubuntu 12.x) gets hacked (caused by weak username/password) what is the hacker able to do? Of course he can deploy .war archives.
But:
Can he get access on the complete file system?
...
9
votes
1answer
168 views
Java/Tomcat hacked [closed]
I have had a few files show up on my tomcat server lately that are obviously hacker attempts. I support an older application that uses struts and ibatis along with various other fameworks. Three files ...
1
vote
0answers
21 views
Detect Google Product attributes
The Google product attributes, such as type, condition and availability etc. are essential for the Google Product Search. You can submit them by using a data feed.
I'm looking for a method, to detect ...
-6
votes
0answers
37 views
ETHICAL Hacking : Cookie Theft [closed]
I logged into one application in one browser copied all its cookies and then i opened another browser set all the cookie and hit the application URL, ideally i should be recognized ? if not what ...
0
votes
0answers
47 views
OllyDbg: MessageBoxA causes access violation
I am trying to inject code for the first time and basically everything works so far.. but the problem is, that after I run the program and it calls method MessageBoxA() an access violation occurs.
...
0
votes
2answers
54 views
Wordpress brute attack , how to fix
i have bin reading about this brute attack on wordpress site ( for example here http://blog.cloudflare.com/patching-the-internet-fixing-the-wordpress-br ) i have bin google-ing it for a while but ...
-2
votes
1answer
41 views
Catch hacker in action [closed]
I have caught a hacker after looking through my site's FTP logs - it looks as if they have gleaned a list of passwords for several of my sites and are now connecting on a daily basis to upload spammy ...
0
votes
3answers
120 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.
...
1
vote
1answer
417 views
How does DLL injection work with games if memory addresses change every time you start the game?
Ok, I'm pretty much an amateur when it comes to memory hacking/memory management (whatever you want to call it) but I followed a simple tutorial on writing a DLL. I used Cheat Engine to find a certain ...
-2
votes
2answers
95 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="#" ...
-2
votes
0answers
166 views
How can I add the __import__ function back into __builtins__? [closed]
I need to use __import__ through a call to eval, but __import__ and reload have both been deleted from __builtins__. Is there any way to add __import__ back in?
edit: I'm not writing the script I ...
0
votes
1answer
93 views
Replacing a function in a decompiled DLL
I have decompiled a dll and I want to replace a call to a function in the DLL with call a custom function created by me (with the same signature) instead.
I have managed to find where the function ...
-6
votes
1answer
72 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
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 /* ...
4
votes
2answers
212 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 ...
0
votes
1answer
55 views
CHALLENGE: Get b without calling `test`
I am currently thinking about implementing a virtual machine inside of node.js that wraps up other apps. For that I am going to override some basics but there is one point I am not sure of. My ...
0
votes
0answers
12 views
File Bzxcd.php randomly appeared on my hosting
Could anyone shine any light onto how a PHP file appeared on my hosting account? File was named bzxcd.php. I stupidly deleted it before looking at the contents of the file but the referer suggests it ...
-1
votes
1answer
79 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
63 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 ...
9
votes
1answer
240 views
Injecting a Frame Buffer
I've been "hacking" one of my favorite games from when I was younger, and I've managed to be able to intercept OpenGL calls and inject c++ code using an opengl32.dll wrapper. I've been able to come up ...
0
votes
1answer
89 views
How to monitor which files are writting code to others?
It appears there is a new exploit/hack going around where a Wordpress plugin is writing a .js file before every closing </head> tags in every Wordpress installation's .php files on my server. ...
1
vote
5answers
1k views
tips to make my website (php) hack proof [duplicate]
Possible Duplicates:
What security issues should I look out for in PHP
What should a developer know before building a public web site?
The project i was working on is nearly complete and ...
0
votes
1answer
549 views
What linux distribution for programming and hacking? [closed]
can some one tell me what linux distribution is better. Linux mint or Kali linux?
0
votes
1answer
106 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 ...
0
votes
0answers
44 views
how to fetch blackberry browser history programmatically
I need to fetch the blackberry browser history to show it in my app,in blackberry developer blog they said its not possible as there is no API available.
I would like to know if there is any hack or ...
-2
votes
1answer
55 views
What are unique information avaiable in computer [closed]
In general every one know unique items is MAC (Physical Address), but i saw some software which change computer physical address.
Our products are used by N number of customers, now i want to know ...
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 ...
2
votes
6answers
3k views
Is it possible to hack with javascript?
I'm familiar with the term hacking. Although i never will become one of those hackers who scam people or make trouble, i believe it's an essential aspect any person who calls themselves a programmer ...
1
vote
0answers
32 views
Hacking to make ReflectionFactory work (Repackaging)
I know that GAE is a very restrictive platform; and it restricts access to classes like the sun.reflect.ReflectionFactory
However, many library rely on these packages but is not allowed in the GAE ...
2
votes
1answer
56 views
My .htaccess is changed over and over and over
I hope you can help me, I have a website and constantly the .htaccess file is hacked to redirect to another page, every time I delete that file, when I check the file after 5 minutes, again the file ...
0
votes
0answers
40 views
How to use same XMLHttpRequest(same origin) in the saved page in hard disk?
How to use same XMLHttpRequest(same origin) in the saved page in hard disk?
Are XMLHttpRequests active when we load a page into the browser or those are just active in real connections?
Are ...
1
vote
1answer
136 views
Test only password on rar archive
I'm trying to do a bruteforce attack on a rar archive and I need the password-check to be as fast as possible. I call rarlab's "unrar" command line utility from my program in this way:
unrar t ...
1
vote
1answer
294 views
Website code changed to include g00glestatic.com javascript [closed]
I just found out that a page on my site had been changed, lots of code had been removed and this was added:
<!--9c282e--><script type="text/javascript" ...
-1
votes
1answer
42 views
Linux “forensics” questions [closed]
I'm a linux noob and have an assignment I'm a bit stumped on... We're given VirtualBox (vdi) images and raw files for the state of a linux server at 3 different dates.
We're supposed to answer:
...
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
108 views
Xcode ios, checksum you binary at runtime
I'm trying to add a bit security to my app. I have a server that the app connects to and I am thinking of sending a checksum of the binary when making a connection. If the checksum does not match with ...










