Posts

Showing posts with the label kali linux

Best Hacking Tools Of 2017 For Windows, Linux, And OS X

Image
ZerocoolZ1  has prepared a useful list of the best hacking tools of 2017 based upon industry reviews, your feedback, and its own experience. This list will tell you about the best software used for hacking purposes featuring port scanners, web vulnerability scanner, password crackers, forensics tools and social engineering tools. We have compiled this list of top hacking tools of 2017 with their best features and download links. Read about them, learn how to use them and share your reviews to make this list better. 1. Metasploit | Best Hacking Tools Of 2017 Rather than calling  Metasploit  a  collection of exploit tools , I’ll call it an infrastructure that you can utilize to build your own custom tools. This free tool is one of the most popular cybersecurity tool around that allows you to locate vulnerabilities at different platforms. Metasploit is backed by more than 200,000 users and contributors that help you to get insights and uncover the weaknes...

Bypass As Most Any Website's Admin Panel

Image
For this you'll need only one add-on "noRedirect"

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...

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”     intitl...

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 t...