Jump to content

Corruption

Active Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Corruption

  1. Hi, this is just a question and i named it on a whim.

    Theoreticaly say i worked for a company.. wepwnnewbs and wepwnnewbs has a website being hosted on the server everybody is connected to on the network is there any way that the users could tell the site was being hosted on the server? if you pinged it it would just tell you that it was live..and it is (but it shouldnt show up if you pinged it..but this is in theory) im sure this is a stupid question and il have a dawning realisation tomorrow :D but i thought id ask

    oh and also if there is no way to find out, how hard would it be to write something that shows if a webserver is running on a target? (for penetration testing)

    Meny thanks hak5 peeps

    Corruption

  2. Thank you for all your help on this however im wondering what the difference is between what id be able to program in say C+ or Java than what id be able to do in python im still unsure of what python does :P and i know that sounds newbish but everybody has to start somewere (i've been on wikipedia..and its not great at giving examples)

    Cheers

    Corruption

  3. I was thinking of PHP lol and it does help :)

    if their all the same, then why people use different languages?

    and whats the difference between the languages..sorry i have googled and wikipedia'd but it doesnt give anything that in-dePTH

  4. well so far i've written like really really basic code like

    I.E

    #include <iostream>
    
    using namespace std;
    int main ()
    {
    int thisisanumber;
    
    
    cout <<"Enter a number: ";
    cin>> thisisanumber;
    cin.ignore ();
      cout<<"You entered:"<<thisisanumber<<"\n";
      cin.get();
    }

    Eventualy i would like to be writing useful programs that would solve any problems i come into lol such as "well i wonder what would happen if i created an X.Y.Z" (i like the whole open source community lol) but like i said im really new at this and still a bit confused..and it kind of bores me sitting reading what each function does it just seems like il never be able to program anything when what i do program is simple and i need to go over it to make sure its right

    Sorry for the MASSIVE amount of text

    :P

  5. Hi few questions on programming if somebody would take the time to awnsere :D (dont blame you if you avoid this post)

    Im just wondering how some of you started? im terrible at maths and im wondering if thats going to stop me from learning. Alot of it inolves some hardcore maths right? i've tried learning C and nothing ever happened with that :S

    Thanks

    Corruption

×
×
  • Create New...