Posts

Showing posts with the label kali-linux

How to fix onionshare is not working in linux ?

Image
 fix onionshare is not working in linux  Your version of Tor is too old, stealth onion services are not supportedYour version of Tor is too old, stealth onion services are not supported.       To fix this issue. Open your terminal and type :            pip install cepa   And press enter. Now again run onionshare.

how to install Windscribe VPN in Kali Linux

Image
how to install Windscribe VPN in Kali Linux As a popular penetration testing and ethical hacking operating system, Kali Linux requires advanced security measures to keep its user's data safe. One such measure is using a VPN (Virtual Private Network) that encrypts your internet traffic and establishes a secure connection between your device and the internet. Windscribe is an excellent VPN service that offers secure and private internet browsing. In this article, we will discuss how to install the Windscribe VPN on Kali Linux. Step 1: Sign up for Windscribe VPN Before installing Windscribe VPN on your Kali Linux machine, you need to sign up for a Windscribe account. Head over to the Windscribe website, and create a free account by providing your email address and password. Step 2: Download Windscribe for Linux After signing up, you'll be redirected to the downloads page. There, you'll find the download link for the Windscribe Linux client. Click on the link to start downloadi...

shadowsocks client for linux

Image
        shadowsocks client for linux   First install shadowsocks-pro from pypi.org. Run command      pip3 install shadowsocks-pro   Now create your config.json file. Here is an example : {     "server":"server-ip",     "server_port":8000,     "local_address": "127.0.0.1",     "local_port":1080,     "password":"your-password",     "timeout":600,     "method":"aes-256-cfb" } Now run command :     sslocal -c config.json This provide a proxy : 127.0.0.1:1080  Set this proxy as socks5 in your firefox browser. Now you can surf internet anonymously .      

How to create Wifi QR code and scan with connected wifi in linux

Image
 How to create Wifi QR code and scan with connected wifi in linux   You need to download wifi-qr . For downloading it go to  Release section in repo. Open your in terminal in download folder. Run this command in terminal         sudo sudo dpkg -i wifi-qr_0.2-1_all.deb If you got any dependency error. Just run           sudo apt install -f this command will fix dependency errors.Now just type 'wifi-qr' in terminal. You will get qr code in terminal for connected wifi.