UNDERCODE COMMUNITY
2.69K subscribers
1.24K photos
31 videos
2.65K files
81K links
πŸ¦‘ Undercode World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE


✨ Youtube.com/Undercode
by Undercode.help
Download Telegram
Forwarded from UNDERCODE NEWS
AI chatbot'Iruda' DB and deep learning conversation model discards from Scatter Lab.
#Updates
Forwarded from UNDERCODE NEWS
Amazon will allow other businesses to grow Alexa voice assistants from closed to open.
#International
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ How to list installed packages on Linux:

1.How to list installed packages on Arch Linux using pacman command
Pacman is the default package manager for Arch Linux and its derivatives such as Manjaro Linux.

To list all installed packages using pacman on Arch Linux and its variants, run:

$ pacman -Q
If you want to view a page of scrolling output, pipe the output to the more command, as shown below:

$ pacman -Q | more
To list only explicitly installed packages and versions:

$ pacman -Qe
To display only the total number of installed packages on Arch Linux, pipe the output of pacman to the wc command:

$ pacman -Q | wc -l
134
As you can see from the above output, I have installed 134 packages on my Arch Linux system.

2. How to list installed packages in Alpine Linux using apk command.
Apk, short for Alpine Package Manager, is the default package manager for Alpine Linux.

Command to view a list of installed packages in Alpine Linux:

$ apk info
If you want to see a list of installed packages, as well as the version number and description of the package, use the -vv flag as shown below:

$ apk info -vv
Conclusion:

lm_sensors-3.4.0-r6 - Collection of user space tools for general SMBus access and hardware monitoring.
man-1.14.3-r0 - dummy package for upgrade compatibility. this can safely be removed
libcrypto1.1-1.1.1i-r0 - Crypto library from openssl
libssl1.1-1.1.1i-r0 - SSL shared libraries
[...]
To list only the total number of all installed packages in Alpine Linux, pipe the output of apk information to the wc command as shown below:

$ apk info | wc -l
86
3. Let's list the installed packages in Debian, Ubuntu using the apt command.
Apt provides a high-level command line interface for the package management system in Debian, Ubuntu and other Debian based systems.

To display a list of installed packages on Debian, Ubuntu, Linux Mint and other DEB based systems, run:

$ apt list --installed
Display the total number of installed packages on Debian based systems, pipe the output of the apt command to the wc command as shown below:

$ apt list --installed | wc -l
2575
4. Let's list the installed packages in Debian, Ubuntu using the dpkg command.
Dpkg is a command line tool for installing, building, removing and managing Debian packages.

To list all installed packages with versions and details using the dpkg command, run:

$ dpkg -l
Alternatively, you can use the dpkg-query command to list all installed Debian packages.

$ dpkg-query -l
List only the total number of packages installed on Debian based systems:

$ dpkg -l | wc -l
2668
$ dpkg-query -l | wc -l
2668
5. Listing installed packages in RHEL, Fedora, CentOS using the yum command.
Yum, short for Yellowdog Updater, Modified, is a command line management utility for installing and managing packages on Red Hat based systems.

It has now been replaced by dnf in the latest RHEL and CentOS versions.

To find a list of installed packages on Fedora, RHEL and its clones such as CentOS, run:

$ yum list installed
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
We work now on the final patches in undercode hacking blog, stay tunned !!
Forwarded from DailyCVE
πŸ”΅Unpatched Taiwan Weilun Technology Co., Ltd. EasyAccess2.0 (Windows client) has a dll hijacking vulnerability:

https://dailycve.com/unpatched-taiwan-weilun-technology-co-ltd-easyaccess20-windows-client-has-dll-hijacking
Forwarded from UNDERCODE NEWS
The Chrome browser want to uninstall the PWA application status bar.
#Updates
Forwarded from UNDERCODE NEWS
WeChat replied with "message delay": device jitter induced by set messages.
#Bugs
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Search for any apk and download:

https://apk4free.net/

https://www.apkmirror.com/

https://apkpure.com/

https://www.9apps.com/

https://www.revdl.com/

https://androidapksfree.com/

https://www.modapkdown.com/

http://apkreal.com/

http://allfreeapk.com/

https://an1.com/

https://www.apkwhale.com/

https://www.androidp1.com/

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Will Parler's blockage limit freedom of speech? Cook: We are a private network with laws and regulations.
#International
Forwarded from UNDERCODE NEWS
The Trump administration wants Intel and other licenses to supply Huawei to be revoked.
#Ban
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ Anti DDOS solution:

Anti-DDOS project is an open source software project developed to protect against DOS and DDoS attacks. The project was written using bash programming language. By writing iptables rules into the Linux operating system. Takes the necessary defense configurations. And it only works on the linux operating system. 100% compatible for Linux operating systems. It does not provide 100% security, it will only help you to take the necessary measures.

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

1) Cloning an Existing Repository ( Clone with HTTPS )
root@ismailtasdelen:~# git clone https://github.com/ismailtasdelen/Anti-DDOS.git

Cloning an Existing Repository ( Clone with SSH )
root@ismailtasdelen:~# git clone git@github.com:ismailtasdelen/Anti-DDOS.git

2) go to dir

3) root@ismailtasdelen:~# bash ./anti-ddos.sh


Denial of Service : https://www.owasp.org/index.php/Denial_of_Service

Denial of Service Cheat Sheet : https://www.owasp.org/index.php/Denial_of_Service_Cheat_Sheet

Application Denial of Service : https://www.owasp.org/
index.php/Application_Denial_of_Service

Testing for Denial of Service : https://www.owasp.org/index.php/Testing_for_Denial_of_Service

DRAFT Denial of Service Cheat Sheet : https://www.owasp.org/index.php/DRAFT_Denial_of_Service_Cheat_Sheet

Regular expression Denial of Service - ReDoS : https://www.owasp.org/index.php/

Regular_expression_Denial_of_Service_-_ReDoS
Published Website :

KitPloit - https://www.kitploit.com/2017/10/anti-ddos-anti-ddos-bash-script.html

CISOfy - https://linuxsecurity.expert/tools/anti-ddos/

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Many M1 Macs are stuck by the issue of users swapping screen savers easily.
#Bugs
Forwarded from UNDERCODE NEWS
At least 2 Xbox masterpieces that were not yet announced in 2021 will be open to Microsoft.
#Technologies