BLOG

Latest Articles

Network Reconnaissance using Nmap [Cheat Cheet]

Network reconnaissance is a critical part of any network pentesting operation. Knowing more information about the target’s network will let us know about the

By admin · 12 min read · CompTIA PenTest PT0-002

10+ parted command examples in Linux [Cheat Sheet]

parted command in a Linux is CLI based utility to work with partitions. You can create, modify or remove partitions via interactive or non interactive commands. …

By rohantimalsina · 6 min read · CheatSheet

10 Ways to Get File Extension in Python [SOLVED]

we can get file extension in python using splitex(), split(), rfind(), pathlib.path.stem() and rpartition() method by taking various examples

By bashiralam · 11 min read · Python