Monday 12 December 2016

HOW YOU CAN GET A JOB AT "GOOGLE" JUST BY ITS SECRET SEARCH
GOOGLE is master of creativity and it shows in its methods of recruitment as well.Google looks out for people whose search habit fits in Google's code book.Once assured of that,the company will ask you to apply for a job at Google.Check it out how this person landed a job at Google just by entering a secret search.
GOOGLE has one of the most rigious and byzatine processes of recruitment.it is not that you dont know of,you might at some point at your life wished or even prapered for a job atGoogle.But,here is something you dont know on Google's door to get a job there.

Google looks out for people whose search habbits fits for google search code book.Once assured of that ,the company's algorithm will ask you to apply for a job at Google.Sounds wildd,right?Nevertheless,There were spectulations that in the near future we would get hired by algorithm,but Google has already started doing that .


Max Rosett,describes his experince in his blog,and how just by entering few programming terms "python lambda function list comprerhsion",he get into recruitment process and ultimately landed  a job at Google.

Max was merely looking for some information for his project in his computer science degree, and as he entered the google secret search of phyton  lambda ,Google'e message popped up, breaking apart the blue linked result page.

The message read : "you are speaking our lenguage.Up for a challange ?"

just like any arcade game Google gave the option of "i want to play" or "no thanks"Maxx clicked for "want to play" option and then started a challanging series of programming questions.
this problem was time based and time based abot logrithm 

detail about   Max rosett 

 

The Man Company Beard Oil - Almond and Thyme Hair Oil

Friday 2 December 2016

Best CMD  or MS-DOS promot command which every hacker should know

if you have been following this page regularly,chances are you are very verstile hackers in your right and dont need to know to these commands.But many of the readers who are beginners and want to know learn hacking always ask us for the post for the top Dos promot (C:/or CMD commands in Windows in 7/8.1) they should know.So go here ;

CMD is a power tool which lets you do almost anything with your PC/laptop.There are commands like CD,and MD etc.which you probably knows so we wont get into that.Here are some really useful things a hackers can do with CMD commands.Network Connection and right click and select PROPERTIES .Then select TCP/IP and click PROPERTIES again.Now click on ADVANCED and WINS tab.select DEFAULT for NEBIOS,Now back to main local area connection window,select file and print sharing for MICROSOFT NETWORKS and hit enter. 
This is just to make sure you have fun with NWTYBIOS on CMD.In case ypu dont know how to get CMD by clicking the Window iconn at the left hand bottom of your screen in all Window version and click to START,then type "cmd" without  quotes.
Now here are some important commands which every wannable hacker ahoul know;
 nslookup
net view
net use
pingto 
tracert 
arp
route
nbststat
netstat
ipconfif
In case you dont know some of them,then just type the command on CMD and hit enter.A little help will show up on screen.Read it out undestand what that perticular command does.
Lets start easy....
1) PING: This comamnd will allow you to know if the host you pinging is alive,which means if it is up up at the time of executing the "ping" command.
ping x.x.x.x.(x is IP adress). You can try pinging 8.8.8.8. which belongs to Google

or

ping www.google.com
(www.google.com is a website you want to ping, but you dont know the IP)


2)NSLOOKUP: This command has many funcyionalities.One is resolving DNS into IP. Lets say for swebstite URL but dont know the website URL but you knows its IP but you want to find it out .
Eg. NSLOOKUP www.google.com is the website for which you want to find ouy the IP)

nslookup(enter)
set type =mx (enter)
yahoo.com


This commands will give you the mail server IP of yahoo.com.You can use whatever server you want and if it is listed in DNS,then you get an IP .
Simple ,isnt it? You can send a spoofed email to your friends using the IP adress od the mail server.You can check this


3)_TRACERT: This comamnd will give you the hops that a packet will travel to resch its final destination.This command is really helpfull iif you know the route  a packet takes before it goes to the target box.

tracert x.x.x.x. (x is the IP)

or tracert www.google.com
(www.google.com is a website you dont know the IP )


4)ARP: This command will show you the arp table.You can find out id anyone has done arp poisoning in your LAN using this command


5)ROUTE: This comamnd will show you the routing table ,geteway,interference and metric.


6) IPCONFIG: This comamnd will shows you a lot of usefull things like IP :Gateway,DNS is use  etc..This command will give all that into but for all network you might have it

code:
ipconfig
or 
code:
Ipconfig/all


Also, in case you have a dynammic IP and want to  change it,then type...
Code:
ipconfig/release (this will release  your IP)

ipconfig/renew (this will renew your IP)


7)NETSTAT: This command will show you coonection stats


Code:
netstat

or

Code;
netsat -a (this will show you all the listening ports and connections with IP address)
netstat-n (this will shows you all with an open all the open connection with IP address)