Moderators: phlip, Larson, Moderators General, Prelates
Yakk wrote:Computer Science is to Programming as Materials Physics is to Structural Engineering.
_Axle_ wrote:Don't rule out Social Engineering as well, for a way to compromise a system.
quantumnerd wrote:Well for testing my own private network, a social engineering attack would be... erm... of interest to my psychologist.
And when I said I want to learn the techniques, I'm actually really interested in the fundamental principles because I can generalize them to other things I do. EG: if I'm coding a game, I know that the same things that would make any computer a target would also make a dedicated server a target and adjust the code accordingly. Thanks for the articles, I'll be sure to research them to death- like Gordon Freeman.
Edit: if I were your twin, you'd like sci-fi games where everything glows menacingly out of sharp hulls. Do ya?
_Axle_ wrote:Don't rule out Social Engineering as well, for a way to compromise a system.
$ telnet google.com 80
GET / HTTP/1.1
Host: google.com
<?php
echo 'GET Variables: ';
print_r($_GET);
echo PHP_EOL . 'POST Data: ';
print_r($_POST);
echo PHP_EOL . 'COOKIES: ';
print_r($_COOKIE);
?>Users browsing this forum: No registered users and 3 guests