Question: 1
Choose one of the following pseudo codes to describe this statement:
"If we have written 200 characters to the buffer variable, the stack should stop because it cannot hold any more data."
Question: 2
What will the following command produce on a website's login page if executed successfully? SELECT email, passwd, login_id, full_name FROM members WHERE email = 'someone@somewhere.com'; DROP TABLE members; --'
Question: 3
What is the outcome of the comm''nc -l -p 2222 | nc 10.1.0.43 1234"?
Question: 4
What is the main difference between a ''Normal'' SQL Injection and a ''Blind'' SQL Injection vulnerability?
Question: 5
What does the term ''Ethical Hacking'' mean?