#Hv
Monday, November 10, 2014
On 22:00 by Harsh Bothra in website hacking 1 comment
How To Make A Wapka.mobi WAP Site
Wapka.mobi - WAP site builder,create your own WAP site! is simply awesome.. So start your own wapsite today and inspire hundreds of your friends with your techniques.creating site in Wapka
Do you wanted to start creatingown free wapsite in wapka, you can foillow my thesesteps and you will be pleased to have such a nice site..
1. First of all create your new account by clicking"Registeration" link at home page
2. After registeration, you will be redirected to your account"MAIN" page.. (ifyou already logged in http://wapka .mobi/wapka_log.xhtml see this page)
3. Now, you will see a menu having some links to different optional sites.. There is a link"ADMIN MODE" click this link, you will be redirected to a new site, this is your site admin mode, you can add/edit/delete items or can do many other tasks.
4. Now in this page, you will see link ':: EDIT SITE (#) ::', click this link and you will see all the functions that you can use to create site in wapka like add/edit/delete/move/surveys/
1. Login to your wapka.mobi account - Click here to login
Wapka.mobi - WAP site builder,create your own WAP site!
2. after login, Click "Tools" linkat "MAIN" page of your account or - Click here
3. In "Tools" menu click"Source code viewer" link or ClICK Here
http://wapka. mobi/ wapka_sourceviewer.xhtml
http://wapka. mobi/ wapka_tools.xhtml
4. In source viewer page, insert site url and press "View Source" button
5. You can also click "Advance Settings" link toset more options like lines/page, colored links code etc
6. While viewing code, mark the check box of linethat you wantedto copy and thenpress "Copy selected code" button, a new site will be displayed. You can copy or copy to site in this new site
7. By using wapka source viewer you can view source of any site..
Try it and you will be amazed to see functionality available than any other source viewer application on the internet.Add Registration Page
There will be a time when you wanted to add new users to your site for access to chat, forums, protected sites etc.. For this, you will have to add registeration page.. Follow my steps and add registeration page for visitors..
1. Goto Admin Mode
2. Click :: EDIT SITE(#) :: link
3. Scroll down in next page, click 'wml/xhtml code' link4. In the given textarea, add following code
Code:
<a href=":url-reg-0:">REGISTER</
6. In this form you will also see this text 'item will be visible to'now you can select 'All users' to show this item to all users,'Logged users' to display item to logged user, 'Non-logged user' to display item to 'non-logged users' and 'admin mode' to display item only in admin mode.. Please select 3rd option
7. Now click submit button to add it
8. You can check it..
thats it, you're now able to add registeration page to your site.
Sunday, July 20, 2014
How To Make more than thousands of folder Using notepad
Make thousands of folder with notepad.
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
3. save it as fun.bat
If you will open that file that folder will be rained by more than thousand of folders. It will not cause any harm to your computer
Make thousands of folder with notepad.
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
3. save it as fun.bat
If you will open that file that folder will be rained by more than thousand of folders. It will not cause any harm to your computer
Sunday, July 6, 2014
On 20:29 by Harsh Bothra 3 comments
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.
How To Disable Right Click On Your Blog ?
1. Got to your blogger Dashboard and then Click on Layout.
2. Now Click on Add Gadget and select Html/Javascript.
3. Now paste code given below in the pop up window.
<!--MBW Code-->4. Save it and done. Now users will not be able to right click on your website. 5. If you like to disable mouse on your computer then check out tutorial given below.
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://mybloggersworld.blogspot.in>
Tuesday, June 10, 2014
RAT stands for Remote Access Trojan or Remote AdministrationTool. It is one of the most dangerous virus out their over the internet. Hacker can use RAT to get complete control to your computer. He can do basically anything with your computer. UsingRAT hacker can install keyloggerand other malicious virusesremotely to your computer, infect files on your system and more. In this post i will tell you about whathacker can do with your computer using RAT and tell you about some commonly use RAT by hackers.
What is RAT ?
As i have told you in my introduction paragraph RAT is Remote Access trojan. It is a peace of software or program which hacker uses to get complete control of your computer. It can be send to you in form of images, videos or any other files. Their are some RAT that even your antivirus software can not detect. So always be sure about what you are downloading from the internet and never save or download files that anonymous user send you over the mail or in chat room.
What You Can do With RAT ?
Once a RAT is installed on any computer hacker can do almost anything with that computer. Some malicious task that you can do with RAT are listed below:- Infecting Files
- Installing Keyloggers
- Controlling Computer
- Remotely start webcam, sounds, movies etc
- Using your PC to attack Website (DDOS)
- View Screen
Harmless RAT or Good RAT
As you have seen how harmfull RAT are for your computer, but their are some good RAT which some of you might be using daily. You might have heard of TeamViewer, it is a software which you use to control some one's computer with his permission for filetransfer, sharing your screen and more.
Some Commonly Used RAT
- ProRAT
- CyberGate RAT
- DarkComet RAT
Tuesday, June 3, 2014
If you want to experience andexperiment with backtrack 5 hacking tools such as kismet, metasploit etc. Then today i am going to show you how you can install and run Backtrack 5 Operating System inside a virtual machine(VirtualBox). It works on all computers running any operating system such as Windows Xp, Windows 7, Or Mac Os X. So lets get staredinstalling backtrack 5 on your operating system.
Downloading Softwares to install Backtrack on Virtual Box
1. First you will need Virtual Machine to run Backtrack 5 which you can Download From VirtualBox Website. After downloading VirtualBox Install the program. InstallingVirtualBox is really simple like any other program you install on your computer.
2. Then you will need Backtrack 5 .iso file which you can download from Here with below configuration. You can download it directly or via torrent thats your choice.
Getting started installing Backtrack 5 on Virtual Box
1. Open VirtualBox and Click on New. Then a popup box will appear in that write Name as backtrack, Type as Linux and Version as Ubuntu as shown in below picture and click on Next.
2. Next allocate memory to your virtual machine. I usually allocate half the ram i have which is 2GB of 4GB as shown below and click Next.
3. Then choose second option Create Virtual Hard Drive Now from three options and then click on Next.
4. Then Choose VDI(Virtual Disk Image) From all the options and click Next.
5. Now to options will come to allocate size on Hard Drive from that chooseDynamically Allocated and click Next
6. Then leave name as it is and allocate the size to arround 15-20GB and click Create.
7. Now you will have your virtual machine on left. To start it double click the virtual machine. As you running it for the first time you need to configure it.
8. Navigate to the Backtrack 5 .iso file we downloaded by clicking on button i highlighted in red in below image and select it and click on start.
9. After clicking on start click Enter and leave the setting as it is and press Enter again.
10. Now it will ask for command so type startx and press Enter and it will load user interface of backtrack.
11. Click on Install Backtrack icon from desktop and it will open installation window. Now leave language to English and click on Forward. It will now ask for location, Enter your location and press Forward.
12. On Step 3,4,5,6 you don't need to do anything just click on Forward and on step 7 Click on Install. It will take couple of minutes and you will have backtrack 5 install onyour computer.
13. Now will need to enter username and password to enter backtrack, the defaultusername for backtrack is root and password is toor. You can use passswd command to change your password.
14. Done you now have Backtrack 5 running on your virtual machine.
Sunday, May 25, 2014
I had previously share cool youtube tricks like watching 18+ youtube videos without signing in or Downloading youtube videos without any software. Today i will share an amazing trick that i came across we will call it youtube missile trick. Since google is celebrating geek week it introduced this trick.
2. Pause the video
3. Now type 1980 and see the magic
Once you start this game missile will start coming from the top. The job of missile is to destroy the video. You can protect the video by firing back using your mouse.
How To Do ?
1. Open youtube and click on any video you would like to play2. Pause the video
3. Now type 1980 and see the magic
Once you start this game missile will start coming from the top. The job of missile is to destroy the video. You can protect the video by firing back using your mouse.
Subscribe to:
Posts (Atom)
Search
Google Bedge
Popular Posts
-
The Most Advance Zeus Bot Download Link : http://www.mediafire.com/download/y3bog99bjc69lt6/ZeuS+2.0.8.9.rar
-
How To Make A Wapka.mobi WAP Site Wapka.mobi - WAP site builder,create your own WAP site! is simply awesome.. So start your own wapsite to...
-
how to hack Gmail passwords Step 1: Log into your Gmail account. Step 2: Compose a new mail. Step 3: In subject box type " PA...
-
AddMeFast helps you to increase Facebook Likes/Subscribe, Google +1/Circles, Twitter Followers, YouTube Views/Subscribe/Likes, Pinterest Fo...
-
KGB Archiver: Compress 1GB File to 10MB KGB Archiver is free and open source software which compresses 1GB file to 10MB file. Data c...
-
Do you know there are over thousands of websites and software that claim to hack Facebook password of any account? They'd ask you th...
-
Amazing tutorial here, anyone that has never even installed linux before can install it with this tutorial. Big thanks to the people who wr...
-
Avg Internet Security 2014 Crack : https://docs.google.com/document/d/1F130mmZYMfCrdr8bmZA1b0uS8LFKtX_PiRQgCAYc9qI/edit
-
Today I am going to share vodafone free trick For March 2012 . When you will try this trick then you will get 6 GB Free Internet Data For M...
-
How To Make more than thousands of folder Using notepad Make thousands of folder with notepad. 1. Open notepad. 2. Copy the following...
Recent Posts
Categories
- Hacking Tech. (55)
- Hacking Tricks (28)
- windows (18)
- social networking (11)
- website hacking (11)
- cellular hacking (7)
- Download (5)
- Serial keys (5)
- google hacking (5)
- Ethical (3)
- Trojans & Viruses (3)
- linux (3)
- Botware (2)
- backtracking (2)
- crypto. (2)
- ethical hacking (2)
- hacking soft (2)
- Steganography (1)
- about us (1)
- how to be a hacker (1)
- keyloggers (1)
- we (1)
Blog Archive
About Me
- Harsh Bothra
- Harsh Bothra, Ethical Hacker & Security Researcher, n00b and love to learn about pen testing and cyber world.Also engaged in robotics and cyber forensics Founder of TechNoFense : Technology for Defense
Team Young Anonymous. Powered by Blogger.