HOW TO INSTALL TAILS OS ON MAC OSX A simplistic tutorial on how to install and run Tails OS on any modern Apple computer. What is Tails? Click here for more information on how Tails works! 570 more wordsHOW TO INSTALL TAILS OS ON MAC OSX — EREBUS.VIP
Day: September 8, 2020
Send and Receive Files Anonymously
A normal Internet user send files on internet through mails, messaging applications, Google Drive, DropBox, WeTransfer etc. But as security researcher we knows that these ways are not secure. Our accounts might be terminated by attackers or government and keeps en extra eye on everyone.
Sending sensitive data through normal shearing platform is not safe. Even Twitter got compromised. In today’s article we are going to learn a secure and anonymous way to send and receive our files on the internet.

To do this we are going to use OnionShare tool. It is a is an open source and cross-platform tool for securely and anonymously sending and receiving files (any size, any type) using Tor onion services. It works by starting a web server directly on your computer and making it accessible as an un-guessable Tor web address that others can load in Tor Browser to download files…
View original post 837 more words
Make All Your Internet Traffic Anonymized-TorghostNG
Rewritten from TorGhost with Python 3.
TorghostNG was tested on:
- Kali Linux
- Manjaro
- …
Before you use TorghostNG
- For the goodness of Tor network, BitTorrent traffic will be blocked by iptables. Although you can bypass it with some tweaks with your torrent client. It’s difficult to completely block all torrent traffic.
- For security reason, TorghostNG is gonna disable IPv6 to prevent IPv6 leaks (it happened to me lmao).
Installing TorghostNG
TorghostNG currently supports:
- GNU/Linux distros that based on Arch Linux
- GNU/Linux distros that based on Debian/Ubuntu
- GNU/Linux distros that based on Fedora, CentOS, RHEL, openSUSE
- Solus OS
- Alpine Linux
- OpenWrt Linux
- Void Linux
- Anh the elder guy: Slackware
- (Too much package managers for one day :v)
To install TorghostNG, open your Terminal and enter these commands
git clone https://github.com/githacktools/TorghostNG
cd TorghostNG
sudo python3 install.py
sudo torghostng
But…
View original post 429 more words
Google Hacking Tool – uDork
uDork does NOT make attacks against any server, it only uses predefined dorks and/or official lists from exploit-db.com (Google Hacking Database: https://www.exploit-db.com/google-hacking-database).
You need to have goop installed
pip3 install goop
Download and install:
$ git clone https://github.com/m3n0sd0n4ld/uDork
$ cd uDork
- Open the file and write inside this line:
cookie = ‘YOUR FACEBOOK COOKIES HERE’
$ python3 uDork.py -h
Important!!!
- For the tool to work, you must configure uDork with your Facebook cookie in the file
cookie.py
. - You must also be logged in to Facebook on the computer you are using uDork WITHOUT logging out.
Steps to obtain the cookie and configure the cookie
- Login to facebook.com
- Press in your browser control + shift + K…
View original post 763 more words