I have been wondering how secure a codeigniter setup is. Because information like db passwords etc is stored in config files in the main application folder could this be retrievable by hackers? I know you can move the application folder to a location away from the web root but is it still safe if you don't? Also, even if you did move it ...
We have planned to develop social network.And we are searching for server scripting language which is fast and secure.How to optimise a language and bring security to a language.Is there any framework available for security or any language .
...
This maybe is a very simple question, but i did not have any resources for hack. I searched google and there was nothing to help me out. I need to know some basic information about hacking. Questions in my mind are like these:
What is hack?
What can be done with hacking?
what should we know (about stuff like
OS, etc.) bef...
I'm trying to write a ROM file patcher and I came to this in the documentation:
The next three bytes are the place in the destination file
(the file to be patched) where a change is to be made.
The two bytes following that are the length of the amount
of data to be changed.
How would I turn those three and two bytes into a single num...
How is it possible to tap a cell phone or a prepaid number?
If i know someone's number, can i do something to tap his conversations??
I just want to know as some friend said that he has done this to my phone. he has never even seen my cell phone. Is it possible?
...
Soo, what is this? I haven't really experienced too much as far as "hacking" goes. I've dealt and solved most problems with PHP applications and I understand about 70% of this code.
but here is what I found, a Web Shell.. by Boff?
http://pastebin.com/kZeGHAHC
...
My website is aacessing a file resides on C: where my site is deployed. Server machine is windows machine.
Tell me how can i access that file from another machine through URL.
I need it to test it against my site. So no one else can access it.
I have forgotten the name of this sort of hacking.
...
Many unwanted users are creating fake accounts on our website for pester us.
What can we do?
...
I need to fix a third-party component. This component's class has private variable which is actively used by its descendants:
TThirdPartyComponentBase = class
private
FSomeVar: Integer;
public
...
end;
TThirdPartyComponent = class (TThirdPartyComponentBase)
protected
procedure Foo; virtual;
end;
procedure TThirdPartyComponent.F...