Posts

Stegnography ( Steghide )

Image
= apt-get install steghide // installation command = steghide // help = steghide embed -cf image.jpg -ef file.txt = enter passphrase // for security = extract = steghide extract -sf image.jpg =enter password * STEGNOGRAPHY STEGHIDE *           Steganography is data hidden within data. Stegano+ graphy is an encryption technique that can be used along with cryptography as an extra-secure method in which to protect data. Steganography techniques can be applied to images, a video file or an audio file.           Steganography is the art of covered or hidden writing. The purpose of steganography is covert communication to hide a message from a third party. ... In ancient times, messages were hidden on the back of wax writing tables, written on the stomachs of rabbits, or tattooed on the scalp of slaves

How to Hibernate KALI LINUX

Image
= ADD Hibernate button from GNOME shell Extension

How to Add Shell Extension(eg .Battery Percentage) in KALI LINUX

Image
          When GNOME Shell (aka GNOME 3) dropped into the world of Linux, many criticized it for not being flexible enough. The new-look GNOME was seen as a step backward in productivity and efficiency. GNOME however had a few tricks up its sleeve to silence such naysayers. One such trick is GNOME Shell Extensions, which bring some much-needed configuration options to the GNOME 3 desktop environment. Offering everything from aesthetics to actual productivity, there’s a GNOME Shell Extension to fill whatever void you see in the latest version of GNOME.                   GNOME Shell Extensions to help make your desktop experience more efficient, productive, and enjoyable. Used with permission.

How to Install Filezilla FTP Client in KALI LINUX

Image
=apt-get install filezilla filezilla comman -y // for installation look in app drawer filezilla has been installed

How to Speed UP (bleachbit Tutorial) KALI LINUX

Image
=apt-get install bleachbit // installation command = bleachbit // run = select you want to clear file = clean

Honeypot ~Trap For Hackers

Image
            In computer terminology, a honeypot is a computer security mechanism set to detect, deflect, or, in some manner, counteract attempts at unauthorized use of information systems. = DOWNLOAD Pentbox from github. = Extract it & open in Terminal. = ./pentbox.rb = TCP port Scanner = 1. Fast auto Config // open 80 tcp port     2. Manual Config.

How to Genrate Wordlist For Password Hacking in KALI LINUX

Image
Wordlist :-           A word list is a set of words in an editable text format. You can view and modify a word list using a text editor or word processor. A compressed dictionary contains a set of words that has been compressed to reduce the amount of disk space and memory required to hold it. = crunch min max (charset) -o /path/wordlist.txt           One of the biggest and very comprehensive collection of 1,493,677,782 word for Password cracking list released for download. The wordlists are intended primarily for use with password crackers such as hashcat, John the Ripper and with password recovery utilities. ___________________________