Author Archives: kartook

Twitter Phishing Attacks Asks, 'This You????'

The wave of phishing attacks against Twitter users continues to catch unwary surfers. The latest attack seen spreading across the microblogging network asks a very simple question: This you???? followed by a shortened link pointing to a bogus Web page that is posing as the Twitter login screen. Watch this Youtube httpvhd://www.youtube.com/watch?v=yFVqfgnZV6M

Cisco : How to Check an AAA-Server Authentication on Cisco ASA/PIX/FWSM

How to Check an AAA-Server Authentication on Cisco ASA/PIX/FWSM CISCO-ASA-LAB# CISCO-ASA-LAB# test aaa-sever ? test aaa-server [authentication|authorization] [host |] username password For example: CISCO-ASA-LAB# test aaa-server authentication TACGroup username kartook password cisco12366 if authentication is successful (output mentioned below) INFO: Authentication Successful if authentication fails (output mentioned below) ERROR: Authentication Rejected: Unspecified

FreeBSD : How do I install perl on FreeBSD ?

How do I install perl on FreeBSD operating system? Practical Extraction and Report Language or Perl can be installed using FreeBSD ports or binary package system. Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for […]

Ubuntu :Disabling splash screen?

The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below. Run gedit in sudo   mode and edit the file /etc/default/grub sudo gedit /etc/default/grub Locate the line that shows the following GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” Remove quiet and splash GRUB_CMDLINE_LINUX_DEFAULT=”” Then […]