Saturday, November 14, 2020

How To Exploit Protected Zip File Passwords

How To Exploit Protected Zip File Passwords



katana is a framework written in python for making penetration testing, based on a simple and comprehensive structure for anyone to use, modify and share, the goal is to unify tools serve for professional when making a penetration test or simply as a routine tool, The current version is not completely stable, it's recommended to update every time that you will use it (ktf.update -f).



Download Link:






How To Protect Zip Files

How To Protect Zip Files



WinZip creates Zip files that abide by the specifications as published in the . ZIP Application Note. Encryption is applied to files that are being zipped. This encryption is added after compression and does not affect any other associated data. Data in a Zip file is encrypted byte-for-byte.




How To Display Images In Linux Terminal

How To Display Images In Linux Terminal



FIM is a utility used to display images or graphics on the Linux terminal. Most beginners never thought it was possible to display images (PNG, JPG, BMP…) on the consoleFIM, a scriptable and a highly customizable open source image viewer enables users who spend most of their time working on the terminal


Command:
sudo apt install fim




Encrypt And Decrypt Files

Encrypt And Decrypt Files



In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information
How to install WPScan - WordPress Security Scanner - Linux

How to install WPScan - WordPress Security Scanner - Linux



WPScan is an open source WordPress security scanner. You can use it to scan your WordPress website for known vulnerabilities within the WordPress core, as well as popular WordPress plugins and themes. WPScan uses the vulnerability database called wpvulndb.com to check the target for known vulnerabilities

Command: 
sudo apt install wpscan



How to install wireshark - Linux

How to install wireshark - Linux



Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named Ethereal, the project was renamed Wireshark in May 2006 due to trademark issues.

Command:
sudo apt install wireshark