Skip to main content

Posts

Featured

Vim cheatsheet

VI/VIM Commands  Global: :help keyword # open help for keyword :o file # open file :saveas file # save file as :close # close current pane Set Mode :set paste (maintain code format) :set number (print line number)   Insert mode - inserting/appending text i # insert before the cursor I # insert at the beginning of the line a # insert (append) after the cursor A # insert (append) at the end of the line o # append (open) a new line below the current line O # append (open) a new line above the current line ea # insert (append) at the end of the word Esc # exit insert mode   Editing r # replace a single character J # join line below to the current one cc # change (replace) entire line cw # change (replace) to the start of the next word ce # change (replace) to the end of the next word cb # change (replace) to the start of the previo

Latest Posts

Information Gathering Cheatsheet (Nmap)

KALI LINUX Persistance

Injecting Metasploit Payloads into Android Applications - AUTOMATICALLY

AhMyth Android Rat

ServerLess computing Intro

Installation guide of KVM in linux machine

XSS vulnerability in Freelancer

WannaLocker — A New WannaCry-inspired Ransomware Is Attacking Android Smartphones

ETERNALBLUE EXPLOIT PORTED TO WINDOWS 10