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
This media is not supported in your browser
VIEW IN TELEGRAM
now :
1) PC: Delete β€œupdate” folder.

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

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

4) System Settings: Attempt to update your Wii U as Normal. A few seconds after it starts and the progress bar appears, it should give out this error code: 105-3012. If the progress bar actually continues to move, TURN OFF THE WII U IMMEDIATELY!! Recheck your steps, cause something went wrong.

▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ 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