Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: FAX a virus |
|---|---|
| Date: | Wed, 7 Mar 2007 13:28:18 +0530 |
Hi,
I don't think not freeing memory will cause any problem. When your program terminates, the OS will do the cleanup job automatically and all the memory used by the program will be freed. Its FUD nothing else.
Regards,
Hello,
Attached is a small piece of code designed to write memory without freeing that memory - a situation that will eventually cause a memory overrun and crash as I am not freeing the buffer.
int main(int argc, char **argv)
{ char * MemorytLeak = new char[32];
MemorytLeak [0] = 'B';
printf("%cn", MemorytLeak [0]);
}
You have recieved this as an email. It may be in text form or processed. I can however state that not a single person receiving this e-mail will resultantly have a system crash due to receiving this code. If I was to write it into a script and send the e-mail as HTML, I could still say the same.
Writing text in itself is not an attack. To make this into an attack, I have to do more than just sending it. Stating that it is possible to inject script is not a function of a fax or an OCR engine. I could categorically compile or otherwise run all code and script received a fax machine. I could meticulously ensure that no errors occurred and that the code was correct load it into some application that will run it and state that I have been attacked.
This however is not an attack through fax or OCR for that matter. In the above-mentioned situation the attack occurs not because I have received code, but rather as I have decided to run code or script on my system.
Regards,
Craig
PS
I reiterate, F.U.D.
-- (This e-mail was composed and sent completely using recycled electrons)
Shreyas Zare Co-Founder, Technitium eMail: shreyas@technitium.com
..::< The Technitium Team >::.. Visit us at www.technitium.com Contact us at theteam@technitium.com
Technitium Personal Computers We belive in quality. Visit http://pc.technitium.com for details.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Hacking Book / Information, Gerhard Rickert |
|---|---|
| Next by Date: | Re: Network Re-design, Isaac Perez |
| Previous by Thread: | RE: FAX a virus, Craig Wright |
| Next by Thread: | FAX a virus - Rhetorical and logical Fallacies, Craig Wright |
| Indexes: | [Date] [Thread] [Top] [All Lists] |