it

How to get OSCP Certification

OSCP (standing from Offensive Security Certified Practitioner) is a certificate issued by American company Offensive Security. It is focused on penetration testing using Linux-based operating system Kali Linux, that is maintained also by Offensive Security. The purpose of this post…

Fingerprint Recognition

Fingerprint recognition needs to steps: Fingerprint registration Fingerprint authentication During fingerprint registration, the fingerprint image(s) are converted into what is called Fingerprints Minutiae Data (FMD). FMD is saved into the database, not the fingerprint image itself. During fingerprint authentication, fingerprint…

Wireshark

      Filters TCP Ports tcp.port Filters the tcp port/s of packets displayed. Example: tcp.port == “21”   HTTP Request Methods http.request.method Possible values: get post Example: http.request.method == “POST”   Contains cookies http.cookie Example: http.cookie   External references…

NetBIOS

Network Basic Input/Output System (NetBIOS) is a protocol of OSI session layer 5. It provides a NetBIOS name to each computer, in addition to the already existing IP address from OSI network layer 3. Nowadays, NetBIOS runs over TCP The…

List of Cryptanalysis Tools

This post lists cryptoanalysis tools. List of Cryptanalysis Tools List of Cryptanalysis tools: CrypTool CryptoBench Cryptol Ganzúa EverCrack AlphaPeeler Mediggo subCipher The most popular is CrypTool. CrypTool CrypTool is free and open source (FOSS). CryptoBench CryptoBench Cryptol …

List of Disk Encryption Tools

This post lists disk encryption tools. VeraCrypt Symantec Drive Encryption BitLocker Drive Encryption Gilisoft Full Disk Encryption Endpoint Full Disk Encryption Dell Data Protection | Encryption AxCrypt Folder Lock Full Disk Encryption Software SafeGuard Encryption Alertsec DriveCrypt ShareCrypt PocketCrypt DriveCrypt…

Cloud Security Tools

This post lists some cloud security tools List of Cloud Security Tools Cloud Security Tools featured on this post: ScoutSuite ScoutSuite is developed by Spanish company NCC Group. It is free and open source (FOSS) under a GPL-2.0 license. It…