Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gh0st

Pages: [1] 2 3 ... 26
1
Web Oriented Coding / Re: [Request] Basic Login Page
« on: October 31, 2013, 04:51:23 am »
im new to this stuff are u working with mysql?

2
Web Oriented Coding / Re: what im doing wrong?
« on: October 27, 2013, 06:47:55 am »

 thanks mate

3
Web Oriented Coding / what im doing wrong?
« on: October 27, 2013, 05:52:00 am »
Code: (php) [Select]
<html>
  <head>
    <title>Override!</title>
  </head>
  <body>
    <p>
      <?php
        
class Vehicle {
          public function 
honk() {
            return 
"HONK HONK!";
          }
        }
        
// Add your code below!
        
class Bicycle extends Vehicle{
            public function 
honk(){
                return 
"Beep beep!";
            }
        }
        
        
$bicycle = new Bicycle();
        
$bicycle -> honk();
        
      
?>

    </p>
  </body>
</html>


i need to get an echo of something but the error keeps saying me that I just print : " ....... lol help  :'(

http://www.codecademy.com/courses/web-beginner-en-bH5s3/0/4?curriculum_id=5124ef4c78d510dd89003eb8

Staff note: Please use the code tags in the future. I have added them this time.

4
Hacking and Security / Re: starting a secure OS from 0
« on: October 25, 2013, 08:49:59 pm »
but VPNs dont give me security in public wifis?

5
Hacking and Security / starting a secure OS from 0
« on: October 25, 2013, 08:37:11 pm »
so im planning to buy bitdefender and get a VPN is that enough? i share internet with my father and his computer is damn infected i bet I also plan to buy a new operative system I wish to have 2 OS 1 where i can work and the other that I can play videogames and stuff.
so is my plan good? or since I have dual booting 1 OS malware can infect the other? btw the AV has encryption option so Im planning to apply it on the secure OS also Im getting win7 64bits.
i do all this because Im planning to do some online banking stuff its my first time so
http://www.bitdefender.com/solutions/total-security.html
i heard that it was the best AV round there
Im also kinda new with VPNs never used 1 before

does encryption from the AV also aids me to prevent my main log to the US get hacked?

6
Hacking and Security / Re: what is code execution?
« on: July 06, 2013, 05:27:19 am »
I'd try to help if you knew at least what you meant. Correct me if I'm wrong, but code execution could mean anything.
LOL I said that is not SQL I tho u guys know it here in google vulnerability reward program says that the maximum prize is a remote code execution vulnerability but I guess that it is now :D

7
Pretty sure 99% of them are script kiddies, random scanners and other totally boring shit, define "attacked"
I ran port 22 a while and if you watch the logs youll see a lot of strange stuff coming by.
who do you think have the coolest job where they defend something big and they face real blackhats? maybe the US army ? :P

8
I just wonder how is the life of the workers from big banks are they attacked dialy do you think is awesome to work there? Is kinda hard to find those historys :D

9
for example a bank a network administrator how many attacks recive? is it like dialy ? or just never?  :P

10
Hacking and Security / Re: how secure is your computer?
« on: July 02, 2013, 03:12:33 pm »
Q: Best way to know your computer is secured?
A: Do not use Windows.
:( Linux is so hard and most of my games don't run there

11
Hacking and Security / how secure is your computer?
« on: July 02, 2013, 12:34:53 pm »
first download this :
http://www.belarc.com/free_download.html
then once its completed click on "security benchmark score"
 :D looks cool

12
Mobile Hacking / watchdogs app like profiler
« on: July 02, 2013, 10:29:38 am »

13
Hacking and Security / Re: what is code execution?
« on: July 02, 2013, 10:13:58 am »
Strange, you have the word hacker in your profile, but you can't dig for information yourself?

http://en.wikipedia.org/wiki/Arbitrary_code_execution


okay but google accounts is a database right? how do I inject a packet cause as I said earlier is not a URL injection like SQL inection stuff do I port scan it? what I think is that I will need to reverse engieener google account authn. code and try to get something from it but does google account uses that code?

14
Hacking and Security / Re: what is code execution?
« on: July 02, 2013, 09:12:12 am »
btw is not SQL nor XSS :D what is this about sending network packets with malware? is that it? for example in a case like google accounts database how should I start?

15
Hacking and Security / what is code execution?
« on: June 24, 2013, 08:46:39 am »
anysite containing good info about it?

Pages: [1] 2 3 ... 26