Daily Archives: November 1, 2015

A simple program in C that will kill antivirus program

Extreme Hacking | Sadik Shaikh
Advanced Ethical Hacking Institute in Pune

Hello friends recently in my CEH(Certified Ethical Hacker) class one of mine student told me that he is finding difficulty in bypassing the antivirus on the victim machine.

So I just gave a thought why not to create a program that will kill antivirus 🙂

Logic flowed through the […]

By |November 1st, 2015|Papers|

C++ for Hackers (Basic Mode)

Extreme Hacking | Sadik Shaikh
Advanced Ethical Hacking Institute in Pune

 

This is a Basic Mode Notes for C++, more detail notes are in process. Stay tunned..
This tutorial will thoroughly cover…
Structure of a Basic Program
Comments
Variables. Data Types.
Identifiers
Fundamental data types
Declaration of variables
Scope of variables
Initialization of variables
Introduction to strings
Constants
Literals
Integer Numerals
Floating Point Numbers
Character and string literals
Boolean literals
Defined constants (#define)

Structure of a […]

By |November 1st, 2015|Papers|

A Simple Email Grabber coded in Perl

Extreme Hacking | Sadik Shaikh
Advanced Ethical Hacking Institute in Pune

 

This is a supportive Tech for Spear Phishing. You can collect random emails using this script, which can be later used for Spear Phishing. Spear Phishing Detail Practical is Covered in the CEH Module, Which include DNS Injection, DNS Redirection, Port Forwarding and VPN building.

Go through the […]

By |November 1st, 2015|Papers|