Search:

Type: Posts; User: ahmedsheeraz; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,610

    .htaccess help !!!

    Hi,
    I read some tuts on .htaccess method then I try to implement on my redhat linux but when i give the command
    htpasswd -c .htpasswd nameofuser
    I got
    "invalid command" or...
  2. Replies
    8
    Views
    4,516

    thanx for the replies

    HI all
    I take the number as char and it helps me to some extent but it is not so accurate
    like
    char age[2];
    do
    {
    gotoxy(1,1);
    cout<<"Enter age: ";
    ...
  3. Replies
    8
    Views
    4,516

    checking inputs

    Hi all
    I am learning C++ and I want to restrict users to input only valid data.for example:
    int age;
    cout<<"Enter age: ";
    cin>>age;

    now it should be an integer but what if user...
  4. Replies
    14
    Views
    5,193

    difference b/w security and hacking

    I am seriously interested in security.I read a lot of tuts and all said that in order to learn security u should know how hackers break security.U should know most of the ways and then try to avoid...
  5. Replies
    14
    Views
    5,193

    using exploits

    Hi all
    I am just a newbie in security so I have one question for u all to answer.I know some hacking strategy like:
    1. portscan the site or server u want to hack (nmap is best)
    2. run...
  6. Replies
    7
    Views
    8,145

    thanx

    I got some ideas,thanx for giving me some time. :)
  7. Replies
    7
    Views
    8,145

    hacking through proxies but how???

    I read alot that hackers attack a server by using proxies but how proxies allow them to do this.I also use proxies but all I do with these proxies is hiding my IP.is there any way to use hacking...
Results 1 to 7 of 7