Skip to main content

Posts

Showing posts from 2017

Execute Shell From MSWord

Step 1.)Open MS-Word as blank document Step 2.)Click insert->Quick parts->Field Step 3.)In field  Select = (formula) and click ok Step 4.)Select the text appeared and toggle its code by right clicking it. Step 5.)Enter following code in curly braces DDEAUTO c:\\Windows\\System32\\cmd.exe "/k [Shell code that you want to insert]" explained: DDEAUTO-> keyword to inform MSword that this is a DDE field and will auto execute  when the document is opened command is executed which is in "        " for example {DDEAUTO c:\\Windows\\System32\\cmd.exe "/k calc.exe"} Save it Run this on your own computer and select "yes" after it will prompt for permissions Finally it will open up calculator. TRY IT!!

Check this out

I have created a new website  https://vikas92155.github.io/Cryptostats/ A simple web application ,tell us current Bitcoin and Ethereum rates in three different currency. And you could also calculate the profit you could make if you have inveted earlier. Please give me feedback on this.

How To Access Dark Web Using Tor

First of all accessing Dark Web is not illegal .Here we remain anonymous and share information.But there are some sites which are not meant to be open in Dark web.Until and Unless you use it wisely ,You are safe and secured. First dowload it tor browser: Here's the link- https://www.torproject.org/download/download-easy.html.en Then install it.according to your settings. If your college/University blocks tor,then use bridge in it. :-Choose connect if connection is not blocked :-Choose configure if it is blocked :-Click Yes and then Next :-use any of the bridges to connect and click Next :-Check if your computer uses local proxy in internet settings :-after that click Connect :-Wait for few seconds and     finally it will be open Use any vpn with it for more security and then go to onion websites and explore. Follow these links for more information: https://www.deepweb-sites.com/               ...

Chat on your lan using CMD

Server side:- Type:                                   ncat -l [port no] example:                   ncat -l 3456 Client side:- Type:-                   ncat [ip addresss of server machine] [port no] example:                  ncat 172.31.16.8 3456 It's done now start typing and have fun!!

6 Ways To Prevent Hacking

As no of cyber crimes are increasing at an alarming rate,a person should be having some basic knowledge in cyber security.As a driver needs a driving license to drive a  vehicle , a person accessing smartphone should also be having knowledge on this topic. So Here are some of points you should remember:-> Don't click on links which are not trusted  even opening an attachment on our mail can compromise our system. You should go for two step verification so that if hackers got your email id and password they will still not be able to enter into your account . Make sure your password is complex and difficult to guess so that nobody can brute force into it. Keep your system updated (Antivirus,operating system,etc) Use HTTPS enabled sites as they prevent Man in the middle attack which can be preformed in the same network. Always assume that you are already hacked. Above these are some basic points which will make you less vulnerable.