BrightSpace666
Active member
Greetings,
The development of Kundalini-Check was completed under the "Don't Be A Dick Public License". Kundalini-Check is the first program in the Kundalini-Project designed specifically for IT Professionals/Cybersecurity Professionals and Ethical Hackers.
Functions:
- Displays DNS records for the page.
- Displays the IP of that page.
- Send Raw ICMP requests to the target.
- It offers relevant Geolocation data from that IP.
- Checks for SSL/TLS vulnerability on websites.
You can look at all the functions with the "-help" parameter.
Example for the usage
Get DNS Records:
Get IP From Domain:
Sending Raw ICMP Requests To The Target IP:
Checking SSL/TLS Certs:
Geolocation Informations Of IP:
Printing Out Your IP:
Printing Out Your MAC:
For Main Of Kundalini-Check:
For Help Message:
For Uninstall Kundalini-Check:
For Installing Kundalini-Check:
Link to download -> https://cloud.disroot.org/s/eF5g26mBHb6kLNs
Ethical responsibility: it is your responsibility to determine how you use the information obtained while using Kundalini-Check. If you are not knowledgeable in Networks/Cybersecurity/Hacking/Programming, do NOT use this software.
The use of the program is recommended for those who operate as Ethical Hackers or IT Professionals working on Troubleshooting Issues. If you use the obtained information for negative purposes, such as DDoS Attacks, Domain Spoofing or Phishing Attacks, it will be YOUR legal responsibility, and this is ILLEGAL.
Sieg Heil!
Regards,
BrightSpace666
The development of Kundalini-Check was completed under the "Don't Be A Dick Public License". Kundalini-Check is the first program in the Kundalini-Project designed specifically for IT Professionals/Cybersecurity Professionals and Ethical Hackers.
Functions:
- Displays DNS records for the page.
- Displays the IP of that page.
- Send Raw ICMP requests to the target.
- It offers relevant Geolocation data from that IP.
- Checks for SSL/TLS vulnerability on websites.
You can look at all the functions with the "-help" parameter.
Example for the usage
Get DNS Records:
Code:
# kundalini-check -get-dns <DOMAIN>
Get IP From Domain:
Code:
# kundalini-check -get-ip <DOMAIN>
Sending Raw ICMP Requests To The Target IP:
Code:
# kundalini-check -ping <TARGET_IP> <NUMBER>
Checking SSL/TLS Certs:
Code:
# kundalini-check -tls <DOMAIN>
Geolocation Informations Of IP:
Code:
# kundalini-check <DOMAIN> || <IP>
Printing Out Your IP:
Code:
# kundalini-check -my-ip
Printing Out Your MAC:
Code:
# kundalini-check -my-mac
For Main Of Kundalini-Check:
Code:
# kundalini-check -main
For Help Message:
Code:
# kundalini-check -help
For Uninstall Kundalini-Check:
Code:
# cd /usr/share/Kundalini-Check && sudo make remove
For Installing Kundalini-Check:
Code:
$ tar -xvf Kundalini-Check.tar.gz
$ cd Kundalini-Check
$ sudo make install-666
Link to download -> https://cloud.disroot.org/s/eF5g26mBHb6kLNs
Ethical responsibility: it is your responsibility to determine how you use the information obtained while using Kundalini-Check. If you are not knowledgeable in Networks/Cybersecurity/Hacking/Programming, do NOT use this software.
The use of the program is recommended for those who operate as Ethical Hackers or IT Professionals working on Troubleshooting Issues. If you use the obtained information for negative purposes, such as DDoS Attacks, Domain Spoofing or Phishing Attacks, it will be YOUR legal responsibility, and this is ILLEGAL.
Sieg Heil!
Regards,
BrightSpace666