27/12/2014
Interested and dedicated people are invited Expression of Interest to Join INDIAN CYBER COMMAND as Cyber Soldiers, Since
the Cyber Indian Command is individual organization for very limited people and non profit institute,
non technical people can also contribute through small amount of donation in any form (Time,Funds,Volunteer etc) are welcome
to INDIAN CYBER Command
Interested and Dedicated Person are required
Please Contact :
Alien-ground founder of NICD
mobile:+91 8769694802
Email:[email protected]
Keeping visiting the pages for further Updates...
HTTP://WWW.NICDIN.COM
COMING NEXT WEEK ON AIR
LIMITED SEATS ARE AVAILABLE WITHOUT
ANY CHARGE AT FIRST PUBLIC CONFERENCE
National Cyber Defense Army
27/12/2014
This is the first cyber weapon test attack will done on 26th January and the world will shocked. though it will be low intensity test, but impact will be worldwide and never happern.......
19/06/2014
Wake my young IT Professionals and show them what we can do is more intense offense,for those who are against our Mother India, Recently Pakistani hackers group deface BSNL' sub domain webpage.Indian politics is going towards wrong direction context of national security,BUT we will protect our nation and if needed we will think for a second to attack others too
JAI HIND
Join NICD and raise a Indian Cyber Army
For More Details about Project Mission mail at [email protected]
10/12/2013
I Have just launched Universal Cyber Army Program, Please join and become India's Fifth Domain Army
Interested Soldiers can Main at [email protected]
19/11/2013
LATEST NEWS- A Worlds most advance Ethical Training Institute coming soon and its Head Quarter is also in jodhpurs, Enroll soon or send us Inquiry mail at [email protected] to be claimed as Cyber Army Solider before any else in India
25/09/2013
Sorry Friends my very much busy,therefore i will not able to post new Tutorials for some time,but i will back with better
19/09/2013
Hello friends my next post will have list of countries and their classified research programs on going to develop a ultimate cyber weapon and dominate whole world
Hope U will waiting for that infomation
12/09/2013
Sorry friends i will not be able to post new information and tutorials for a week since i am busy these,But I will come back with bigger and more dangerous stuffs
In case if have any problem in hacking,please drop a mail to me
[email protected]
Thanks for ur love
10/09/2013
Today I am introducing you to a tool which can copy whole website to your computer for reaserch in reconnaissance phase to hacking
HTTRack is small tool used for cloning the complete website
here is the link to Download
Download the 32-bit version of HTTrack-
http://download.httrack.com/httrack-3.47.26.exe
Download the 64-bit version of HTTrack-
http://mirror.httrack.com/httrack_x64-3.47.26.exe
Documentation -
http://www.httrack.com/html/index.html
http://download.httrack.com/httrack-3.47.26.exe
MZP �ÿ ¸ @ º ´ Í!¸LÍ!This program must be run under Win32 $7 PE L ^B* à ” J $› ° @ P € @ Ð P 8 ð CODE D’ ” `DATA L ° ˜ @ ÀBSS H À œ À.idata P Ð œ @ À.tls à ¦ À.rdata ð ¦ @ P.reloc ´ @ P.rsrc 8 : ¨ @ P @ Þ @ P string @ m@ Ä)@ ¬(@ Ô(@ )@ $)@ Free 0)@ InitInstance L)@ CleanupInstance h(@ ClassType…
04/09/2013
NSA misused PRISM - Spied on Al Jazeera, bugged UN headquarters and used for personal spying
Before NSA said that they has zero tolerance for willful violations of the agency’s authorities, but NSA had violated privacy rules on thousands of occasions. According to documents seen by SPIEGEL, Arab news broadcaster Al Jazeera was spied on by the National Security Agency. The US intelligence agency hacked into Al Jazeera's internal communications system. The NSA said these selected targets had high potential as sources [...]
03/09/2013
Hello Hacker
Today I am going to show some CMD Commands usefull for hacking
I am Sure u guys Know All these commands.... I want to Help The Beginers.. So i am Posting This....
Useful Things to do on CMD!
First, open your Network Connection and right click and select Properties. Then Select TCP/IP and click on Properties again. Now Click on Advanced and WINS tab. Select Default for NeBIOS.
Now back to the main Local Area Connection window, select File and Print Sharing for Mic*ft Networks and hit enter.
This is just to make sure you have NetBIOS enabled. We will have some fun with NetBIOS on CMD.
First thing you need to know is some very helpfull commands to use on CMD(Command Prompt).
In case you don't know how to get CMD open in your box, then click on Start, then Run, then type "cmd" (no quotes, off course... you know the drill).
Back to commands:
nslookup
net view
net use
net user
ping
tracert
arp
route
nbtstat
netstat
ipconfig
In case you don't know some of them, then just type the command on CMD and hit enter. A little help will show up in your screen. Read it and understand what the command does.
Lets start easy...
1) ping : This command will allow you to know if the host you pinging is alive, which means if it is up at the time of executing the "ping" command.
ping x.x.x.x (x is the IP address)
or
ping http://www.whatever.com (http://www.whatever.com is the website you want to ping, but you don't know the IP)
OBS: Keep in mind that if the host you pinging is blocking ICMP packets, then the result will be host down.
2) nslookup : This command has many functionalities.
One is for resolving DNS into IP.
Lets say you know the website URL but you don't know its IP(and you want to find out).
nslookup http://www.whatever.com (http://www.whatever.com is the website you want to find out the IP)
Now, another really nice function of nslookup is to find out IP of specific Mail Severs
nslookup (enter)
set type=mx (enter)
yahoo.com
This command will give you the mail server IP of yahoo.com. You can use whatever server you want and if it is listed on DNS, then you get the IP. Simple, isn't it?
3) tracert : This command will give you the hops that a packet will travel to reach its final destination.
OBS: This command is good to know the route a packet takes before it goes to the target box.
tracert x.x.x.x (x is the IP address)
or
tracert http://www.whatever.com (http://www.whatever.com is the website you don't know the IP)
4) arp : This command will show you the arp table. This is good to know if someone is doing arp poisoning in your LAN.
arp -a
5) route : This command will show you the routing table, gateway, interface and metric.
Code:
route print
6) ipconfig : This command will show tons of very helpful things.
Your IP, gateway, dns in use.
Code:
ipconfig
or
Code:
ipconfig /all
this command will give all that info but for all networks you might have it.
Also, in case you have a dynamic IP and want to change it, then type...
Code:
ipconfig /release (this will release your IP)
ipconfig /renew (this will renew your iP)
OBS: Keep in mind that those commands will change your IP, but the new IP will still be tighed up to you. So don't do anything stupid.
7) netstat : This command will show you connection to your box.
Code:
netstat
or
Code:
netstat -a (this will show you all the listening ports and connection with DNS names)
netstat -n (this will show you all the open connection with IP addresses)
netstat -an (this will combined both of the above)
net view x.x.x.x or computername (will list the available sharing folders on the target box)
Now some hints:
Code:
net use \ipaddressipc$ "" /user:administrator
(this command will allow you to connect to the target box as administrator)
Now if you want to connect to the target box and browse the entire C drive, then use this command:
Code:
net use K: \computernameC$
(this will create a virtual drive on your "my computer" folder)
OBS: Keep in mind that this will only works if the target box doesn't have an administrator password set.
And least but not last, the "help" command.
Quote:
whatevercommand /help
or
Quote:
whatevercommand /?
This command will help you to understand what it does and all the switchs available for each command.
Very useful if you know the command, but forgot the right switch.
whatever.com
whatever.com