Posts

Showing posts from January, 2017

How To Install Perl

Image
open terminal and type these commands  # sudo apt-get update  # sudo apt-get install perl # sudo apt-get install libwww-mechanize-shell-perl # sudo apt-get install perl-mechanize how to perform a ddos attack:  

All About Zeronet

Image
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io Why? We believe in open, free, and uncensored network and communication. No single point of failure: Site remains online so long as at least 1 peer is serving it. No hosting costs: Sites are served by visitors. Impossible to shut down: It's nowhere because it's everywhere. Fast and works offline: You can access the site even if Internet is unavailable. Features Real-time updated sites Namecoin .bit domains support Easy to setup: unpack & run Clone websites in one click Password-less BIP32 based authorization: Your account is protected by the same cryptography as your Bitcoin wallet Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times Anonymity: Full Tor network support with .onion hidden services instead of IPv4 addresses TLS encrypted connections Automatic uPnP port opening Plugin for multiuser (openpr

How To Make A Vault Using Notepad

Image
1. Open Notepad and Copy code given below into it.     cls     @ECHO OFF     title zerocoolz1.blogspot.com     if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK     if NOT EXIST MyFolder goto MDMyFolder     :CONFIRM     echo Are you sure to lock this folder? (Y/N)     set/p "cho=>"     if %cho%==Y goto LOCK     if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=>" if NOT %pass%== zerocoolz1 goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder echo Folder Unlocked successfully goto End :FAIL echo Invalid passwor

Google Dorks For Hacking CCTV And Security Cameras

Here  is a list of all google dorks you can use for hacking hacking cctv and security cameras     inurl:”CgiStart?page=”     inurl:/view.shtml     intitle:”Live View / – AXIS     inurl:view/view.shtml     inurl:ViewerFrame?Mode=     inurl:ViewerFrame?Mode=Refresh     inurl:axis-cgi/jpg     inurl:axis-cgi/mjpg (motion-JPEG) (disconnected)     inurl:view/indexFrame.shtml     inurl:view/index.shtml     inurl:view/view.shtml     liveapplet     intitle:”live view” intitle:axis     intitle:liveapplet     allintitle:”Network Camera NetworkCamera” (disconnected)     intitle:axis intitle:”video server”     intitle:liveapplet inurl:LvAppl     intitle:”EvoCam” inurl:”webcam.html”     intitle:”Live NetSnap Cam-Server feed”     intitle:”Live View / – AXIS”     intitle:”Live View / – AXIS 206M”     intitle:”Live View / – AXIS 206W”     intitle:”Live View / – AXIS 210?     inurl:indexFrame.shtml Axis     inurl:”MultiCameraFrame?Mode=Motion” (disconnected)     intitle:sta

How To Solve Error 302 " Permission Denied" In Linux

Image
To solve this error  follow the steps given below 1. open file explorer and navigate  to root/etc/fstab 2. Open this file and temporarily delete noexe 4. save this file and reboot your system and you are done now install any   software u want

How To Update Almost All Repositories In Kali Linux

Image
To edit repositories and update/upgrade/install almost all apps in kali linux follow the steps given below 1. open terminal 2. edit source.list          type: gedit /etc/apt/sources.list    and hit enter                                3. now add these line and save ## Source repositories deb-src http://http.kali.org/kali kali main non-free contrib deb-src http://security.kali.org/kali-security kali/updates main contrib non-free deb http://http.kali.org/kali kali-rolling main contrib non-free # For source package access, uncomment the following line deb-src http://http.kali.org/kali kali-rolling main contrib non-free deb http://http.kali.org/ /kali main contrib non-free deb http://http.kali.org/ /wheezy main contrib non-free  4. now open terminal and type:      apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade    and hit enter this will update your almost all  repositories and you

How To Enable Mic And Speakers In Kali Linux 2016.2

to enable both of these hardware in kali linux follow the steps given below 1.open terminal and first type pulse audio 2. if it says bash: pulseaudio: command not found      type:       apt-get install pulse audio 3.now install kmix type :           apt-get install kmix     and hit enter 4. install sox (sox is used for enabling mic configuration) type:       apt-get install sox 5. if you are having any problem regarding installation of these software edit     repositories: how to edit repositories   

How To Download All Videos Of A Youtube Channal

Image
Follow the given below steps Step 1: Download curl package First download the curl package in the System In RHEL/CentOS yum install curl In Debian/Ubuntu sudo apt-get install curl In kali apt-get install youtube-dl (use sudo before command if you are not logged in as root user) Step 2: Download youtube-dl script sudo curl wget https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl  Step 3: Give permission to youtube-dl script sudo chmod a+x /usr/local/bin/youtube-dl Step 4: Download all videos from youtube channel/Youtube User/Playlist All videos from youtube channel /usr/local/bin/youtube-dl -citw http://youtube-channel-URL  All videos of Youtube User /usr/local/bin/youtube-dl -citw ytuser:User-name All videos from Playlist /usr/local/bin/youtube-dl -citw http://playlist-url Note : -c = force resume of partially downloaded files.By default, youtube-dl will resume downloads if possible   -w = do not overwrite file -t =

How To Speed Up laptop's Or Pc's Performance

Image
Turn off Unnecessary Services New users of Windows who came from Windows XP usually wonder: why Windows always performs some disk I/O, even if the computer is idle, there's no windows above desktop and taskbar is clear? "For what purpose this OS is constantly torturing my harddisk and reducing its MTBF?" Well, the purpose is not clear yet, but the cause of this problem has been found: A few useless system services. In order to disable them: Click  Start , open  Control Panel , switch to  Classic View . Open  Administrative Tools , then  Services . You may click "Standard" tab at the bottom to reduce visual clutter on the screen: Disable the following services:  Superfetch ,  ReadyBoost ,  Windows Search ,  Windows Defender ,  Distributed Link Tracking Client ,  UPnP Device Host ,  SSDP Discovery . For each service listed above: double click service name in the list, in the popup window set  Startup type  to  Disabled  and click  Apply

Solution Of No Internet Access/Limited access In Windows

Image
# Open Device Manager (search Windows Help if you don’t know what this is) # Select ‘Network adaptors’ and then open (double-click) Broadcom 802.11n Network Adaptor # Go to the Driver tab and click the Update Driver… button # Select ‘Browse my computer for driver software’ # Select ‘Let me pick from a list of device drivers on my computer’ # Select the “Broadcom 802.11n Network Adaptor (Broadcom)/Intel” entry from the list, and click Next Well, it worked for me. Good luck

How To Bypass Google Id(FRP) Verification On Any Android

Image
Bypass Google Protection Motorola Bypaas Google Protection How to bypass Google Account protection? How to remove factory reset protection? How to active your phone when you forgot the Google password? How to bypass FRP? How to remove Google Account signing in? This tutorial is an answer to all above-mentioned questions. Links to download the necessary application: Motorola Device Manager contains USB drivers: https://motorola-global-portal.custhe... All-in-One installer for Android tools: http://forum.xda-developers.com/showt... Minimal ADB and Fastboot : http://forum.xda-developers.com/showt... In order to bypass Factory Reset Protection you should watch the  youtube tutorial  or follow the below steps: At first from the  Welcome panel  choose  English  language. Then select wifi network panel make sure that you are not connect to any of the networks. Scroll down to the bottom of the list and tap  Add Another Network . Active the keyboard and make sure