Posts

10 lines python code to solve Factorization Problems - Fermat Theorem

Easy way to implement interesting Sleep Sorting Algorithm using Bash

Just 10 lines of code to implement interesting Sleep Sorting Algorithm using Python

Learn file concepts in python - Read time - 5 mins!!

How to do I understand List and Dict Python concepts in just 5 mins!!

How to learn Python in a 15 Minutes !! Believe its very cool language to have fun and learn :)

Nullcon HackIM 2014 - Programming 100 Writeup

Simple 10 lines of python code to solve Factorization Problem (Trail and Division Method with Prime Sieve) with example

10 lines python code to solve DLP (Discrete Logarithmic Problem) using Baby Step Giant Step Algorithm

diamond format '*' program in python

Learn the basics of Metasploit Framework in 5 minutes !!

C program to print the name dynamic or runtime input

Easiest way to parse captured pcap file in python

Just simple 10 lines Python code to explain the beauty of Port Scanner

Types of Networks in Virtual Machines - Better definitions

Learn Advanced Penetration Testing in 5 minutes!!!

crypt, pwd, getpass - Quick examples using python

RSA Decipher String using Fast Exponentiation Algorithms Quick Example