Welcome to the Off-Shore Club

The #1 Social Engineering Project in the world since 2004 !

ONLINE FIND DNS/NS Cloudflare 2023

Gold

ROOT

SENSE!
Verified Seller
Instructor
USDT(TRC-20)
$0.0
Code:
###################################################################################################
##                                                                                               ##
## Exploit Title : ONLINE FIND DNS/NS Cloudflare 2023                                             ##
##                                                                                               ##
## Author : E1.Coders                                                                            ##
##                                                                                               ##
## Contact : E1.Coders [at] Mail [dot] RU                                                        ##
##                                                                                               ##
## Portal Link : Cloudflare.com (https://Cloudflare.org)                                         ##
##                                                                                               ##
## Tested ON : All DNS/NS version Host                                                           ##
##                                                                                               ##
## Description : Description: All websites that use this Cloudflare can be targeted              ##
##                                                                                               ##
##             All rights of this "code" tool are reserved for E1.Coders                         ##
##                                                                                               ##
###################################################################################################
# Import the socket module
import socket
 
# Define the domain name
domain = "targert.com"
 
# Get the IP address of the domain
ip = socket.gethostbyname(domain)
 
# Print the IP address
print(f"The IP address of {domain} is {ip}")
 
# Get the NS records of the domain
ns = socket.gethostbyname_ex(domain)[2]
 
# Print the NS records
print(f"The NS records of {domain} are {ns}")
 
# Get the DNS records of the domain using dnspython module
import dns.resolver
 
# Create a resolver object
resolver = dns.resolver.Resolver()
 
# Set the nameservers to Cloudflare's
resolver.nameservers = ["1.1.1.1", "1.0.0.1"]
 
# Query for A records
a_records = resolver.resolve(domain, "A")
 
# Print the A records
print(f"The A records of {domain} are:")
for record in a_records:
    print(record)
 
# Query for CNAME records
cname_records = resolver.resolve(domain, "CNAME")
 
# Print the CNAME records
print(f"The CNAME records of {domain} are:")
for record in cname_records:
    print(record)
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Friendly Disclaimer We do not host or store any files on our website except thread messages, most likely your DMCA content is being hosted on a third-party website and you need to contact them. Representatives of this site ("service") are not responsible for any content created by users and for accounts. The materials presented express only the opinions of their authors.
🚨 Do not get Ripped Off ! ⚖️ Deal with approved sellers or use RTM Escrow on Telegram
Gold
Mitalk.lat official Off Shore Club Chat


Gold

Panel Title #1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Panel Title #2

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Top