โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ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
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
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
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
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
GitHub
GitHub - sqlmapproject/sqlmap: Automatic SQL injection and database takeover tool
Automatic SQL injection and database takeover tool - sqlmapproject/sqlmap
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
GitHub
GitHub - Manisso/fsociety: fsociety Hacking Tools Pack โ A Penetration Testing Framework
fsociety Hacking Tools Pack โ A Penetration Testing Framework - Manisso/fsociety
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ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 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
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
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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ 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
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ2020 INSTAGRAM FOLLOW EDITING & trackers APPS ios - android
we send before many sitres for inst follow- now customize your post and convert to amazing one:
> https://vsco.co/
>https://priime.com/
>https://itunes.apple.com/us/app/snapseed/id439438619?mt=8
> https://pixlr.com/
> https://itunes.apple.com/us/app/litely/id850707754?mt=8
> https://itunes.apple.com/us/app/followers-for-instagram/id597077652?mt=8
> https://www.crowdfireapp.com/
>https://itunes.apple.com/us/app/tracker-for-instagram-analyze-followers-likes/id1246192822?mt=8
> https://itunes.apple.com/us/app/followers-likes-on-instagram/id862228531?mt=8
@UndercodeTesting
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
๐ฆ2020 INSTAGRAM FOLLOW EDITING & trackers APPS ios - android
we send before many sitres for inst follow- now customize your post and convert to amazing one:
> https://vsco.co/
>https://priime.com/
>https://itunes.apple.com/us/app/snapseed/id439438619?mt=8
> https://pixlr.com/
> https://itunes.apple.com/us/app/litely/id850707754?mt=8
> https://itunes.apple.com/us/app/followers-for-instagram/id597077652?mt=8
> https://www.crowdfireapp.com/
>https://itunes.apple.com/us/app/tracker-for-instagram-analyze-followers-likes/id1246192822?mt=8
> https://itunes.apple.com/us/app/followers-likes-on-instagram/id862228531?mt=8
@UndercodeTesting
โ โ โ ๏ฝ๐๐ปโบ๐ซฤ๐ฌ๐โ โ โ โ
VSCOยฎ
VSCO Photo Editor & Video Editor - Desktop & Mobile App
VSCO offers community, tools & exposure for photographers. Use our photo editor & video editor tools, connect with our global photographer network & get hired.