Skip to main content

Posts

Showing posts from December, 2020

11 Ways to Earn Bitcoin & Make Money with Bitcoin in 2021

 11 Ways to Earn Bitcoin & Make Money with Bitcoin in 2021

IMMUNITY DEBUGGER

  Objective: Analyze an exe using Immunity Debugger Outcome:   To practice disassembling and modifying binaries. Problem Statement: Examine the 00000.exefile using Immunity Debugger Background Study:   Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry's first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility. First we will download the 00000.exe file and try to launch it and after it ask for Launch code we will enter 1 and it will show a  message which is basically an error message  Now we will start Immunity debugger and will load our first file named as “00000.exe” We will find for the word JMP and JNZ which are highlighted in green and we will right click on both of them one by one and will assemble them. After clicking on assemblin

TOR Browser Download and configuration in Kali Linux

   Malware Analysis and Reverse Engineering   Objective:  Setting up TOR Network Outcome:  The students will setup TOR network to perform anonymous browsing. Problem Statement:  Anonymous browsing using TOR Network Background Study:  A widely known and accepted solution for staying anonymous on the Internet is Tor (The Onion Router or the onion routing network). TOR is a network of computers around the world that forward requests in an encrypted manner from the start of the request until it reaches the last machine in the network, which is known as an exit node. At this point, the request is decrypted and passed to the destination server. Exit nodes are specifically used as the last hop for traffic  Apt-get update command apt-get install tor tor browser-launcher ,type this command to download and launch the tor  After downloading it will sho an error of root ,as bundle is not downloaded as root so to by pass it We will go to the the directory where it is installed,here I have brought t