BrightSpace666
Active member
Greetings, my Beloved Family.
Recently, I have delved deeper into programming, and I am close to completing several programs that are at a completely different level for me than the previous ones.
The previous programs of the Kundalini-Project focused on personal security and anonymity. However, the current tools are different: these tools are designed for ethical hackers and are rooted at a higher level, with a different usage.
With one of my programs, for example, Cybersecurity Professionals/Ethical Hackers can gather deeper informations from websites; the program I am talking about now encompasses DNS records: it is currently capable of displaying A, AAAA, CNAME, MX, NAPTR, NS, PTR, SOA, SRV, and TXT records, and it can also check ports on the target IP.
Another one of my programs searches for Shell Shock/SQL Injection/XSS Vulnerabilities on websites, while another sends ICMP requests to the target IP, etc. Of course, there is a risk that these programs can be used to prepare for illegal activities, but this requires deep knowledge and understanding.
I am writing all of these programs in C, but some may also be created in Bash; I have been studying and applying the C language very deeply recently, while also working on my PHP projects to ensure they function properly.
I have tested these programs on several websites, and they perform their tasks very well. I will provide an output example so you can see what it looks like:
As you can see, we successfully queried several DNS records, but some are missing, such as NAPTR; there are websites that do not have these records, or they simply did not respond to the requests.
My question is: would you be interested if I shared these programs with the SS, or the Guardians, or those who are knowledgeable in these matters? With these programs, we can enhance the security of the Joy Of Satan Websites, and we can potentially detect harmful activities and address them.
It is natural that similar programs exist, as with everything; however, I am trying to deliver them to people in the simplest way possible, and I aim to provide the most useful and relevant information with my programs.
Be Safe,
Sieg Heil!
BrightSpace666
Recently, I have delved deeper into programming, and I am close to completing several programs that are at a completely different level for me than the previous ones.
The previous programs of the Kundalini-Project focused on personal security and anonymity. However, the current tools are different: these tools are designed for ethical hackers and are rooted at a higher level, with a different usage.
With one of my programs, for example, Cybersecurity Professionals/Ethical Hackers can gather deeper informations from websites; the program I am talking about now encompasses DNS records: it is currently capable of displaying A, AAAA, CNAME, MX, NAPTR, NS, PTR, SOA, SRV, and TXT records, and it can also check ports on the target IP.
Another one of my programs searches for Shell Shock/SQL Injection/XSS Vulnerabilities on websites, while another sends ICMP requests to the target IP, etc. Of course, there is a risk that these programs can be used to prepare for illegal activities, but this requires deep knowledge and understanding.
I am writing all of these programs in C, but some may also be created in Bash; I have been studying and applying the C language very deeply recently, while also working on my PHP projects to ensure they function properly.
I have tested these programs on several websites, and they perform their tasks very well. I will provide an output example so you can see what it looks like:
Code:
# kundalini-check -get-dns tryhackme.com
**Kundalini-Check Checks For DNS Records On Domain -> <tryhackme.com>**
<A> [IPv4] Records for <tryhackme.com>:
<N/A> -> <104.22.55.228>
<N/A> -> <172.67.27.10>
<N/A> -> <104.22.54.228>
<AAAA> [IPv6] Records for <tryhackme.com>:
<N/A> -> <2606:4700:10::6816:37e4>
<N/A> -> <2606:4700:10::ac43:1b0a>
<N/A> -> <2606:4700:10::6816:36e4>
<MX Records> [Mail Server] for <tryhackme.com>:
Preference: [5] -> <alt2.aspmx.l.google.com>
Preference: [10] -> <alt3.aspmx.l.google.com>
Preference: [10] -> <alt4.aspmx.l.google.com>
Preference: [1] -> <aspmx.l.google.com>
Preference: [5] -> <alt1.aspmx.l.google.com>
<TXT Records> [Text] for <tryhackme.com>:
alt1.aspmx.l.google.com -> "fv=spf1 include:_spf.google.com include:email.chargebee.com include:7168674.spf05.hubspotemail.net ~all"
alt1.aspmx.l.google.com -> "Dgoogle-site-verification=umR4x8HuzWMF5g3656JY1b-61NuryD0-GqGnYN13ONo"
<NS Records> for <tryhackme.com>:
NS Name [0] -> <kip.ns.cloudflare.com>
NS Name [1] -> <uma.ns.cloudflare.com>
<SOA> [Authority] Records for <tryhackme.com>:
Start Of Authority: <kip.ns.cloudflare.com>
Expire Time In Seconds -> [1668246816]
Retry Time In Seconds -> [1650812206]
Refresh Time In Seconds -> [1634887525]
Serial Num: [117990248]
Administrator Email: <uma.ns.cloudflare.com>
<SPF Records> for <tryhackme.com>:
uma.ns.cloudflare.com -> fv=spf1 include:_spf.google.com include:email.chargebee.com include:7168674.spf05.hubspotemail.net ~all
As you can see, we successfully queried several DNS records, but some are missing, such as NAPTR; there are websites that do not have these records, or they simply did not respond to the requests.
My question is: would you be interested if I shared these programs with the SS, or the Guardians, or those who are knowledgeable in these matters? With these programs, we can enhance the security of the Joy Of Satan Websites, and we can potentially detect harmful activities and address them.
It is natural that similar programs exist, as with everything; however, I am trying to deliver them to people in the simplest way possible, and I aim to provide the most useful and relevant information with my programs.
Be Safe,
Sieg Heil!
BrightSpace666