Host your own Tor hidden service!
A super simple guide to spinning up a Tor hidden service. [tl;dr]
Ubuntu 20.04 LTS was used for the making of this guide.
you can install Tor using the following command
A super simple guide to spinning up a Tor hidden service. [tl;dr]
Ubuntu 20.04 LTS was used for the making of this guide.
you can install Tor using the following command
| ## | |
| # You should look at the following URL's in order to grasp a solid understanding | |
| # of Nginx configuration files in order to fully unleash the power of Nginx. | |
| # http://wiki.nginx.org/Pitfalls | |
| # http://wiki.nginx.org/QuickStart | |
| # http://wiki.nginx.org/Configuration | |
| # | |
| # Generally, you will want to move this file somewhere, and start with a clean | |
| # file but keep this around for reference. Or just disable in sites-enabled. | |
| # |
| To run almost all tools, run using their name (mostly using sudo [not recommended] ) | |
| eg: to run iptraf :- sudo iptraf | |
| [for more info on ALL tools: manpages will help, [ for eg: " man iptraf " to get more info on iptraf WITHOUT internet] | |
| 1. Iptraf | |
| sudo apt-get install iptraf | |
| Learn More: |
| ____ | |
| _________ / _/___ ___ _____ | |
| / ___/ __ \ / // __ \/ _ \/ ___/ | |
| (__ ) / / // // /_/ / __/ / | |
| /____/_/ /_/___/ .___/\___/_/ | |
| /_/ | |
| + -- --=[http://crowdshield.com |
| #deb cdrom:[Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426)]/ bionic main restricted | |
| # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
| # newer versions of the distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
| # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
| ## Major bug fix updates produced after the final release of the | |
| ## distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted |
| function Get-Temperature { | |
| $t = Get-WmiObject MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" | |
| $currentTempKelvin = $t.CurrentTemperature / 10 | |
| $currentTempCelsius = $currentTempKelvin - 273.15 | |
| $currentTempFahrenheit = (9/5) * $currentTempCelsius + 32 | |
| return $currentTempCelsius.ToString() + " C : " + $currentTempFahrenheit.ToString() + " F : " + $currentTempKelvin + "K" | |
| } |
| #!/bin/bash | |
| # change the values below to match your system. | |
| # target the BUILD_DIR to output from an nw.io build process. nwjs-shell-builder recommended! | |
| # https://github.com/Gisto/nwjs-shell-builder | |
| # BASE_DIR is the target directory for this script, where files will be gathered and packaged to | |
| BUILD_DIR=”/var/www/deploy/TMP/osx-ia32/latest-git” | |
| BASE_DIR=”/var/www/deploy/osx” |
| #!/usr/bin/python | |
| #Install SleekXMPP & xmpppy Modules | |
| #This program is not for children -(18) | |
| #This program is only for educational purposes only. | |
| #Don't Attack people facebook account's it's illegal ! | |
| #If you want to HaCk into someone's account, you must have the permission of the user. | |
| #usage:Facebook-brute-force.py [wordlist file] | |
| #Coded By Hossam Youssef <[email protected]> ^_^ | |
| #deb cdrom:[Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426)]/ bionic main restricted | |
| # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
| # newer versions of the distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
| # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
| ## Major bug fix updates produced after the final release of the | |
| ## distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted |