Tag: information gathering methods

Advertisements
Advertisements

Program to find GCD of two numbers in C language

The following program is to find the GCD or HCF of a number using C Language. GCD is the Greatest Common Divisor that divides a particular number. #include<stdio.h> void main(){ int a,b,i,j; printf(“\n****************************\nprogram to find

Advertisements
Advertisements
overthewire
Advertisements
Advertisements
Advertisements
Advertisements

Information Gathering(Reconnaissance/Footprinting)

This is the very first step for any kind of hacking(White,Grey,Black).Information Gathering as the name suggests, is gathering as much information about the target as possible.Hackers or Security Experts need to create a information database

%d bloggers like this: