UNDERCODE SECURITY
225 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π•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁

πŸ¦‘MITM ATTACK VIA TERMUX BEST WAY 2020 :

? man-in-the-middle attack (MITM),
> also known as a hijack attack is an attack where the attacker secretly relays and possibly alters the communications between two parties who believe that they are directly communicating with each other. One example of a MITM attack is active eavesdropping, in which the attacker makes independent connections with the victims and relays messages between them to make them believe they are talking directly to each other over a private connection, when in fact the entire conversation is controlled by the attacker

WELL HOW TO DO ?

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

1️⃣$ git clone https://github.com/websploit/websploit.git

2️⃣$ cd websploit

3️⃣$ python setup.py install

4️⃣Select module :

wsf > use arp_spoof
with options command you can see options of current module:

wsf > arp_spoof > options
Change options with set command:

wsf > arp_spoof > set target 192.168.1.24
Finally run module via execute command:

wsf > arp_spoof > execute

πŸ¦‘STILL GE TROUBLE ?

CHECK THIS VID : https://www.youtube.com/watch?v=hqbi86I6KhU

Share usβ€οΈπŸ‘πŸ»
βœ…Topic sources 2020
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁
Forwarded from Free Premium Accounts Telegram Channel - Netflix - Spotify
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Free Premium Accounts Telegram Channel - Netflix - Spotify
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Free Premium Accounts Telegram Channel - Netflix - Spotify
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Free Premium Accounts Telegram Channel - Netflix - Spotify
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Free Premium Accounts Telegram Channel - Netflix - Spotify
Please open Telegram to view this post
VIEW IN TELEGRAM
Promotion for premium ACCOUNTS

WORKING

Join
@PremiumHostTG
Enjoy & Have a good Sunday EveryOne
This media is not supported in your browser
VIEW IN TELEGRAM
some written pdfs tutorials
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁

πŸ¦‘INSTALL UBUNTU ON TERMUX WITHOUT ROOT :
FASTEST WAY :

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

1️⃣Update termux: apt-get update && apt-get upgrade -y

2️⃣Install wget: apt-get install wget -y

3️⃣Install proot: apt-get install proot -y

4️⃣Install git: apt-get install git -y

5️⃣Go to HOME folder: cd ~

6️⃣Download script: git clone
https://github.com/MFDGaming/ubuntu-in-termux.git

7️⃣Go to script folder: cd ubuntu-in-termux

8️⃣Give execution permission: chmod +x
ubuntu.sh

9️⃣Run the script: ./
ubuntu.sh -y

πŸ”ŸNow just start ubuntu: ./
startubuntu.sh

Share usβ€οΈπŸ‘πŸ»
βœ…Topic sources 2020
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁
I saw many sellers they sell our stuff & open sources & accounts from @premiumhostTG

AND THEY COMBINE OUR STUFF IN GB SHIT LINKS AND SEND 🀣🀣🀣🀣
Forwarded from Backup Legal Mega
πŸ¦‘About 2 Tb Useful things
2019-new
e (Over 8000 Courses, Ebooks, Etc)

ENJOY
β€οΈπŸ‘πŸ»
https://mega.nz/folder/TjAGxSLD#pi9cuU55Kqze_7v9tzsMHQ
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁

πŸ¦‘ALL YOU NEED TO KNOW ABOUT SIDE-CHANNEL ATTACK :

WHAT IS SIDE-CHANNEL ATTACK ?

> Side-channel attacks are all threats focused on knowledge obtained from the computer program execution, rather than flaws in the code itself (e.g. cryptanalysis and device bugs). Timing information, power use, electromagnetic interference, or even sound can provide an additional source of information that can be used.


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

A SMALL GUIDE FOR THIS 2020 TOOL :
Using Unicorn as a basis, Rainbow aims to provide an easy scripting interface to loosely emulate embedded binaries, trace them to perform side-channels, and (sometime in the near future :) )simulate fault injections.
-This is to allow quick and easy testing of physical attack resistance of code snippets, in order to help developers have a first evaluation of the resistance of their code.

1️⃣git clone https://github.com/Ledger-Donjon/rainbow.git

2️⃣cd rainbow

3️⃣python3 setup.py install

4️⃣Examples:

In the ./examples/ folder, you will find:

βž•x64_pimpmyxor.py : basic emulation of this challenge
βž•CortexM_AES : a simple ARM Thumb AES
βž•Hacklu2009 : a side-channel solution of a whitebox challenge
βž•HW_analysis : a side-channel simulation of a pin comparison, and a fault injection simulation
βž•ledger_ctf2 : side-channel solution of a whitebox challenge
βž•OAES : an x86 whitebox tracing example that discards useless instructions
βž•SecAESSTM32 : a starting point to test ANSSI's STM32 secure AES implementation

5️⃣Grab a device or generic emulator like so

from rainbow.devices import rainbow_stm32f215
from rainbow.generics import rainbow_x86

e = rainbow_stm32f215(sca_mode=False)

> Loading a binary

e.load('file', typ='.elf')
File type is guessed on the extension when possible (.elf, .hex).

6️⃣Starting the emulation is done like so:

e.start(start_address, stop_address, count=number_of_instructions)
Just like with unicorn. The underlying Unicorn instance is always available as e.emu.

πŸ¦‘More : 1 h 22 min

https://m.youtube.com/watch?v=3v5Von-oNUg

πŸ¦‘related advanced tools https://github.com/Ledger-Donjon/lascar

Share usβ€οΈπŸ‘πŸ»
βœ…Topic sources 2020
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«6𝔬𝓓ⓔ β–„ β–‚ ▁