Activities to break into computer(s) or technology systems without authorized access and making them do things they were not originally designed to do.
-2
votes
0answers
18 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 ...
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 ...
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 ...
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
46 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.
...
-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.
...
-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
211 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 ...
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 ...
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. ...
0
votes
1answer
545 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
87 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
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
116 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 ...
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 ...
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 ...
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
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 ...
1
vote
1answer
135 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
3answers
99 views
how to prevent vulnerability scanning
I have a web site that reports about each non-expected server side error on my email.
Quite often (once each 1-2 weeks) somebody launches automated tools that bombard the web site with a ton of ...
-1
votes
1answer
65 views
iphone network connections [closed]
iPhone was connected to wifi yet these strange connections were using cellular/mobile network.
is this something normal?
for a better view goto https://discussions.apple.com/message/21523506#21523506
...
-3
votes
1answer
171 views
“Hack” in to localhost root directory from a VM web app
I have apache VM web app running locally. It's red hat.
It's PHP based but the main page is index.html. I am able to to into sub-directories for images and such, I wanted to know if it is possible ...
1
vote
3answers
256 views
Hack UDID of iPad or iPhone
Can we assure that no one can change the device UDID by hacking the OS of an iPhone or iPad. Because we are using that UDID for authentication of our users. We want to know that hackers wont able to ...
11
votes
2answers
120 views
Buffer overflow appeared before it is expected
I am trying to take a control over a stack overflow. First here is an example of C code I compile on an x32 VM Linux (gcc -fno-stack-protector -ggdb -o first first.c)
#include "stdio.h"
int ...
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 ...
1
vote
1answer
59 views
Changing UITableViewCell when selected
In my app I have a UITableView and I have two different custom UITableViewCells. The UITableView is initially loaded with one kind of custom UITableViewCell. When one of the cells is selected in my ...
1
vote
1answer
126 views
Regarding TCP SYN flood: Why is half-open connections worse than established connections?
I asked this at /r/hacking at reddit and got no repsonse.
To clarify: THIS IS NOT ASKED FOR HACKING PURPOSES. I am studying computer science and I am just curious.
So..
When the host A sends a TCP ...
0
votes
1answer
96 views
Why Google add a notice “this site may be compromised”
This morning, a lot of my website where tagged "this site may be compromised" by Google in it's result. Sites that are under my supervision on my own VPS server. I'ved run a deep scan on it and ...
