Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

If you are School/College/University students, you may curious to hack the admin password in your college or school system. This post is going to help you to crack the any type of windows accounts passwords. Learn how to hack the windows admin password like a geek.


Requirements:
  • BackTrack Linux 4 or 5. Download it from http://backtrack-linux.org
  • Two Pen drives [if you are going to test in your own system, one pen drive is enough]
  • Xp Free Fast RainBow table [tables_xp_free_fast.zip]. Download it from here:http://ophcrack.sourceforge.net/tables.php
To find out which shared libraries a program requires, type

    ldd `which _program_`

    (make sure you use the back single quote `, not the apostrophe, ')

    The which command just gives the full path for a given _program_
    ldd lists library dependencies.
|
> also for sendmail users, note that by default sendmail is set up
    > to do an identd check on incoming connections. this really slows
    > things down when its always waiting for timeouts on sites which
    > dont run an identd server.

    Don't they get a simple `connection refused' ?
    I'd only expect a timeout on machines that are down.

    > there is a config option (forget exactly what at the moment) to
    > disable this silly overhead.

    % grep -i ident /etc/sendmail/config.m4
    define(`confTO_IDENT', 0s)
|

Shutdown for non-root users

Posted by ADMIN On 1:08 PM 0 comments
Allowing non-root users to shutdown a Linux box.

    1. As root create a group shutdown.
       #addgroup shutdown

    2. Put /sbin/shutdown into the group shutdown.
       #chown root.shutdown /sbin/shutdown

    3. Change accessrights to make /sbin/shutdown setuid and disallow
       other users from executing shutdown.
       #chmod 4754 /sbin/shutdown

    4. Make a link from /bin/shutdown to /sbin/shutdown
    #ln -s /sbin/shutdown  /bin/shutdown

    Now anyone belonging to the group shutdown can execute shutdown but I just will
    allow the person in control of the keyboard to be able to issue the shutdown
    command. You might prefer something else.

    For the following to work you need to have "shadow password" installed but I
    believe most have it.

    5. Edit the file login.defs. Near the end of this file locate the line
    #CONSOLE_GROUPS       floppy:audio:cdrom
    Remove the hashsign and add the group shutdown to this line and you get:
    CONSOLE_GROUPS        floppy:audio:cdrom:shutdown

    Thats it. Everyone logged in via the console will belong to these groups so
    you need not add anyone to them. I believe this is better than to just add
    users to the group shutdown.
|

Nameserver settings for ppp

Posted by ADMIN On 1:07 PM 0 comments
 > I was a little worried that it didn't ask for my nameservers but I
    > decieded to leave my setings in /etc/resolv.config and it seems to be
    > working.

    pppconfig checks /etc/resolv.conf.  If it exists and has nameservers it
    doesn't ask for new ones.
|

Google Translator

Search Box

Blog Archive

User Status

Free counters!

About Me

ADMIN
Pakistan
View my complete profile

Recent Posts

Recent Comments