|
What is the best book to start learning ethical hacking ?
Started by Xinus on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I also found Hacking Exposed for the Certified Ethical Hacker (CEH) Certification....
For stack overflowing (used by many a hack), Smashing the Stack for Fun and Profit is the definitive guide for how this works, and how to protect against it.
|
|
By hacking I am not referring to an illegal activity (that is cracking).
Started by apostolis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Not exactly a forum, but Reddit's netsec.
That 2600 magazine is the best hacking forum there ever was.
|
|
Is Dynamic SQL more vulnerable to SQL Injection/hacking? If yes, how to prevent?
Started by LittleBoy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
To avoid this you may be able to do.
Manage to insert a custom query and thereby hack your system.
|
Ask your Facebook Friends
|
You've heard about all the hackers who got caught and then received a killer job offering.
But then again, you've probably heard about IT workers who sabotaged their systems after being fired. Some people also argue that hacking is much easier than securing...
Started by Unknown on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
In my country a senator recently proposed to put up a hacking the weaknesses and establish the....
Hacking thing or just a wanabe script kiddie.
Towards analysis would translate well into the analytical mind necessary for a good programmer .
|
|
Hi. my apologized right away if it is not really programming related question.
I have a (crazy?) idea of using cellphone voice channel as remote control channel for RC models/drones. in principle if it is doable, it should increase the range a lot. Data...
Started by aaa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The second method would require hacking the phone firmware.
This method with this method (used by OnStar, I believe) .
Little hacking of the phones themselves (just connecting to the audio signals).
|
|
Hi all, Please suggest ways and tips to prevent hacking in a site.I m using jquery at client side and jsp/servlets with apache server.I will be using credit card deduction through my site.Please suggest ways.
Started by sharma on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
TLS and SSL encrypt the segments of network....
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide security for communications over networks such as the Internet .
Implement TLS for your site.
|
|
I was always attracted to the world of kernel hacking and embedded systems.
Has anyone got good tutorials (+easily available hardware) on starting to mess with such stuff?
Something like kits for writing drivers etc, which come with good documentation...
Started by abyx on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Some things to be prepared for:
you'll.
For embedded Linux hacking, simple Linksys WRT54G router that you can buy everywhere out as a starting point for hacking on a low-cost platform.
|
|
Hi, i'm hacking some samba internals, and I want to log, what's written in read_file and write_file, exactly I want to get file name, directory, and how much bytes are written.
in struct files_struct, there is defined file name (char* fsp_name), and I...
Started by Yossarian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then your directory is from fsp_name to the pointer it returned the last time... .
Assuming that the char* fsp_name contains the full file (and not the relative name), could you use strpbrk () (man 3 strpbrk)? Loop searching for "/", until it returns NULL .
|
|
I know this is a broad area, but...
I'm looking at Writing Secure Code, Second Edition , but I was wondering what other good books were out there on the subjects of security, hacking, and computer forensics. A quick search turns up plenty, but I'm not...
Started by Thomas Owens on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
It has nothing to do with the technique or approach... .
White hat hacking is just hacking with permission granted by the victim.
Don't waste time looking for "white hat hacking" books - the good ones won't make that distinction Handbook.
|
|
I have started developing a webpage and recently hired someone to write code to display a customized feed (powered by API) in the middle panel on http://farmball.com/ . Note that this is not the RSS feed tied to the site blog . The feed ties to my account...
Started by Adam on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It was designed from....
Preventing reuse goes against the basic concept of RSS, which is to make it as easy as possible for anyone to do anything they want with it .
What can I do to prevent...'taking' the feed and displaying it on their own site?
Nothing .
|