Technical Devang
Ir al canal en Telegram
Sin datos
Suscriptores
Sin datos24 horas
+37 días
-430 días
Archivo de publicaciones
📧Edu Mail HQ Method📧
1. First of all go here https://home.cccapply.org/en/ and Register using your own email/gmail account and fill all details
And Select Sierra College . And Click On Apply
2. Get SSN Number from https://www.ssn-verify.com/generate and Get Some USA Address from Google Maps
3. Fill in all The Details
4. Now You Will Be Redirected To Sierra Page and Click Apply Now
5.Then it will ask you To Create OpenCCC account so create the account.
6.And after this proceed with application form and fill all details like you really want to be admitted in that College
7.If you do all the steps you will get a mail with your student id and username
8. After getting the Mail with username and Student ID visit : outlook.com And login with username and password (MM/DD/YY) of your birth date
9.Then it will ask you to change password so change that then proceed as it says it will tell you to set 3 security question then it will ask you if you want to change username so just proceed as it says
And You got yourself A EDU Mail!
🎁 HOW TO HACK WHATSAPP ACCOUNT 🎁
➖➖➖➖➖➖➖➖➖➖➖➖
IN this tutorial we will show you how to hack whatsapp account through mac spoofing attack.
💡 First of all the requirements of this procedure are:
👉1. Mobile Phone Rooted
👉2. Target's Phone for 5 minutes
👉3. Busybox and Terminal App installed on your android device
👉4. Wifi Scanner ( if you can't reach the target's phone for getting his / her mac address through settings)
🔥 TUTORIAL
1. Uninstall WhatsApp from your phone or device. You'll install it again at the end of the method, but you'll need to configure it differently, and the easiest way to make sure you'll be able to do that correctly is to completely uninstall it now.
2. Obtain your target's phone. You'll need it for two different steps throughout the process, but this shouldn't take too long - you should be able to return it before your target starts to miss it.
3. Find your target's phone's Media Access Control (MAC) address. A MAC address is a unique identifier assigned to your phone or other device that essentially serves as its online identity. Find and write down your target's MAC address. It takes the form of six pairs of letters or numbers, separated by colons (01:23:45:67:89:ab).
On an Android, find this in Settings → About phone → Status → Wi-Fi MAC address.
On an iPhone, go to Settings → General → About → Wi-Fi Address.
On a Windows phone, look in Settings → About → More info → MAC address.
On a BlackBerry, go to Options → Device → Device and Status info → WLAN MAC.
4. Find your MAC address using the instructions above. Make sure to save it somewhere secure, as you'll want to change your device back to that address once you're done.
5. Change ("spoof") your phone's MAC address to that of your target. This will allow your phone to pass as your target's, letting you convince WhatsApp that you are your target when you log in.
On an iPhone or other device, install a MAC spoofing app like MacDaddy X or WifiSpoof. Use that to change your MAC address.
On Android, install BusyBox and the Terminal Emulator (apps available for free on Google Play). In the terminal, type "ip link show" to see a list of interfaces. Identify the one that has your MAC address — for this example, we'll use the eth0 interface. In the terminal emulator, enter "ip link set eth0 address XX:XX:XX:XX:XX:XX" and "ip link set eth0 broadcast XX:XX:XX:XX:XX:XX", where eth0 is the interface you identified and XX:XX:XX:XX:XX:XX is your target's MAC address. To check that you've successfully changed your MAC address, enter "ip link show eth0."
6. Install and configure WhatsApp on your phone. Enter your target's phone number to set up WhatsApp rather than your own. This will allow you to receive their messages and send messages from their account.
7. Get the confirmation code from your target's phone. This code will be sent to their phone number as part of the WhatsApp configuration process. Access their phone one last time to get that verification code. Enter it into WhatsApp on your phone when prompted, and you're all ready to go.
If you don't want your target to find out about your spoofing, make sure to delete the confirmation code from their phone before they can see it.
8. When you no longer need to access your target's WhatsApp account, change your MAC address back to what it was. Repeat the instructions to change it, but this time change it to your original address rather than your target's. This will restore your phone to how it was originally, which will ensure that there are no future problems with Internet usage or connectivity.
❗️NB: If you can't reach the target's phone to get mac address you can use a WIFI SCANNER. If you can't get the code because you don't have physical access into the victim's phone you can use social engineering and if you want further help send us a PM
➖ TUTORIAL ➖
How To Change Your DNS
*Whats a DNS host?
*The Domain Name System (DNS) is a hierarchical naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participants. Most importantly, it translates domain names meaningful to humans into the numerical binary) identifiers associated with networking equipment for the purpose of locating and addressing these devices worldwide.
*How To Edit DNS *
To see, which DNS you're using, we'll take a look into the DNS file which is stored in /etc/resolv.conf.
$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.8.8.1
nameserver 192.168.143.18
search home
# ParrotDNS/OpenNIC AnyCast IPs
nameserver 185.121.177.177
nameserver 169.239.202.202
nameserver 198.251.90.108
nameserver 198.251.90.109
nameserver 198.251.90.110
# Round Robin
options rotate
I have maybe more DNS addresses than you because i'm using parrotOS.
By default, it will print "Generated by NetworkManager" with 192.168.0.1.
(If you have not configured it.)
Through a proxy you maybe directing your traffic to another country. If you are india, then you are using proxy in germany then i looks like your traffic comes from Germany. But it they checkup the DNS settings, the DNS would still be in india, i will be showing that it's coming from india so it just defeats the whole purpose if you don't actually change your DNS which is what we are going to do now.
To change it, type:
$ nano /etc/dhcp/dhclient.conf
# Configuration file for /sbin/dhclient.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
# man page for more information about the syntax of this file
# and a more comprehensive list of the parameters understood by
# dhclient.
#
.....
You can scroll down with mouse or arrow down.
Find now this line:
#prepend domain-name-servers 127.0.0.1;
This line we'll need to change.
The "#" symbol means, if you read my linux tutorials that it's a comment. Delete the "#" and the 127.0.0.1, let us find a new one.
I will leave 2-3 pages where you can find many open dns addresses:
https://theos.in/windows-xp/free-fast-public-dns-server-list/
https://support.opendns.com/hc/en-us/articles/228006487-FamilyShield-Router-Configuration-Instructions
http://www.godandscience.org/general/opendns_internet_filter.html
Ok after we found some addresses, yes we can multiple addresses we need to write it to the line:
prepend domain-name-servers 208.67.222.222,208.67.220.220;
Now press ctrl+x and Y for yes, and then hit enter.
After doing that, restart the network manager.
$ service network-manager restart
View again your resolv.conf file:
$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.8.8.1
nameserver 208.67.222.222
nameserver 208.67.220.220
search home
# ParrotDNS/OpenNIC AnyCast IPs
nameserver 185.121.177.177
nameserver 169.239.202.202
nameserver 198.251.90.108
nameserver 198.251.90.109
nameserver 198.251.90.110
# Round Robin
options rotate
Many of these other DNS servers the non legimitate ones have been set up for malicious intent and you guys know how the current ransomware situatuion is.
I hope this post helped you!
➕ CHANGE DNS AFTER EVERY BOOT WITH SIMPLE BASH SCRIPT ➕
I saw after i reboot my computer, my dns address has been changed to my routers default. I don't like it, if you use vpn with dns leak then it is very dangerous if you search for illegal things.
Let's change it with a simple bash script
touch dns.sh
After you "touched" an bash script you have to use any favourite editor to paste the following code:
#!/bin/bash
sudo rm -rf /etc/resolv.conf
touch resolv.conf
echo "nameserver 1.1.1.1" > resolv.conf
sudo mv resolv.conf /etc/resolv.conf
echo -e "\033[33;1mDone :D"
You have to use sudo(otherwise you can't edit it as regular user, but you can use chown aswell).
Finally after reboot, type
bash dns.shAnd check your file: cat /etc/resolv.conf
XSS
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xss.md
https://github.com/ismailtasdelen/xss-payload-list
SQLi
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/sqli.md
SSRF
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/ssrf.md
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Request%20Forgery
CRLF
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/crlf.md
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CRLF%20Injection
CSV-Injection
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/csv-injection.md
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CSV%20Injection
Command Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Command%20Injection
Directory Traversal
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Directory%20Traversal
LFI
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/lfi.md
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/File%20Inclusion
XXE
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xxe.md
Open-Redirect
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/open-redirect.md
RCE
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/rce.md
Crypto
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/crypto.md
Template Injection
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/template-injection.md
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Template%20Injection
XSLT
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xslt.md
Content Injection
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/content-injection.md
LDAP Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/LDAP%20Injection
NoSQL Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/NoSQL%20Injection
CSRF Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CSRF%20Injection
GraphQL Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/GraphQL%20Injection
IDOR
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Insecure%20Direct%20Object%20References
ISCM
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Insecure%20Source%20Code%20Management
LaTex Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/LaTeX%20Injection
OAuth
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/OAuth
XPATH Injection
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/XPATH%20Injection
Bypass Upload Tricky
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Upload%20Insecure%20Files
➕ [TOOL] Credit Card Generator ➕
Require : Linux
A simply coded cc generation script. You can specify how many you want to generate and how much the delay (0 for fast).
Usage:
bash ccgen.sh
[?] How many CC's do you want generate?[ default: 50 ]: 50
[?] Delay between every CC?[ default: 1 ]: 0
Result saved on »gen_cc.txt«
➖ TOOL ➖
CC Generator
CC-Generator is a tools generate any type working credit card numbers such as Visa Card, MasterCard, American Express from BIN. The script is writen is python. This tool will works on both Linux,Windows and Android by using python.
##Features:
•Get Details about BIN
•Generate CC
•Check live or not
Note: -NEED INTERNET -If there is no Live BINs try once again by increasing the number of Card needed
Installation
Instaling CC-Generator
In Linux:
$ apt-get update && apt-get upgrade
$ apt-get install python
$ apt install git
$ git clone https://github.com/Xpykerz/CC-Generator.git
$ cd CC-Generator
$ chmod +x CC-Generator.py
$ ./CC-Generator.py
In Termux:
$ apt-get update && apt-get upgrade
$ apt-get install python2
$ apt install git
$ pip2 install requests
$ git clone https://github.com/Xpykerz/CC-Generator.git
$ cd CC-Generator
$ python2 CC-Generator.py
👉🏿PDF Carding
https://mega.nz/#F!ZtEW2Z7b!M9aT20eGZsTfzQKqn8mI7Q
👉🏿Full Carding
https://mega.nz/#F!bc1UCZ6J!wUIZ6sg488FfcCX_tlfTEQ
👉🏿Pack Carder
https://mega.nz/#!l7ZgmbYb!AN6Sn2E_X-p2qnvx_n8k2VbovO7EVQ3A82ElRN1TCjM
👉🏿Carding Cracking
https://mega.nz/#!nb5HxaAT!hR96utAjXXHvj6LUfF4HQhlwWlpdBA_z9Qieo7nwz5Q
👉🏿Code
https://mega.nz/#!mPZSEBDI!3E_Ym_khzdDX8xhKclldR_ncgGLaaxYQXGhX1UnFrYA
👉🏿Carding from Zero expert
https://mega.nz/#!dfxAGZSQ!DjopYMGRzOrYPPCycXhCor8TMzYn3rmb_a1B4i_ZQl8
👉🏿Books Carding
https://mega.nz/#F!bc1UCZ6J!wUIZ6sg488FfcCX_tlfTEQ
👉🏿Carding Introduction
https://mega.nz/#!CmoAyAwZ!tGRA0WjfRmdmNzhCt_D33dG6Bcms5-FBF0afrPvfLrw
👉🏿Know all about Carding
https://mega.nz/#F!zioiBIwB!SKuWCtpw9cZnhdpfZZtl3w
👉🏿Courses Carding
https://mega.nz/#F!fuY2HQiC!5tdvOTvs9ND76wEtShQ1TQ
👉🏿Carding and Financial Engineering
https://mega.nz/#F!GmI2WQwD!xZN6VJuWrw1q1e3EDOi-Hw
👉🏿Carding Edocsite
https://mega.nz/#F!eiR2VAbA!MdgzoXM0IsOaHLfkk1b8zA
👉🏿Total Carding
https://mega.nz/#F!C7YiAY6Y!T6zENw9oq3Guxn929dd7aQ
*🍁 Cannabis Mailer 🍁
*
git clone https://github.com/buzashop1998/Cannabismailersender
cd Cannabis mailer sender
python2 mailsend.py
Checklist for carding .
1. Always clear your history and clean cookies and change mac address
2. Always clear your flesh cookies.
3. Vpn is not good for carding now as most of the ip of vpn have been
blacklisted by Good shops.
4. Always use socks5 which is live and not blacklisted.
5. you should match the ip of same state and city.
6. Always match the timezone of cc same state.
7. Always try to type the details of cc as many site now have
script to check copy paste of cc details as most of the time
carders copy paste the details of cc. Actual owner always
type all details.
8. Get the maximum information of cc owner from background
check sites there you can found DOB, MMN and sometimes SSN.
Most of these sites are cardable with public cc.
9. If you want to be a pro carder than stop using free email
sites as yahoo, gmail, aol etc.
10. Better solution is first card a domain and hosting and make
a small site and then create a email of cc owner their
of the same name on cc. you can also use free domain or
sub domain sites but carding your host & domain is better.
While carding domain and hosting you should use Amex cc
as there is less chances of chargeback.
11. Check the cc live before using site not on checker as sometimes
it kills cc. Find a most easy cardable site and make a bogus account
and checkout for small amount like 2$ if it work then go to original site.
12. Always study the site carefully which you want to card and its seller.
Most of the time seller who sell refurnished Mobiles etc are in hurry
to ship the item. So search them.
13. When you card some big Items of a new account from site it is suspicious.
So you can make new a new account and leave it for some months after
that card small items and always give good feedback.
But the better way is to buy old accounts of the site with good feedback.
14. Always Use Skype ac with credit and call forwarding services. If you call the
shop with the number of cc owner and ask customer care of site some help
before filling cc details your chances of success or much higher.
You should always use it if you want to card high value items.
15. Always Use Trusted drop of same country if you are carding a international
Site. Because shipping to another country is always suspicious.
16. Always try to carding on Weekends as shops not able to contact and verify
extra details from bank by calling them. You can also check closing time of
bank and card after closing timing of bank.
17. Always Send a Email instantly to seller after order complete to ship order
fast as you need it urgent as there is some function in your house.
18. Don't use a cc at Same Site from different Accounts.Use it at one
account maximum 3-4 Times.
19. One of my friend Using a new trick he calls from the mobile number of cc
owner with skype to the cc issuing bank that he is going to shop some
goods and they should make the approval fast. I don't know the full trick
and working on it you should also find your ways. If you succeed to convince
cc issuing bank that you are original cc owner than you will rock with high
amount purchase.
20. If you use the pp in carding then buy pp with email access and
delete the order related emails from inbox and trash box of email.
BITCOIN MIXER 🥛
⭐️Name:ChipMixer
🔹Clearnet link: https://chipmixer.com
🔹Tor link: chipmixerwzxtzbw.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=1935098.0
🔹Fees: PWYW (Pay what you want)
⭐️Name: BitMix.Biz
🔹Clearnet link: https://bitmix.biz
🔹Tor link: bitmixbizymuphkc.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=2099519
🔹Fees: from 0.4% to 4% (+ Network fees 0.001)
⭐️Name: BitCloak
🔹Clearnet link: https://bitcloak43blmhmn.com
🔹Tor link: bitcloak43blmhmn.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=1385480.0
🔹Fees: Randomized ~2% (+ Network fees 0.001)
⭐️Name: Mixer
🔹Clearnet link: https://mixer.money
🔹Tor link: mixermikevpntu2o.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=1725308.0
🔹Fees: From 1% to 5% (depending on the method) (+ Network fees)
⭐️Name: PrivCoin
🔹Clearnet link: https://privcoin.io
🔹Tor link: tr5ods7ncr6eznny.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=2164614.0
🔹Fees: minimum fee 0.8% (+ Network fees 0.0008)
⭐️Name: Pay Shield
🔹Clearnet link: N/A
🔹Tor link: payshld6oxbu5eft.onion
🔹Bitcointalk thread link: N/A
🔹Fees: (+ Network fees)
⭐️Name: CryptoMixer
🔹Clearnet link: https://cryptomixer.io
🔹Tor link: cryptomixns23scr.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=1484009.0
🔹Fees: 0.5% + 0.0005BTC
⭐️Name: MixTum
🔹Clearnet link: https://mixtum.io
🔹Tor link: mixtum5lbuslyow2.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=4966853
🔹Fees: 5% (+ Network fee)
⭐️ Name: Blender.io
🔹 Clearnet link: https://blender.io
🔹 Tor link: blenderiocpxfema.onion
🔹 Bitcointalk thread link: https://bitcointalk.org/index.php?topic=5052876
🔹 Fees: From 0.5% to 2.5% for each operation, plus extra 0.0001 BTC for each tar
⭐️Name: Wasabi Wallet
🔹Clearnet link: https://wasabiwallet.io
🔹Tor link: wasabiukrxmkdgve5kynjztuovbg43uxcbcxn6y2okcrsg7gb6jdmbad.onion/
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=5037094.0
🔹Fees: 0.003%
⭐️Name: BitMaximum
🔹Clearnet link: n/a
🔹Tor link: bitmaximumgnmsaf.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=4571397.0
🔹Fees: From 0.5% to 15% (+ Network fee)
⭐️Name: FoxMixer
🔹Clearnet link: https://www.foxmixer.com
🔹Tor link: foxmixer6mrsuxrl.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=2221847.0
🔹Fees: Vary, depends on confirmation time.
⭐️Name: MyBitMix
🔹Clearnet link: http://mybitmix.com Mirror: http://mybitmix.biz
🔹Tor link: mybitmix7rkdtzmi.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=5143721.0
🔹Fees: from 0.5% to 3.99% + miners fee 0.0007 per one extra output address
⭐️Name: MixerTumbler
🔹Clearnet link: https://mixertumbler.com
🔹Tor link: n/a
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=5145717.0
🔹Fees: From 2% to 5% (+ Network fee)
⭐️Name: Sudoku wallet
🔹Clearnet link: https://sudokuwallet.io/
🔹Tor link: sudoku6iyg556pshx6o4szv3e4nvkbpqtbqccrxzxyuvytugft46afyd.onion
🔹Bitcointalk thread link: https://bitcointalk.org/index.php?topic=5194344.0
🔹Fees: (+ Network fee)
