UNDERCODE SECURITY
226 subscribers
295 photos
1.03K files
1.73K links
πŸ¦‘WELCOME IN UNDERCODE TESTING FOR LEARN HACKING | PROGRAMMING | SECURITY & more..

THIS CHANNEL BY :

@UndercodeTesting
UndercodeTesting.com (official)

@iUndercode
iUndercode.com (iOs)

@Dailycve
DailyCve.com


@UndercodeNews
UndercodeNews.com
Download Telegram
β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘BlackWeb - termux/linux

> Blackweb is a project that collects and unifies public blocklists of domains (porn, downloads, drugs, malware, spyware, trackers, bots, social networks, warez, weapons, etc.) to make them compatible with Squid-Cache

> Blackweb es un proyecto que recopila y unifica listas pΓΊblicas de bloqueo de dominios (porno, descargas, drogas, malware, spyware, trackers, bots, redes sociales, warez, armas, etc) para hacerlas compatibles con Squid-Cache

πŸ„ΈπŸ„½πŸ…‚πŸ…ƒπŸ„°πŸ„»πŸ„»πŸ„ΈπŸ…‚πŸ„°πŸ…ƒπŸ„ΈπŸ„ΎπŸ„½ & πŸ…πŸ…„πŸ„½ :

1) git clone --depth=1 https://github.com/maravento/blackweb.git

( download )

> wget -q -N https://raw.githubusercontent.com/maravento/blackweb/master/blackweb.tar.gz && cat blackweb.tar.gz* | tar xzf - )

2) cd blackweb

3) wget -q -N https://raw.githubusercontent.com/maravento/blackweb/master/checksum.md5
md5sum blackweb.txt | awk '{print $1}' && cat checksum.md5 | awk '{print $1}'

πŸ¦‘E X A M P L E S :

> blackweb.txt (e.g.: .youtube.com .googlevideo.com, .ytimg.com, etc) / Usar blockdomains.txt para agregar dominios no incluidos en blackweb.txt (ejemplo: .youtube.com .googlevideo.com, .ytimg.com, etc.)

> acl allowdomains dstdomain "/path_to/allowdomains.txt"
acl blockdomains dstdomain "/path_to/blockdomains.txt"
acl blackweb dstdomain "/path_to/blackweb.txt"
http_access allow allowdomains
http_access deny blockdomains
http_access deny blackweb

enjoyβ€οΈπŸ‘πŸ»
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘FULL ANONIMITY GUIDE BY UNDERCODE
πŸ¦‘1️⃣What is Whonix
Whonix is a Linux-based operating system focused on anonymity and security. It is designed to hide the user's IP address / location and uses the Tor network to anonymize data traffic. This means that the server being accessed and the Tor network operators cannot easily determine which sites are being visited or the user's physical location.


2️⃣WHY ?
> Choice: Whonix, Tails, Tor Browser ...
Whonix is ​​not the only operating system for anonymity. Another analogue is Tails . Like Whonix , Tails also uses Tor , so the question might be: Why is an operating system that uses Tor better than the Tor browser ?

The choice of anonymity tool will largely depend on your needs.

The Tor browser will suffice if you want to bypass site blocking or want to hide your IP address in non-crete situations.

The Tails operating system is designed for those situations where not only it is critical to maintain anonymity, but also in the event of a physical seizure of a computer, make it impossible to collect evidence. For this, for example, in Tails it is impossible to save files except on a specially created encrypted storage. Program and operating system settings, like the history of any activity, are not saved by default either. To enable this you need to read the instructions - safe but not convenient. In practice, many users do not need such measures. See also Tails Guide .
3️⃣Which version of Whonix to download

> To run Whonix, you need a free program for working with virtual machines - VirtualBox .

To broaden your horizons , the VirtualBox Manual is recommended , at least read about installing this program into your operating system:

1) Installing VirtualBox on Windows

2) Installing VirtualBox on Linux

<> Go to the Whonix download page on the official website: https://www.whonix.org/wiki/Download
4️⃣In fact, Whonix for Windows and Linux is no different, since it runs in a virtual machine, so when you click on any download link, you will find yourself on the next page where you will have to choose between:

A) Whonix with XFCE (recommended for beginners) - Whonix operating system with a graphical interface (recommended for beginners)

B) Whonix with CLI is a command line only operating system.
Select " Whonix with XFCE " - you will be taken to the next page, where to download you need to press the big green button.
5️⃣How to install Whonix ?

The file will be downloaded with the extension .ova of the form Whonix-XFCE - *. Ova . Run it with a double click - if you already have VirtualBox installed, this file will automatically open in it.

Just click the " Import " button

6️⃣What is Whonix-Gateway and Whonix-Workstation ?


1) Whonix-Gateway is a gateway. It is a specially configured Linux d>stribution that runs Tor, but cannot run applications. Purpose - to provide Internet access for Whonix-Workstation , that is, to be a gateway. Whonix-Workstation can work without Whonix-Gateway, but the workstation will not have Internet access.

2) Whonix-Workstation is a complete Linux operating system that can run applications. This OS also has special Internet settings - access to the global network is possible only through the Whonix-Gateway .

3) The settings of the Whonix-Gateway virtual machine can be left by default, since it is not very resource -intensive, and you can add resources to the Whonix-Workstation , in particular, RAM. To do this, right-click on Whonix-Workstation and click " Configure ".

4) Go to the " System " tab and increase the size of the " Main memory

]
7️⃣What is the default password in Whonix
Default credentials:

Username: user
Password: changeme
Change the password on both systems by running the command:

> sudo passwd user
8️⃣How to check the reliability of Whonix "

> You can check your system for the disclosure of the real IP address, as well as for various types of leaks (for example, DNS leaks), for this we have compiled a list of " Services for finding IP address leaks ".

9️⃣ How to update programs in Whonix
To update all packages in the system, programs and the OS itself, run the command:

> sudo apt update && sudo apt dist-upgrade

πŸ”ŸIt needs to be done from time to time in both the Whonix-Gateway and Whonix-Workstation.

> Updates, in addition to fixing bugs and adding new functions, may close identified vulnerabilities.
E N J O Y β€οΈπŸ‘πŸ»
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
FULL ANONIMITY GUIDE 2020 WITH PICTURES
@UndercodeTesting
Forwarded from Backup Legal Mega
ENJOY β€οΈπŸ‘πŸ»
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ frequency scanning GUI for the OsmoSDR rtl-sdr library :

WORKING
ON :

-Windows 7 (x86 and x64)
-Windows 8.1 (x64)
-Ubuntu 12.04 (x86)
-Ubuntu 12.10 (x64)
-Ubuntu 13.04 (x64)
-Ubuntu 14.04 (x64)
-OS X Snow Leopard
-OS X Mountain Lion
-Termux(root + requirements)

πŸ„ΈπŸ„½πŸ…‚πŸ…ƒπŸ„°πŸ„»πŸ„»πŸ„ΈπŸ…‚πŸ„°πŸ…ƒπŸ„ΈπŸ„ΎπŸ„½ & πŸ…πŸ…„πŸ„½ :

1️⃣UBUNTU :

1) Press CTRLALTT to open a command window and run the following command to install the libraries:

2)sudo apt-get install python python-wxgtk3.0 rtl-sdr

3)Install the software using:

4) sudo pip install -U rtlsdrscanner

Now you should be able to run the program:

5) python -m rtlsdr
scanner

2️⃣FEDORA :

From the GNOME desktop start a new terminal. Type the following to install the libraries:

1) sudo dnf install python-matplotlib-wx rtl-sdr

Install the software using:

2) sudo pip install -U rtlsdrscanner

Now you should be able to run the program:

3)python -m rtlsdr
scanner

3️⃣Arch Linux

From the GNOME desktop start a new terminal. Type the following to install the dependencies:

1) sudo pacman -S python2-matplotlib rtl-sdr

The install the application:

2) sudo pip install -U rtlsdrscanner

Now you should be able to run the program:

3) python -m rtlsdr
scanner

4️⃣FOR WINDOWS :

https://eartoearoak.com/taxonomy/term/12

E N J O Y β€οΈπŸ‘πŸ»
@UndercodeTesting
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Debugging Punycode-IDN tutorials & tools
#resources

>Remove hostnames larger than 63 characters (RFC 1035)

> other characters inadmissible by IDN

> convert domains with international characters (not ASCII) and used for homologous attacks to Punycode/IDNA format /

> https://docs.oracle.com/javase/tutorial/i18n/network/idn.html

>https://blog.arvixe.com/using-idn-conversion-tool-in-websitepanel/

> https://www.systutorials.com/docs/linux/man/1-idn/

E N J O Y β€οΈπŸ‘πŸ»
@UndercodeTesting
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Inactive Blocklists :

- CHEF-KOCH BarbBlock-filter-list

- hosts-file.net (included: ad_servers, emd, grm, hosts, psh)

- margevicius easylistlithuania

- Passwall SpamAssassin

- squidblacklist.org (included: dg-ads, dg-malicious.acl)

- UrlBlacklist

βœ…git 2020
@UndercodeTesting
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁