UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.3K 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
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘ Unblocking updates of WiU:

If for whatever reason, you would like to return the Wii U to it's original updating state, start by following "1A)" or "1B)" of the guide, then proceed to the next step of this section:

1) PC: Use an FTP client to connect to your Wii U using the IP address and port on your Wii U screen.

2) PC: Once connected, Navigate to: "storage_mlc/sys/"

3) PC: Right-click, and select "Create Directory". Create โ€œupdateโ€ folder. Once created, right-

4) click again, and select "File Permissions".

5) PC: When you originally did section > , if your permissions were the same as the screenshot in that section, enter those same permissions here. If not, then you should have noted them down somewhere. Enter those values instead, then click ok.

6) Wii U: Press "Home" button to get back to HBL, press it again to get back to Mii Maker.

7) Wii U: Exit Mii Maker, and click on system settings.

8) System Settings: Attempt to update your Wii U as Normal. It should proceed to update normally.

@undercodeTesting
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿฆ‘How to install Nmap in Termux

You can install Nmap in Termux just by typing a few commands
If you have already installed Termux from play store then open Termux and type below command

1) termux-setup-storage

You will be asked to give permission to Termux for storage access

After that type below command

2) apt update && apt upgrade
After that you will be asked to update packages to newer packages, so simply type y for yes and hit enter

3) To install Nmap you have to type below command

pkg install nmap

That's all you have successfully installed nmap in Termux
๐Ÿฆ‘ Hydra for Termux
As you know hydra is a powerful brute force tool to guess and crack valid passwords, let's see how we can install it on Termux

How to install and use hydra in Termux
Hydra can be installed in Termux just by typing below command

> pkg install hydra

After installing hydra, you can use hyrda by typing hydra in Termux
๐Ÿฆ‘ Metasploit For Termux


Metasploit is an advanced hacking tool, which is now available for Termux, let's see how to install Metasploit in Termux

We can install Metasploit in Termux by various methods but i recommend you to install it by one automatic

๐Ÿฆ‘How to install and use Metasploit in Termux

To install Metasploit in Termux just type below commands

1) cd $HOME

Then type

2) pkg install wget

Then type

3) wget https://Auxilus.github.io/metasploit.sh

Finally type

4) bash metasploit.sh

That's all you have successfully installed Metasploit in Termux
To use Metasploit just type below command

./msfconsole
๐Ÿฆ‘Sqlmap for Termux
Sqlmap is a powerful tool for SQL injection scanning and database dumping of websites


You can install it by typing few commands

Firstly install git by typing

1) pkg install git

Then type below command

2) git clone https://github.com/sqlmapproject/sqlmap

then install python2 in Termux by typing below command

3) pkg install python2

Finally goto sqlmap folder by typing cd sqlmap

Finally type below command to run sqlmap

4) python2 sqlmap.py
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘ Social Engineer Tool For Termux

Social engineer tool is a powerful tool to perform several social engineering attacks, including spoofing and more


Let's see how to install and use SET in Termux

Firstly type below command to install curl

1) pkg install curl

Then type below command

2) curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
Then type below command

3) sh setoolkit.sh

Now type

4) cd setoolkit

Now type

5) ./setup.py

finally type

6)./setoolkit

โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘ Xerxes DDoS Tool For Termux


Xerxes is a powerful DDoS tool which is written in C Language, in order to install and use it on Termux then follow below steps

After installing git you have to install c language in Termux for that type below command

pkg install clang

After that type below command

1) git clone https://github.com/zanyarjamal/xerxes

2) After that goto xerxes folder by typing cd xerxes

And type this command

3) clang xerxes.c -o xerxes

Now you can run Xerxes by typing ./xerxes


โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘How to install and use Fsociety Tool in Termux

Fsociety tool is an advanced hacking tool which contains powerful hacking tools, now let's see how to install and use it

Firstly install git in Termux by typing pkg install git


Then type below commands

1) git clone https://github.com/Manisso/fsociety.git

2) pip2 install requests

3) chmod +x fsociety.py

4) python2 fsociety.py


โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘2020 DEEPWEBSITES :

Hidden Service lists and search engines
http://3g2upl4pq6kufc4m.onion/ โ€“ DuckDuckGo Search Engine
http://zqktlwi4fecvo6ri.onion/wiki/index.php/Main_Page โ€“ Uncensored Hidden Wiki
http://idnxcnkne4qt76tg.onion/ โ€“ Tor Project: Anonymity Online
http://torlinkbgs6aabns.onion/ โ€“ TorLinks
http://jh32yv5zgayyyts3.onion/ โ€“ Hidden Wiki .Onion Urls
http://wikitjerrta4qgz4.onion/ โ€“ Hidden Wiki โ€“ Tor Wiki
http://xdagknwjc7aaytzh.onion/ โ€“ Anonet Webproxy
http://2vlqpcqpjlhmd5r2.onion/ โ€“ Gateway to Freenet
http://nlmymchrmnlmbnii.onion/ โ€“ Is It Up?
http://wiki5kauuihowqi5.onion/ โ€“ Onion Wiki โ€“ 650+ working 05.2017 deep web links
http://j6im4v42ur6dpic3.onion/ โ€“ TorProject Archive
http://p3igkncehackjtib.onion/ โ€“ TorProject Media
http://kbhpodhnfxl3clb4.onion โ€“ Tor Search
http://cipollatnumrrahd.onion/ โ€“ Cipolla 2.0 (Italian)


โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘ 2020 ALL Marketplace Commercial Services FROM HIDDENWIKI :


http://6w6vcynl6dumn67c.onion/ โ€“ Tor Market Board โ€“ Anonymous Marketplace Forums
http://wvk32thojln4gpp4.onion/ โ€“ Project Evil
http://5mvm7cg6bgklfjtp.onion/ โ€“ Discounted electronics goods
http://lw4ipk5choakk5ze.onion/raw/evbLewgkDSVkifzv8zAo/ โ€“ Unfriendlysolution โ€“ Legit hitman service
http://nr6juudpp4as4gjg.onion/torgirls.html โ€“ Tor Girls
http://tuu66yxvrnn3of7l.onion/ โ€“ UK Guns and Ammo
http://nr6juudpp4as4gjg.onion/torguns.htm โ€“ Used Tor Guns
http://ucx7bkbi2dtia36r.onion/ โ€“ Amazon Business
http://nr6juudpp4as4gjg.onion/tor.html โ€“ Tor Technology
http://hbetshipq5yhhrsd.onion/ โ€“ Hidden BetCoin
http://cstoreav7i44h2lr.onion/ โ€“ CStore Carded Store
http://tfwdi3izigxllure.onion/ โ€“ Apples 4 Bitcoin
http://e2qizoerj4d6ldif.onion/ โ€“ Carded Store
http://jvrnuue4bvbftiby.onion/ โ€“ Data-Bay
http://bgkitnugq5ef2cpi.onion/ โ€“ Hackintosh
http://vlp4uw5ui22ljlg7.onion/ โ€“ EuroArms
http://b4vqxw2j36wf2bqa.onion/ โ€“ Advantage Products
http://ybp4oezfhk24hxmb.onion/ โ€“ Hitman Network
http://mts7hqqqeogujc5e.onion/ โ€“ Marianic Technology Services
http://mobil7rab6nuf7vx.onion/ โ€“ Mobile Store
http://54flq67kqr5wvjqf.onion/ โ€“ MSR Shop
http://yth5q7zdmqlycbcz.onion/ โ€“ Old Man Fixerโ€™s Fixing Services
http://matrixtxri745dfw.onion/neo/uploads/MATRIXtxri745dfwONION_130827231336IPA_pc.png โ€“ PC Shop
http://storegsq3o5mfxiz.onion/ โ€“ Samsung StorE
http://sheep5u64fi457aw.onion/ โ€“ Sheep Marketplace
http://nr6juudpp4as4gjg.onion/betcoin.htm โ€“ Tor BetCoin
http://qizriixqwmeq4p5b.onion/ โ€“ Tor Web Developer
http://vfqnd6mieccqyiit.onion/ โ€“ UK Passports
http://en35tuzqmn4lofbk.onion/ โ€“ US Fake ID Store
http://xfnwyig7olypdq5r.onion/ โ€“ USA Citizenship
http://uybu3melulmoljnd.onion/ โ€“ iLike Help Guy
http://dbmv53j45pcv534x.onion/ โ€“ Network Consulting and Software Development
http://lw4ipk5choakk5ze.onion/raw/4585/ โ€“ Quick Solution (Hitman)
http://nr6juudpp4as4gjg.onion/tynermsr.htm โ€“ Tyner MSR Store


โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘ WHATSAPP HACKING updatedโœ…

WhatsTrapp uses a Man In the Middle (MITM) attack to establish a session with the WhatsApp's target: once the session has been established, actions for retrieving and collecting the data are executed in the browser context by using the very same WhatsApp Web's APIs (thank to a bit of reverse engineering).

๐Ÿฆ‘REQUIREMENTS :

Docker
Docker Compose

๐Ÿฆ‘git clone git@github.com:Wicker25/whatstrapp.git

1) $ cd whatstrapp/

2) Launch the WhatsTrapp server with:

$ docker-compose up
Then open your browser at http://127.0.0.1:8025/ and wait until the QR code has been loaded.

3) Launch the target's WhatsApp and, from the main menu, select "WhatsApp Web

4) If you are trying to use WhatsTrapp on a GNU/Linux operating system you might need to increase the kernel parameter max_map_count by running:

# sysctl -w vm.max_map_count=262144

โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
๐Ÿฆ‘=SOME CONTRIES HAVE TROUBLE LOADING YOUTUBE VIDEOS.. DUE TO SYSTEM maintenance- NOT DDOS
Forwarded from TARJETAS PRO UNDER CARDING
๐Ÿฆ‘ live cc

Name: Nikkia A Alexander
SSN: 359846918
Address: 106 Simca Ln
Apt: 6
State: Delaware
City: Wilmington
ZipCode: 19805
Born In: Chicago , IL
DL Number: 1812659061
Past address: 1210 W 109th St
Chicago IL 60643
Forwarded from TARJETAS PRO UNDER CARDING
๐Ÿฆ‘ IP VANISH VPNโœ…

ms.nikki16@yahoo.com: 020406Mia

lisaboo43224@yahoo.com:happy123
โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–

๐Ÿฆ‘ CREATE UNLIMITED INSTAGRAM ACCOUNTS:
t.me/UndercodeTesting

๐Ÿฆ‘๐•€โ„•๐•Š๐•‹๐”ธ๐•ƒ๐•ƒ๐•€๐•Š๐”ธ๐•‹๐•€๐•†โ„• & โ„๐•Œโ„• :

1) git clone https://github.com/kaex/Insta-mass-account-creator.git

2) cd Insta-mass-account-creator

3) Example: php start.php -l 5 -p proxies.txt

4)t his script creates account with random name and username gets by the web. All user created are older 18 years

5) This script helps you follow multiple accounts with the account's you've created
Important

6) The new fake Instagram account with an unverified phone number after ~ 1-24 hours could not do any requests. All requests will be redirected to the page
https://instagram.com/challenge

๐Ÿฆ‘ TESTED BY UNDERCODE

> debian-parrot-kali

โ– โ–‚ โ–„ ๏ฝ•๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–