How i was able to bypass Cloudflare WAF for SQLi payload
Bypassing Cloudflare for achieving SQL Injection
Read more...
Bypassing Cloudflare for achieving SQL Injection
Read more...
hacking: security in practice
Revenge! Sorta….
I want to know if possible to get back at the person who stole me Xbox live username. It’s my original username I made when the 360 first came out in 2005. So it’s almost been 20 years with this name and I’m not sure Microsoft is going to help or not. I have this persons email and that’s it. I have no clue how or why my profile was even targeted. If I’m SOL then so be it I figure this is the best place to turn for answers and I appreciate any answer truly.
submitted by /u/etpmane
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Revenge! Sorta….
I want to know if possible to get back at the person who stole me Xbox live username. It’s my original username I made when the 360 first came out in 2005. So it’s almost been 20 years with this name and I’m not sure Microsoft is going to help or not. I have this persons email and that’s it. I have no clue how or why my profile was even targeted. If I’m SOL then so be it I figure this is the best place to turn for answers and I appreciate any answer truly.
submitted by /u/etpmane
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Revenge! Sorta….
I want to know if possible to get back at the person who stole me Xbox live username. It’s my original username I made when the 360 first came out...
Disrupting an Application’s Registration Process in 10 mins
https://infosecwriteups.com/disrupting-an-applications-registration-process-in-10-mins-eab63cffd5eb?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://infosecwriteups.com/disrupting-an-applications-registration-process-in-10-mins-eab63cffd5eb?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Disrupting an Application’s User Registration Process in 10 mins
So as usual this writeup will be divided into three sections
So as usual this writeup will be divided into three sectionsContinue reading on InfoSec Write-ups » (https://infosecwriteups.com/disrupting-an-applications-registration-process-in-10-mins-eab63cffd5eb?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Disrupting an Application’s User Registration Process in 10 mins
So as usual this writeup will be divided into three sections
Disrupting an Application’s Registration Process in 10 mins
So as usual this writeup will be divided into three sectionsContinue reading on InfoSec Write-ups »
Read more...
So as usual this writeup will be divided into three sectionsContinue reading on InfoSec Write-ups »
Read more...
ADenum - A Pentesting Tool That Allows To Find Misconfiguration Through The The Protocol LDAP And Exploit Some Of Those Weaknesses With Kerberos
AD Enum is a pentesting tool that allows to find misconfiguration through the protocol LDAP and exploit some of those weaknesses with Kerberos. cracking (john) -jp path John binary path -w wordList The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt -v, --version Show program's version number and exit -s Use LDAP with SSL "> █████╗ ██████╗ ███████╗███╗ ██╗██╗ ██╗███╗ ███╗ ██╔══██╗██╔══██╗ ██╔════╝████╗ ██║██║ ██║████╗ ████║ ███████║██║ ██║ █████╗ ██╔██╗ ██║██║ ██║██╔███ ╔██║ ██╔══██║██║ ██║ ██╔══╝ ██║╚██╗██║██║ ██║██║╚██╔╝██║ ██║ ██║██████╔╝ ███████╗██║ ╚████║╚██████╔╝██║ ╚═╝ ██║ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝usage: ADenum.py -d domain -u username -p passwordPentest tool that detect misconfig in AD with LDAPoptional arguments: -h, --help show this help message and exit -d domain The name of domain (e.g. "test.local") -u username The user name -p password The user password -ip ipAddress The IP address of the server (e.g. "1.1.1.1") -j Enable hash cracking (john) -jp path John binary path -w wordList The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt -v, --version Show program's version number and exit -s Use LDAP with SSL Requirement Impacket (https://github.com/SecureAuthCorp/impacket) John (https://github.com/openwall/john) Python 3 If you are using debian or kali: $ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev pip3: $ pip3 install -r Requirements.txt Features and Functionality LDAP: Enum Domain Admin users Enum Domain Controllers Enum Domain users with Password Not Expire Enum Domain users with old password Enum Domain users with interesting description Enum Domain users with not the default encryption Enum Domain users with Protecting Privileged Domain Accounts Kerberos: AS-REP Roastable Kerberoastable Password cracking with john (krb5tgs and krb5asrep) Demo Microsoft Advanced Threat Analytics ATA detects two suspicious events but does not trigger an alert: The connection with the protocol LDAP without SSL The Kerberoastable attack As shown in this screenshot: Source Documentation: https://labs.f-secure.com/blog/attack-detection-fundamentals-discovery-and-lateral-movement-lab-1/ https://theitbros.com/ldap-query-examples-active-directory/ https://docs.microsoft.com/en-us/advanced-threat-analytics/what-is-ata Impacket: https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetNPUsers.py https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetUserSPNs.py Legal Disclaimer: testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. ">This project is made for educational and ethical testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Download ADenum
Read more...
___________________________
@hacking_Attack
@Hacking_Video
AD Enum is a pentesting tool that allows to find misconfiguration through the protocol LDAP and exploit some of those weaknesses with Kerberos. cracking (john) -jp path John binary path -w wordList The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt -v, --version Show program's version number and exit -s Use LDAP with SSL "> █████╗ ██████╗ ███████╗███╗ ██╗██╗ ██╗███╗ ███╗ ██╔══██╗██╔══██╗ ██╔════╝████╗ ██║██║ ██║████╗ ████║ ███████║██║ ██║ █████╗ ██╔██╗ ██║██║ ██║██╔███ ╔██║ ██╔══██║██║ ██║ ██╔══╝ ██║╚██╗██║██║ ██║██║╚██╔╝██║ ██║ ██║██████╔╝ ███████╗██║ ╚████║╚██████╔╝██║ ╚═╝ ██║ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝usage: ADenum.py -d domain -u username -p passwordPentest tool that detect misconfig in AD with LDAPoptional arguments: -h, --help show this help message and exit -d domain The name of domain (e.g. "test.local") -u username The user name -p password The user password -ip ipAddress The IP address of the server (e.g. "1.1.1.1") -j Enable hash cracking (john) -jp path John binary path -w wordList The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt -v, --version Show program's version number and exit -s Use LDAP with SSL Requirement Impacket (https://github.com/SecureAuthCorp/impacket) John (https://github.com/openwall/john) Python 3 If you are using debian or kali: $ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev pip3: $ pip3 install -r Requirements.txt Features and Functionality LDAP: Enum Domain Admin users Enum Domain Controllers Enum Domain users with Password Not Expire Enum Domain users with old password Enum Domain users with interesting description Enum Domain users with not the default encryption Enum Domain users with Protecting Privileged Domain Accounts Kerberos: AS-REP Roastable Kerberoastable Password cracking with john (krb5tgs and krb5asrep) Demo Microsoft Advanced Threat Analytics ATA detects two suspicious events but does not trigger an alert: The connection with the protocol LDAP without SSL The Kerberoastable attack As shown in this screenshot: Source Documentation: https://labs.f-secure.com/blog/attack-detection-fundamentals-discovery-and-lateral-movement-lab-1/ https://theitbros.com/ldap-query-examples-active-directory/ https://docs.microsoft.com/en-us/advanced-threat-analytics/what-is-ata Impacket: https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetNPUsers.py https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetUserSPNs.py Legal Disclaimer: testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. ">This project is made for educational and ethical testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Download ADenum
Read more...
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - fortra/impacket: Impacket is a collection of Python classes for working with network protocols.
Impacket is a collection of Python classes for working with network protocols. - fortra/impacket
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Liberté financière grâce au Profit Hacking ?
Vous avez vu les infos récemment sur la République gabonaise et son dictateur qui a volé la majorité des richesses du pays? Tout cet…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Liberté financière grâce au Profit Hacking ?
Vous avez vu les infos récemment sur la République gabonaise et son dictateur qui a volé la majorité des richesses du pays? Tout cet…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Liberté financière grâce au Profit Hacking ?
Vous avez vu les infos récemment sur la République gabonaise et son dictateur qui a volé la majorité des richesses du pays? Tout cet…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How vulnerable are you?
https://cdn-images-1.medium.com/max/1600/1*wqsNbMTm-jgllhWv4_lvLA.png
Log4Shell / Log4j2 is currently in the midst of exploitation after a vulnerability was discovered within the interface, allowing remote…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How vulnerable are you?
https://cdn-images-1.medium.com/max/1600/1*wqsNbMTm-jgllhWv4_lvLA.png
Log4Shell / Log4j2 is currently in the midst of exploitation after a vulnerability was discovered within the interface, allowing remote…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How vulnerable are you?
Log4Shell / Log4j2 is currently in the midst of exploitation after a vulnerability was discovered within the interface, allowing remote…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Expect to get hacked — protect your password database
https://cdn-images-1.medium.com/max/2600/0*mqN7-vmmxHUskGFi
Attackers have gained access to password databases from many large companies.
Continue reading on Geek Culture »
___________________________
@hacking_Attack
@Hacking_Video
Expect to get hacked — protect your password database
https://cdn-images-1.medium.com/max/2600/0*mqN7-vmmxHUskGFi
Attackers have gained access to password databases from many large companies.
Continue reading on Geek Culture »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Expect to get hacked — protect your password database
Attackers have gained access to password databases from many large companies. Protect your password database by following these simple tips.
ADenum - A Pentesting Tool That Allows To Find Misconfiguration Through The The Protocol LDAP And Exploit Some Of Those Weaknesses With Kerberos
http://www.kitploit.com/2021/12/adenum-pentesting-tool-that-allows-to.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/12/adenum-pentesting-tool-that-allows-to.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
AD Enum is a pentesting (https://www.kitploit.com/search/label/Pentesting) tool that allows to find misconfiguration (https://www.kitploit.com/search/label/Misconfiguration) through the protocol LDAP and exploit some of those weaknesses with Kerberos.
cracking (john) -jp [path] John binary path -w [wordList] The path of the wordlist (https://www.kitploit.com/search/label/Wordlist) to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt -v, --version Show program's version number and exit -s Use LDAP with SSL ">
█████╗ ██████╗ ███████╗███╗ ██╗██╗ ██╗███╗ ███╗
██╔══██╗██╔══██╗ ██╔════╝████╗ ██║██║ ██║████╗ ████║
███████║██║ ██║ █████╗ ██╔██╗ ██║██║ ██║██╔███ ╔██║
██╔══██║██║ ██║ ██╔══╝ ██║╚██╗██║██║ ██║██║╚██╔╝██║
██║ ██║██████╔╝ ███████╗██║ ╚████║╚██████╔╝██║ ╚═╝ ██║
╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝
usage: ADenum.py -d [domain] -u [username] -p [password]
Pentest tool that detect misconfig in AD with LDAP
optional arguments:
-h, --help show this help message and exit
-d [domain] The name of domain (e.g. "test.local")
-u [username] The user name
-p [password] The user password
-ip [ipAddress] The IP address of the server (e.g. "1.1.1.1")
-j Enable hash cracking (john)
-jp [path] John binary path
-w [wordList] The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt
-v, --version Show program's version number and exit
-s Use LDAP with SSL
Requirement Impacket (https://github.com/SecureAuthCorp/impacket) John (https://github.com/openwall/john) Python 3 If you are using debian or kali: $ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev pip3: $ pip3 install -r Requirements.txt Features and Functionality LDAP: Enum Domain Admin users Enum Domain Controllers Enum Domain users with Password Not Expire Enum Domain users with old password Enum Domain users with interesting description Enum Domain users with not the default encryption Enum Domain users with Protecting Privileged Domain Accounts Kerberos: AS-REP Roastable Kerberoastable Password cracking with john (krb5tgs and krb5asrep) Demo
___________________________
@hacking_Attack
@Hacking_Video
cracking (john) -jp [path] John binary path -w [wordList] The path of the wordlist (https://www.kitploit.com/search/label/Wordlist) to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt -v, --version Show program's version number and exit -s Use LDAP with SSL ">
█████╗ ██████╗ ███████╗███╗ ██╗██╗ ██╗███╗ ███╗
██╔══██╗██╔══██╗ ██╔════╝████╗ ██║██║ ██║████╗ ████║
███████║██║ ██║ █████╗ ██╔██╗ ██║██║ ██║██╔███ ╔██║
██╔══██║██║ ██║ ██╔══╝ ██║╚██╗██║██║ ██║██║╚██╔╝██║
██║ ██║██████╔╝ ███████╗██║ ╚████║╚██████╔╝██║ ╚═╝ ██║
╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝
usage: ADenum.py -d [domain] -u [username] -p [password]
Pentest tool that detect misconfig in AD with LDAP
optional arguments:
-h, --help show this help message and exit
-d [domain] The name of domain (e.g. "test.local")
-u [username] The user name
-p [password] The user password
-ip [ipAddress] The IP address of the server (e.g. "1.1.1.1")
-j Enable hash cracking (john)
-jp [path] John binary path
-w [wordList] The path of the wordlist to be used john (Default: /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt
-v, --version Show program's version number and exit
-s Use LDAP with SSL
Requirement Impacket (https://github.com/SecureAuthCorp/impacket) John (https://github.com/openwall/john) Python 3 If you are using debian or kali: $ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev pip3: $ pip3 install -r Requirements.txt Features and Functionality LDAP: Enum Domain Admin users Enum Domain Controllers Enum Domain users with Password Not Expire Enum Domain users with old password Enum Domain users with interesting description Enum Domain users with not the default encryption Enum Domain users with Protecting Privileged Domain Accounts Kerberos: AS-REP Roastable Kerberoastable Password cracking with john (krb5tgs and krb5asrep) Demo
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Microsoft Advanced Threat Analytics ATA detects two suspicious events but does not trigger an alert: The connection with the protocol LDAP without SSL The Kerberoastable attack As shown in this screenshot:
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Source Documentation: https://labs.f-secure.com/blog/attack-detection-fundamentals-discovery-and-lateral-movement-lab-1/ https://theitbros.com/ldap-query-examples-active-directory/ https://docs.microsoft.com/en-us/advanced-threat-analytics/what-is-ata Impacket: https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetNPUsers.py https://github.com/SecureAuthCorp/impacket/blob/master/examples/GetUserSPNs.py Legal Disclaimer: testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. ">This project is made for educational and ethical testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal.
It is the end user's responsibility to obey all applicable local, state and federal laws.
Developers assume no liability and are not responsible for any misuse or damage caused by this program.
Download ADenum (https://github.com/SecuProject/ADenum)
___________________________
@hacking_Attack
@Hacking_Video
It is the end user's responsibility to obey all applicable local, state and federal laws.
Developers assume no liability and are not responsible for any misuse or damage caused by this program.
Download ADenum (https://github.com/SecuProject/ADenum)
___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
pcduo-old port
Is there anything I can do with a 5400/tcp pcduo-old port that is open? I tried connecting to it using "pc duo gateway" software but it couldn't connect.
submitted by /u/mustache-eater
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
pcduo-old port
Is there anything I can do with a 5400/tcp pcduo-old port that is open? I tried connecting to it using "pc duo gateway" software but it couldn't connect.
submitted by /u/mustache-eater
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
pcduo-old port
Is there anything I can do with a 5400/tcp pcduo-old port that is open? I tried connecting to it using "pc duo gateway" software but it couldn't...
hacking: security in practice
pfsense and vpn
I use a Mcfee Vpn and the connection is protected by a firewall, so the problem is that someone can see what site I visit, but if I use a Vpn I'm protected.
Thanks
submitted by /u/paulred70
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
pfsense and vpn
I use a Mcfee Vpn and the connection is protected by a firewall, so the problem is that someone can see what site I visit, but if I use a Vpn I'm protected.
Thanks
submitted by /u/paulred70
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
pfsense and vpn
I use a Mcfee Vpn and the connection is protected by a firewall, so the problem is that someone can see what site I visit, but if I use a Vpn I'm...
Open Redirection - QR Code Magic
https://shahjerry33.medium.com/open-redirection-qr-code-magic-18ace1a0170f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://shahjerry33.medium.com/open-redirection-qr-code-magic-18ace1a0170f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Open Redirection - QR Code Magic
Summary :