Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials Onionservice : Manage Your Onion Services Via CLI Or TUI On Unix-like Operating System Onionservice is a minimal requirement, portable collection of scripts and documentation to help the service operator juggle (manage) his onion(s).…
d html header attributes.
* Backup – Better be safe.
* Create – Backup of your
* Integrate – Integrate hidden serivces lines configuration from
* OpSec – Operation Security
* Vanguards – This addon protects against guard discovery and related traffic analysis attacks. A guard discovery attack enables an adversary to determine the guard node(s) that are in use by a Tor client and/or Tor onion service. Once the guard node is known, traffic analysis attacks that can deanonymize an onion service (or onion service user) become easier.
* Unix socket – Support for enabling an onion service over unix socket to avoid localhost bypasses.
* Web server – Serve files with your hidden service using Nginx or Apache2 web server.
* Usability – There are two dialog boxes compatible with the project,
* Bulk – Some commands can be bulked with the argument
* Fool-proof – The script tries its best to filter invalid commands and incorrect syntax. The commands are not difficult but at first sight may scare you. Don’t worry, if it is invalid, it won’t run to avoid tor daemon failing to reload because of invalid configuration. If an invalid command runs, please open an issue. Requirements
* General:
* Unix-like system.
* superuser privileges to call commands as root and the tor user, with
* Required programs:
* sh – any POSIX shell:
* doas/sudo (must be already configured)
* tor >= 0.3.5.7
* grep >=0.9
* sed
* tar (Backup)
* openssl >= 1.1 (Client Authorization – requires algorithm x25519, so it can’t be LibreSSL)
* basez >= 1.6.2 (Client Authorization)
* git (Vanguards)
* python(3)-stem >=1.8.0 (Vanguards)
* dialog/whiptail (TUI)
* nginx/apache2 (Web server)
* Optional programs:
* (lib)qrencode >= 4.1.1 (List)
* Development programs:
* pandoc (Manual)
* shellcheck (Review)
If using Vanguards,
git clone https://github.com/nyxnor/onionjuggler.git
cd onionjuggler
et custom variables
You should not modify the default configuration on
To assign values to the variables, yyou can either:
* Open the mentioned configuration file with your favorite editor:
* “${EDITOR:-vi}” /etc/onionjuggler/cond.d/local.conf
or insert configuration to the end of the file with tee:
printf “su_cmd=\”sudo\”\n” | tee -a /etc/onionjuggler/cond.d/local.conf
or edit with sed:
sed -i” “s|^su_cmd=.*|su_cmd=\”doas\”|” /etc/onionjuggler/cond.d/local.conf
Setup the enviroment
Run from inside the cloned repository to create the tor directories, create manual pages and copy scripts to path:
./configure.sh –install
Usage configure.sh
configure.sh setup the environment for OnionJuggler by adding the scripts and manual pages to path and detecting your operating system[...]
___________________________
@hacking_Attack
@Hacking_Video
* Backup – Better be safe.
* Create – Backup of your
torrclines containing hidden service configuration, all of your directories of HiddenServiceDirand ClientOnionAuthDir.* Integrate – Integrate hidden serivces lines configuration from
torrcand the directories HiddenServiceDirand ClientOnionAuthDirto your current system. This option should be used after creating a backup and importing to the current host.* OpSec – Operation Security
* Vanguards – This addon protects against guard discovery and related traffic analysis attacks. A guard discovery attack enables an adversary to determine the guard node(s) that are in use by a Tor client and/or Tor onion service. Once the guard node is known, traffic analysis attacks that can deanonymize an onion service (or onion service user) become easier.
* Unix socket – Support for enabling an onion service over unix socket to avoid localhost bypasses.
* Web server – Serve files with your hidden service using Nginx or Apache2 web server.
* Usability – There are two dialog boxes compatible with the project,
dialogand whiptail.* Bulk – Some commands can be bulked with the argument
@allto include all services or clients depending on the option --serviceor --client, list enabled arguments[SERV1,SERV2,...] and [CLIENT1,CLIENT2,...], the command will loop the variables and apply the combination.* Fool-proof – The script tries its best to filter invalid commands and incorrect syntax. The commands are not difficult but at first sight may scare you. Don’t worry, if it is invalid, it won’t run to avoid tor daemon failing to reload because of invalid configuration. If an invalid command runs, please open an issue. Requirements
* General:
* Unix-like system.
* superuser privileges to call commands as root and the tor user, with
doasor sudo.* Required programs:
* sh – any POSIX shell:
dash0.5.4+, bash2.03+, ksh88+, mkshR28+, yash2.29+, busybox ash1.1.3+, zsh3.1.9+ (zsh --emulate sh) etc.* doas/sudo (must be already configured)
* tor >= 0.3.5.7
* grep >=0.9
* sed
* tar (Backup)
* openssl >= 1.1 (Client Authorization – requires algorithm x25519, so it can’t be LibreSSL)
* basez >= 1.6.2 (Client Authorization)
* git (Vanguards)
* python(3)-stem >=1.8.0 (Vanguards)
* dialog/whiptail (TUI)
* nginx/apache2 (Web server)
* Optional programs:
* (lib)qrencode >= 4.1.1 (List)
* Development programs:
* pandoc (Manual)
* shellcheck (Review)
If using Vanguards,
python2.6is the minimal required for Stem, but it is not going to be installed by default. Instructions Clone the repositorygit clone https://github.com/nyxnor/onionjuggler.git
cd onionjuggler
et custom variables
You should not modify the default configuration on
/etc/onionjuggler/onionjuggler.conf, it will be modified on every update. Your local configurations should be on /etc/onionjuggler/conf.d/*.conf.To assign values to the variables, yyou can either:
* Open the mentioned configuration file with your favorite editor:
* “${EDITOR:-vi}” /etc/onionjuggler/cond.d/local.conf
or insert configuration to the end of the file with tee:
printf “su_cmd=\”sudo\”\n” | tee -a /etc/onionjuggler/cond.d/local.conf
or edit with sed:
sed -i” “s|^su_cmd=.*|su_cmd=\”doas\”|” /etc/onionjuggler/cond.d/local.conf
Setup the enviroment
Run from inside the cloned repository to create the tor directories, create manual pages and copy scripts to path:
./configure.sh –install
Usage configure.sh
configure.sh setup the environment for OnionJuggler by adding the scripts and manual pages to path and detecting your operating system[...]
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - nyxnor/onionjuggler: Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.
Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell. - GitHub - nyxnor/onionjuggler: Manage your Onion Services via CLI or TUI on Unix-like operatin...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
SourceLeakHacker : A Multi Threads Web Application Source Leak Scanner
SourceLeakHacker is a multi-threads web directories scanner.
Installation
pip install -r requirements.txt
Usage
usage: SourceLeakHacker.py [options]
optional arguments:
-h, –help show this help message and exit
–url URL url to scan, eg: ‘http://127.0.0.1/’
–urls URLS file contains urls to scan, one line one url.
–scale {full,tiny} build-in dictionary scale
–output OUTPUT output folder, default: result/YYYY-MM-DD hh:mm:ss
–threads THREADS, -t THREADS
threads numbers, default: 4
–timeout TIMEOUT HTTP request timeout
–level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG}
log level
–version, -V show program’s version number and exit
Example
$ python SourceLeakHacker.py –url=http://baidu.com –threads=4 –timeout=8
[302] 0 3.035766 text/html; charset=iso-8859-1 http://baidu.com//_index.php [302] 0 3.038096 text/html; charset=iso-8859-1 http://baidu.com//__index.php.bak
…
[302] 0 0.063973 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php
[302] 0 0.081672 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.bak
Result save in file: result/2020-02-27 07:07:47.csv
$ cat url.txt
http://baidu.com/
http://google.com/
$ python SourceLeakHacker.py –urls=url.txt –threads=4 –timeout=8
[302] 0 2.363600 text/html; charset=iso-8859-1 http://baidu.com/_/__index.php.bak
[302] 0 0.098417 text/html; charset=iso-8859-1 http://baidu.com/_adm/__index.php.bak
…
[302] 0 0.060524 text/html; charset=iso-8859-1 http://google.com/_adm/_index.php.bak
[302] 0 0.075042 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.back
Result save in file: result/2020-02-27 07:08:54.csv
Demo
https://blogger.googleusercontent.com/img/a/AVvXsEhd9xHc3iuYnE1gfp8QwWl9F8gFnpDETTJm9ltw3UBMC2xhr_PG7GzI1BMDbQSZ72Xklxb5E51hDo9tKN-PHNqBVhhgMfdL4gITWgMPJESc9NRinMSaqHf28zB-g9vgLLSfcqOav3J1rX5CmYOmNOvmVFE8z8EAOFwjcqo9eLMohWdBYAdzExpE38Jc=s1741 https://blogger.googleusercontent.com/img/a/AVvXsEhqm6-NIazQ2rb8KTLT9fq7rsy4g5yBpNNwpqnAPTGjzjWKbECA8tQPbHgyASOOmkniqHYHynU_bLFLYKUTAgnA8kTzrh-vYpsJfJUekJZCVM4g70VUCUbaxdRwKkteR3bz_KZyRzpSxwS8hoHwOrKOxSp_3K2Px12gtvbSpobFtEArkQM_JxWvosiA=s1685 https://blogger.googleusercontent.com/img/a/AVvXsEhh_Zsonh3HGuWx6QfCtI6lB56OwfNpvbBxEnjc7OtudMUMUOVy40WsyQiPKyj301GjZuHkfA7JrWCOS3r9Z3kUWEccdNXqPP7vECsssqMqTpRYpk-QVU9v6IQhfAukanU2Kqu6Rbyavd1X4tQX71C1uZoXanb4JYwl5sr8za6qnGdZzMNHWyUXcN2Q=s1669
Download
___________________________
@hacking_Attack
@Hacking_Video
SourceLeakHacker : A Multi Threads Web Application Source Leak Scanner
SourceLeakHacker is a multi-threads web directories scanner.
Installation
pip install -r requirements.txt
Usage
usage: SourceLeakHacker.py [options]
optional arguments:
-h, –help show this help message and exit
–url URL url to scan, eg: ‘http://127.0.0.1/’
–urls URLS file contains urls to scan, one line one url.
–scale {full,tiny} build-in dictionary scale
–output OUTPUT output folder, default: result/YYYY-MM-DD hh:mm:ss
–threads THREADS, -t THREADS
threads numbers, default: 4
–timeout TIMEOUT HTTP request timeout
–level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG}
log level
–version, -V show program’s version number and exit
Example
$ python SourceLeakHacker.py –url=http://baidu.com –threads=4 –timeout=8
[302] 0 3.035766 text/html; charset=iso-8859-1 http://baidu.com//_index.php [302] 0 3.038096 text/html; charset=iso-8859-1 http://baidu.com//__index.php.bak
…
[302] 0 0.063973 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php
[302] 0 0.081672 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.bak
Result save in file: result/2020-02-27 07:07:47.csv
$ cat url.txt
http://baidu.com/
http://google.com/
$ python SourceLeakHacker.py –urls=url.txt –threads=4 –timeout=8
[302] 0 2.363600 text/html; charset=iso-8859-1 http://baidu.com/_/__index.php.bak
[302] 0 0.098417 text/html; charset=iso-8859-1 http://baidu.com/_adm/__index.php.bak
…
[302] 0 0.060524 text/html; charset=iso-8859-1 http://google.com/_adm/_index.php.bak
[302] 0 0.075042 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.back
Result save in file: result/2020-02-27 07:08:54.csv
Demo
https://blogger.googleusercontent.com/img/a/AVvXsEhd9xHc3iuYnE1gfp8QwWl9F8gFnpDETTJm9ltw3UBMC2xhr_PG7GzI1BMDbQSZ72Xklxb5E51hDo9tKN-PHNqBVhhgMfdL4gITWgMPJESc9NRinMSaqHf28zB-g9vgLLSfcqOav3J1rX5CmYOmNOvmVFE8z8EAOFwjcqo9eLMohWdBYAdzExpE38Jc=s1741 https://blogger.googleusercontent.com/img/a/AVvXsEhqm6-NIazQ2rb8KTLT9fq7rsy4g5yBpNNwpqnAPTGjzjWKbECA8tQPbHgyASOOmkniqHYHynU_bLFLYKUTAgnA8kTzrh-vYpsJfJUekJZCVM4g70VUCUbaxdRwKkteR3bz_KZyRzpSxwS8hoHwOrKOxSp_3K2Px12gtvbSpobFtEArkQM_JxWvosiA=s1685 https://blogger.googleusercontent.com/img/a/AVvXsEhh_Zsonh3HGuWx6QfCtI6lB56OwfNpvbBxEnjc7OtudMUMUOVy40WsyQiPKyj301GjZuHkfA7JrWCOS3r9Z3kUWEccdNXqPP7vECsssqMqTpRYpk-QVU9v6IQhfAukanU2Kqu6Rbyavd1X4tQX71C1uZoXanb4JYwl5sr8za6qnGdZzMNHWyUXcN2Q=s1669
Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
SourceLeakHacker : A Multi Threads Web Application
SourceLeakHacker is a multi-threads web directories scanner. This is a fully automated cyber security tool designed and developed in Python.
Hacking Articles Tips Tricks Videos Tutorials
d html header attributes. * Backup – Better be safe. * Create – Backup of your torrclines containing hidden service configuration, all of your directories of HiddenServiceDirand ClientOnionAuthDir. * Integrate – Integrate hidden serivces lines configuration…
to fit with its default configuration. It can also be used to uninstall. Common development use is to create manual pages, check shell syntax and do all of the aforementioned and give the git status for files to be commited. The update option is raw and only recommended for development as of now.
Install
configure.sh –install ## -i
Uninstall
configure.sh –uninstall ## -d
Update
configure.sh –update ## -u
tui
onionjuggler-tui wraps the CLI in a Terminal User Interface. Some TUI options will let you edit the authorization files, which is recommended to set your favorite text editor to an environment variable that will be tried on the following order:
Read the tui manual
man onionjuggler-tui
To use the TUI, just run:
onionjuggler-tui
cli
onionjuggler-cli is the main script that manages the HiddenServices. Take a look at the documentation inside
Don’t forget the cli manual and the conf manual for advanced usage:
man onionjuggler-cli
man onionjuggler.conf
To create a service named
onionjuggler-cli activate -s terminator -p 80
But can be as advanced as specifying all the parameters:
onionjuggler-cli activate –service terminator –socket unix –version 3 –port 80,127.0.0.1:80 Download
___________________________
@hacking_Attack
@Hacking_Video
Install
configure.sh –install ## -i
Uninstall
configure.sh –uninstall ## -d
Update
configure.sh –update ## -u
tui
onionjuggler-tui wraps the CLI in a Terminal User Interface. Some TUI options will let you edit the authorization files, which is recommended to set your favorite text editor to an environment variable that will be tried on the following order:
DOAS_EDITOR/SUDO_EDITOR, if empty will try VISUAL, if empty will try EDITOR, if empty WILL fallback to Vi.Read the tui manual
man onionjuggler-tui
To use the TUI, just run:
onionjuggler-tui
cli
onionjuggler-cli is the main script that manages the HiddenServices. Take a look at the documentation inside
docsfolder, there are many other onion services management guides. Read:Don’t forget the cli manual and the conf manual for advanced usage:
man onionjuggler-cli
man onionjuggler.conf
To create a service named
terminator, it is as easy as possible:onionjuggler-cli activate -s terminator -p 80
But can be as advanced as specifying all the parameters:
onionjuggler-cli activate –service terminator –socket unix –version 3 –port 80,127.0.0.1:80 Download
___________________________
@hacking_Attack
@Hacking_Video
What You can Learn from Coinbase Hack with USD250k Bounty
https://mikekitckchan.medium.com/what-you-can-learn-from-coinbase-hack-with-usd250k-bounty-3eda9b39ce5?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://mikekitckchan.medium.com/what-you-can-learn-from-coinbase-hack-with-usd250k-bounty-3eda9b39ce5?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
What You can Learn from Coinbase Hack with USD250k Bounty
As a bug bounty hunter, you may experience something like below:
As a bug bounty hunter, you may experience something like below:Continue reading on Medium » (https://mikekitckchan.medium.com/what-you-can-learn-from-coinbase-hack-with-usd250k-bounty-3eda9b39ce5?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
What You can Learn from Coinbase Hack with USD250k Bounty
As a bug bounty hunter, you may experience something like below:
Hacking on Medium
How to Discord Hacker For Hire?
Discord Hacker For Hire: If you want to protect your company from cyber attacks, you should hire cyber expert online.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How to Discord Hacker For Hire?
Discord Hacker For Hire: If you want to protect your company from cyber attacks, you should hire cyber expert online.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How to Discord Hacker For Hire?
Discord Hacker For Hire: If you want to protect your company from cyber attacks, you should hire cyber expert online.
Hacking on Medium
How to hunt for bug bounties
https://cdn-images-1.medium.com/max/960/0*ccUzzJuizxegm5a1.jpg
The first step when looking for bug bounties is to get to know the target.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How to hunt for bug bounties
https://cdn-images-1.medium.com/max/960/0*ccUzzJuizxegm5a1.jpg
The first step when looking for bug bounties is to get to know the target.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How to hunt for bug bounties
The first step when looking for bug bounties is to get to know the target.
Hacking on Medium
What You can Learn from Coinbase Hack with USD250k Bounty
https://cdn-images-1.medium.com/max/2600/0*DyaVvFshHpFZFvNw
As a bug bounty hunter, you may experience something like below:
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What You can Learn from Coinbase Hack with USD250k Bounty
https://cdn-images-1.medium.com/max/2600/0*DyaVvFshHpFZFvNw
As a bug bounty hunter, you may experience something like below:
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What You can Learn from Coinbase Hack with USD250k Bounty
As a bug bounty hunter, you may experience something like below:
Hacking on Medium
An introduction to RFID hacking
https://cdn-images-1.medium.com/max/740/1*4VnjZTpYlOVk2smRkM5qUw.jpeg
Hello everyone this is my first write up hope you guys will like it :), Let’s deep dive into the topic and learn how to gather sensitive…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
An introduction to RFID hacking
https://cdn-images-1.medium.com/max/740/1*4VnjZTpYlOVk2smRkM5qUw.jpeg
Hello everyone this is my first write up hope you guys will like it :), Let’s deep dive into the topic and learn how to gather sensitive…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
An introduction to RFID hacking
Hello everyone this is my first write up hope you guys will like it :), Let’s deep dive into the topic and learn how to gather sensitive…
What’s Next in Microsoft Sentinel?
https://www.reddit.com/r/redteamsec/comments/szm072/whats_next_in_microsoft_sentinel/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/WhatsNextSentinel) [comments] (https://www.reddit.com/r/redteamsec/comments/szm072/whats_next_in_microsoft_sentinel/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/szm072/whats_next_in_microsoft_sentinel/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/WhatsNextSentinel) [comments] (https://www.reddit.com/r/redteamsec/comments/szm072/whats_next_in_microsoft_sentinel/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
What’s Next in Microsoft Sentinel?
Posted in r/redteamsec by u/SCI_Rusher • 0 points and 0 comments
Bash Tricks for Command Execution and Data Extraction over HTTP/S
https://www.reddit.com/r/redteamsec/comments/szm6lc/bash_tricks_for_command_execution_and_data/
submitted by /u/cyberbutler (https://www.reddit.com/user/cyberbutler)
[link] (https://medium.com/@thecyberbutler/ca76e9c80933?source=friends_link&sk=d42778d26f875185c204c462fc5340d9) [comments] (https://www.reddit.com/r/redteamsec/comments/szm6lc/bash_tricks_for_command_execution_and_data/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/szm6lc/bash_tricks_for_command_execution_and_data/
submitted by /u/cyberbutler (https://www.reddit.com/user/cyberbutler)
[link] (https://medium.com/@thecyberbutler/ca76e9c80933?source=friends_link&sk=d42778d26f875185c204c462fc5340d9) [comments] (https://www.reddit.com/r/redteamsec/comments/szm6lc/bash_tricks_for_command_execution_and_data/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Bash Tricks for Command Execution and Data Extraction over HTTP/S
Posted in r/redteamsec by u/cyberbutler • 1 point and 0 comments
Beginner Bug Bounty Journey
https://cyb3rwulfengrav.medium.com/beginner-bug-bounty-journey-3eccb8b71859?source=rss------bug_bounty-5
# IntroductionContinue reading on Medium » (https://cyb3rwulfengrav.medium.com/beginner-bug-bounty-journey-3eccb8b71859?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
https://cyb3rwulfengrav.medium.com/beginner-bug-bounty-journey-3eccb8b71859?source=rss------bug_bounty-5
# IntroductionContinue reading on Medium » (https://cyb3rwulfengrav.medium.com/beginner-bug-bounty-journey-3eccb8b71859?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
Medium
Beginner Bug Bounty Journey
# Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Steal Credentials & Bypass 2FA Using noVNC
https://external-preview.redd.it/KF-X_Y4JLrBWCdT3TGwXWtks6UtDFutk3aVbsRbuVfs.jpg?width=640&crop=smart&auto=webp&s=d209fb6a6a59073f46ca4f9ae9640e88a0b4d2c7 submitted by /u/DrinkMoreCodeMore
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Steal Credentials & Bypass 2FA Using noVNC
https://external-preview.redd.it/KF-X_Y4JLrBWCdT3TGwXWtks6UtDFutk3aVbsRbuVfs.jpg?width=640&crop=smart&auto=webp&s=d209fb6a6a59073f46ca4f9ae9640e88a0b4d2c7 submitted by /u/DrinkMoreCodeMore
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Steal Credentials & Bypass 2FA Using noVNC
Posted in r/hacking by u/DrinkMoreCodeMore • 1 point and 0 comments
hacking: security in practice
Cain and Abel
https://web.archive.org/web/20190422030225/http://www.oxid.it/downloads/ca_setup.exe
im moving this to cold storage today. if for some reason it ever falls off, reply to this, ill drop a seed to torrent it.
submitted by /u/manicglowingshaper69
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Cain and Abel
https://web.archive.org/web/20190422030225/http://www.oxid.it/downloads/ca_setup.exe
im moving this to cold storage today. if for some reason it ever falls off, reply to this, ill drop a seed to torrent it.
submitted by /u/manicglowingshaper69
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Cain and Abel
[https://web.archive.org/web/20190422030225/http://www.oxid.it/downloads/ca\_setup.exe](https://web.archive.org/web/20190422030225/http://www.oxid....