UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.1K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


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

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
Forwarded from UNDERCODE NEWS
AMD confirms a new generation of Ryzen Thread Ripper processor Zen3 architecture: see you next year.
#Technologies
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Saved your files on linuxβ€”>Backup and restore package selections with apt/dpkg :

Backup package list:

A) # dpkg --get-selections > pkg.list
Restore:

# dpkg --set-selections < pkg.list
# apt-get -u dselect-upgrade # this will pull and install all missing packages
see dpkg(1)

B) Sources.list
# To add an CD-ROM, use apt-cdrom

deb file:///debian jessie main contrib non-free

deb http://ftp.cn.debian.org/debian jessie main contrib non-free
deb http://ftp.cn.debian.org/debian jessie-backports main contrib non-free
deb http://ftp.cn.debian.org/debian jessie-proposed-updates main contrib non-free
deb http://ftp.cn.debian.org/debian-security jessie/updates main contrib
deb http://ftp.cn.debian.org/debian unstable main contrib non-free
deb http://ftp.cn.debian.org/debian experimental main contrib non-free

deb-src http://ftp.cn.debian.org/debian jessie main contrib non-free
deb-src http://ftp.cn.debian.org/debian unstable main contrib non-free

deb http://ftp.cn.debian.org/debian jessie main contrib non-free
deb-src http://ftp.cn.debian.org/debian jessie main
APT preferences
see apt_preferences (5)

C) List and Search package contents
$ dpkg -S pkg # to search installed package content
$ dpkg -L pkg # to list installed package content
$ apt-file sesarch file # search file among both installed and uninstalled packages
Package dependency
$ apt-cache depends pkg
$ apt-cache rdepends pkg

D) # aptitude can resolve some tough dependency situation
$ aptitude install pkg-with-dependency-trouble
Purge packages that are not completely removed
$ dpkg -l | grep ^rc | awk '{print $2}' | sudo xargs dpkg --purge

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
ARM joins X86: Why was Apple M1 successful but failed with Snapdragon 850?
#Technologies
Forwarded from UNDERCODE NEWS
Twitter designer β€œCall of Duty 17” hacked unsatisfied with SBMMM
#CyberAttacks
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘DESIGN YOUR GNOME LINUX DESK :

Making top bar (panel) thinner

$ sudo vim /usr/share/gnome-shell/theme/gnome-shell.css

And find this line:

/* TOP PANEL */
/* ... */
#panel {/* ... */
height: 1.86em;
}

change the `height` value as you want.
such as `'s/1.86em/1.75em/g'`

then restart gnome-shell ( Alt+F2, r )

This at least works on Gnome 3.4 (wheezy) and Gnome 3.8 (jessie 2014/06).


Making top panel transparent
===

Edit `/usr/share/gnome-shell/theme/gnome-shell.css`,
find the "panel" section,
then subtitude `black` with a `rgba()` function.

#panel {
/* background-color: black; */
background-color: rgba(0,0,0,0.382);
[...]

You can also change the color of the corners of top bar:

625 .panel-corner {
626 -panel-corner-radius: 6px;
627 -panel-corner-background-color: rgba(0,0,0,0.382);
628 -panel-corner-border-width: 2px;
Then restart gnome-shell.


However, one may find that there is no `gnome-shell.css` such a file
in package `gnome-shell 3.18`, and this new file appeared:

/usr/share/gnome-shell/gnome-shell-theme.gresource
```
according to gresource(1) from package libglib-bin, this is a resource ball compiled into ELF format,
and with gresource list gnome-xxx.gresource you can see a complete list of its contents.

Due to the ELF format, we need to ensure its displacements not being broke if think of dirty hack.
Let's edit it with vim -b, vim's binary mode, but without xxd.

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
WeChat, Alipay, etc., will experience big adjustments, with 270 million individuals.
#Updates
Forwarded from UNDERCODE NEWS
Sberbank has launched a facility for cloud gaming. For now free.
#Updates
Forwarded from UNDERCODE NEWS
On the way to the IPO: Get to know the new unicorn that fights network thieves.
#International
Forwarded from UNDERCODE NEWS
Vodafone gives the chance to come back with really great offers to all its past customers, here are all the specifics.
#Updates
Forwarded from UNDERCODE NEWS
Huawei's first launch of HarmonyOS 2.0 developer beta, 4.04 GB to replace the bottom layer.
#Updates
Forwarded from UNDERCODE NEWS
The Russian Livecoin crypto exchange was compromised and lost control of its server.
#CyberAttacks
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘NEW UPDATE INFacebook pentesting tool :

Facebook friend info fetcher
Get ID from friend
Get ID friend from friend
Get group member ID
Get email friend
Get email friend from friend
Get a friend's phone number
Get a friend's phone number from friend
Mini Hack Facebook(Target)
Multi Bruteforce Facebook
Super Multi Bruteforce Facebook
BruteForce(Target)
Yahoo Checker
Bot Reactions Target Post
Bot Reactions group Post
BOT COMMENT Target Post
BOT COMMENT group Post
Mass delete Post
Mass accept friends
Mass delete friend
ACreate Post
Create Wordlist
Account Checker
See my group list
Profile Guard

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

Open terminal ajnd type
1) $ git clone https://github.com/mkdirlove/FBTOOL

2) $ cd FBTOOL

3) $ sudo python2 fbtool.py

4) choose option
or

$ python2 fbtool.py


▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Up to 1.48 million customer data leaked at Rakuten were inaccurate or sales force device settings.
#Leaks
Forwarded from UNDERCODE NEWS
Countermeasures are behind "Online skimming" to steal card information without a trace.
#CyberAttacks