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
Europe threatens Russian Internet companies. Yandex, Mail.ru, Aviasales, Ozon are under attacK.
#international
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘HTML-Email-Hacks
A series of HTML hacks for all those lovely Email clients out there.

This repo is a place to put all of the HTML Email hacks we all depend on so much to get our campaigns looking and feeling sweet and spiffy.

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

GET https://github.com/FunWithEmail/HTML-Email-Hacks

Click To Tap:
Change button text responsively
@media screen and (max-width:600px) {
span[class=click] { display: none !important; max-height: 0 !important; }
span[class=tap]:after { content:"Tap"; }
}
<a href="#"><span class="tap"><span class="click">Click</span></span> here</a>
-courtesy of Nicole Merlin

Kill Gmail App Zooming:
Stop Gmail app from zooming text
style="min-width:600px;"
-courtesy of Chris Wise

Target Webkit Clients:
Webkit support is best support
@ media screen and (-webkit-min-device-pixel-ratio:0) { }
-courtesy of Kevin Mandeville

Margins and Float in Outlook:
Use a capital β€œM” or β€œF”
style="Margin: 20px; Float: left"
-courtesy of Nicole Merlin

Interactive Email in Gmail:
No Class or ID selector support
Use lang as selector with "x-" prefix

* [lang~="x-selector"] { }
<div lang="x-selector"></div>
-courtesy of Justin at FreshInbox

Interactive Email con’t - Hover!:
Hover effect works on these clients:
Gmail:

* [lang~="x-selector"]:hover { }
Outlook Web:

.class:hover
Yahoo! Web:

.class:hover
-courtesy of Justin at FreshInbox


More usage go to https://github.com/FunWithEmail/HTML-Email-Hacks
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Japanese show’s robots work’s separately during business hours in the underground shopping area of Shinjuku.
#Technologies
Forwarded from UNDERCODE NEWS
Special Project: Most Important Gateways to Israeli Tech - 2021
#international
Forwarded from UNDERCODE NEWS
"6G" technology development has become more active beyond 5G, what are the six points?
#Technologies
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ANALYSIS SPECIAL TOOLS :

[Autoruns](https://technet.microsoft.com/en-us/sysinternals/bb963902)
Noriben
[API Monitor](http://www.rohitab.com/apimonitor)
iNetSim
[SmartSniff](http://www.nirsoft.net/utils/smsniff.html)
TCPView
[Wireshark](https://www.wireshark.org/download.html)
Fakenet
[Volatility](https://github.com/volatilityfoundation/volatility)
Dumpit
[LiME](https://github.com/504ensicsLabs/LiME)
Cuckoo
[Objective-See Utilities](https://objective-see.com/products.html)
XCode Instruments - XCode Instruments for Monitoring Files and Processes User Guide

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Sberbank will issue a branded cryptocurrency and purchase an online shop from Mail.ru
#international
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘πŸŒ Best JavaScript frameworks / libraries for front-end development :

1) React is not really a framework, but rather a JavaScript library for building user interfaces.

It is open source and maintained by Facebook and the individual developer community.

2) React was originally written by Jordan Walk as an internal Facebook tool.

πŸ¦‘Some of its features include the following:

Provides reactive, customizable and reusable components
Uses virtual DOM
Very fast
Component based
One-way data binding
Reusable code
Behind it is a vibrant and thriving ecosystem.
Convenient state management
Installation and use

React can be used in two different ways:

Through CDN
Using Node.JS
Through CDN
You can refer to their official website for a script link that you can include in the title tag in your HTML markup.

Choose links based on your purpose.

A) For example, when used in a development environment:

<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>

B) And for production:

<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>

C) Using Node.JS
I assume you already have NodeJS installed.
To install React, just enter the following command.
sudo npm i -g create-react-app --save-dev

D) After the installation is complete, enter the following command
create-react-app my-first-react-application

The above command will install all the prerequisite libraries required for React to work properly, including the development server, webpack, and babel.

Go to your application folder my-first-response-application and run the following command

npm start

The above command will start the development server on port 3000.
And, when you access the IP address of your server on port 3000, you should have a welcome page

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
New critical vulnerability in daemon lib for Linux and Windows could allow an attacker to gain access over system.
#Vulnerabilities
Forwarded from UNDERCODE NEWS
Built a special file system with a compression ratio of records.
#Updates
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Metasploit-Android

This module uses the Metasploit framework built into Kali-Linux to create and Android APK that will allow a back door into the users phone.

The script creates the malicious APK file and embeds it into a normal, unsuspicious APK that when opened, will automatically trigger a Perl script to create a persistent backdoor into the users phone. This can be done in two ways, over your local area network (LAN), or you can open a port for the data to be sent to and listen on the local binding for the data coming in. These options can be specified during the process of the script creating the APK.

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

1) This tool should run under most versions of Linux but is optimized for working on Kali. The setup is very straight-forward just copy and paste the following code into a terminal:

wget https://raw.githubusercontent.com/AaronVigal/Metasploit-Android/master/setup

2) sudo chmod +x setup

3) sudo ./setup

4) cd ~/Desktop/Metasplot/Android

5) sudo ./exploit

6) The setup file checks/installs the following dependencies:

Metasploit Framework
Ruby

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Cyber attack on the website and servers of the insurance company Shirbit; Information on policyholders leaked to the network
#CyberAttacks
Forwarded from UNDERCODE NEWS
Created a replacement for the late Adobe Flash Player that works better and safer.
#Updates
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

New .onion legit links:

BRCHAN http://brchanansdnhvvnm.onion/ online

Neboard http://neboardo3svhysmd.onion/ online

БловСсный Π‘ΠΎΠ³Π°Ρ‚Ρ‹Ρ€ΡŒ http://sblib3fk2gryb46d.onion/ online

HYDRA http://hydraruzxpnew4af.onion/ online

Mail2Tor@onion http://mail2tor2zyjdctd.onion/ online

Stronghold Paste http://nzxj65x32vh2fkhk.onion/ online

BODY TO MIND http://bodytomind5hql5r.onion/ offline

UD http://underdj5ziov3ic7.onion/ online

Beehive http://beehive6ratfqulk.onion/ online

Sauf.Γ§a http://saufca42reinzasa.onion/ online

The Hidden Wiki http://kpvz7ki2lzvnwve7.onion/ online

Radical Militant Library http://c3jemx2ube5v5zpg.onion/ offline

Verified.VC – only checked people

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Fitbit provides paid health promotion service in Japan, JMDC exclusively sells for corporations.
#Updates