hare r written a very basic Powershell script that can gather a lot of info without any defender alerts since it leverages the built-in windows ADModule. It is useful for Penetration testers, SOC Analysts or System administrators, depends how they use it.
Pentesters can use it for enumeration purposes, finding Kerberoastable, AsRepRoastable accounts, finding legacy systems etc., if they've initial access to domain joined PC
SOC analyst or administrators can use since they're on defending side, to identify SPN associated service accounts, accounts with the property set "do not require Kerberos pre-authentication", to get a list of their windows servers (old/new) etc., again depends how they use it.
https://lnkd.in/gp-FnKqc
Join Us:-https://t.me/DevCyberSecurity
Pentesters can use it for enumeration purposes, finding Kerberoastable, AsRepRoastable accounts, finding legacy systems etc., if they've initial access to domain joined PC
SOC analyst or administrators can use since they're on defending side, to identify SPN associated service accounts, accounts with the property set "do not require Kerberos pre-authentication", to get a list of their windows servers (old/new) etc., again depends how they use it.
https://lnkd.in/gp-FnKqc
Join Us:-https://t.me/DevCyberSecurity
๐2
๐๐จ๐ซ-๐๐-๐๐ก๐๐ง๐ ๐๐ซ
This tool automatically changes your Tor IP address at regular intervals, helping to enhance your anonymity online.
๐๐จ๐ฐ ๐๐ญ ๐๐จ๐ซ๐ค๐ฌ: The tool continuously switches your IP address by restarting the Tor service and fetching a new IP through Tor proxies. This process keeps your identity hidden as you browse.
๐๐๐ฎ๐๐๐ญ๐ข๐จ๐ง๐๐ฅ ๐๐ฌ๐ ๐๐ง๐ฅ๐ฒ: This tool is intended for educational purposes. #DevCyberSecurity is not responsible for any misuse or illegal activities. Use it wisely.
If you're interested in joining a cybersecurity bootcamp to learn ๐๐ญ๐ก๐ข๐๐๐ฅ ๐ก๐๐๐ค๐ข๐ง๐ ๐๐ง๐ ๐ฉ๐๐ง๐ญ๐๐ฌ๐ญ๐ข๐ง๐ , contact us!
+919509608755
Tool Link: https://lnkd.in/geiW4PEs
Join Us:-https://t.me/DevCyberSecurity
This tool automatically changes your Tor IP address at regular intervals, helping to enhance your anonymity online.
๐๐จ๐ฐ ๐๐ญ ๐๐จ๐ซ๐ค๐ฌ: The tool continuously switches your IP address by restarting the Tor service and fetching a new IP through Tor proxies. This process keeps your identity hidden as you browse.
๐๐๐ฎ๐๐๐ญ๐ข๐จ๐ง๐๐ฅ ๐๐ฌ๐ ๐๐ง๐ฅ๐ฒ: This tool is intended for educational purposes. #DevCyberSecurity is not responsible for any misuse or illegal activities. Use it wisely.
If you're interested in joining a cybersecurity bootcamp to learn ๐๐ญ๐ก๐ข๐๐๐ฅ ๐ก๐๐๐ค๐ข๐ง๐ ๐๐ง๐ ๐ฉ๐๐ง๐ญ๐๐ฌ๐ญ๐ข๐ง๐ , contact us!
+919509608755
Tool Link: https://lnkd.in/geiW4PEs
Join Us:-https://t.me/DevCyberSecurity
๐1
๐ DevCyberSecurity Celebrates the 78th Independence Day! ๐ฎ๐ณ
As we commemorate this historic day, let's remember the sacrifices of those who fought for our freedom and continue to build a strong and secure nation. At DevCyberSecurity, we are committed to empowering the next generation with the knowledge and tools to safeguard our digital sovereignty.
On this special occasion, we salute the spirit of independence and the endless pursuit of knowledge. Jai Hind! ๐ฎ๐ณ
Stay tuned for exciting new content and initiatives as we work together to make cyberspace safer for everyone!
#IndependenceDay #JaiHind #CyberSecurity #DigitalIndia #DevCyberSecurity
Join us:-https://t.me/DevCyberSecurity
As we commemorate this historic day, let's remember the sacrifices of those who fought for our freedom and continue to build a strong and secure nation. At DevCyberSecurity, we are committed to empowering the next generation with the knowledge and tools to safeguard our digital sovereignty.
On this special occasion, we salute the spirit of independence and the endless pursuit of knowledge. Jai Hind! ๐ฎ๐ณ
Stay tuned for exciting new content and initiatives as we work together to make cyberspace safer for everyone!
#IndependenceDay #JaiHind #CyberSecurity #DigitalIndia #DevCyberSecurity
Join us:-https://t.me/DevCyberSecurity
๐3
๐ TOOLS SERIES
๐DATAFAKER
DataFaker is a tool used for generating fake data for testing or development purposes. It can be particularly useful when you need realistic data to populate databases, run tests, or develop applications without using real data.
The GitHub repository for DataFaker is typically found under the name
For the most accurate and up-to-date information, including installation instructions, usage details, and contributions, visit the GitHub page of the DataFaker tool.
Tool Link-https://github.com/datafaker-net/data...
Join us:-https://t.me/DevCyberSecurity
๐DATAFAKER
DataFaker is a tool used for generating fake data for testing or development purposes. It can be particularly useful when you need realistic data to populate databases, run tests, or develop applications without using real data.
The GitHub repository for DataFaker is typically found under the name
datafaker or something similar. You can find it by searching for "DataFaker GitHub" or visiting GitHub and searching for the repository directly.For the most accurate and up-to-date information, including installation instructions, usage details, and contributions, visit the GitHub page of the DataFaker tool.
Tool Link-https://github.com/datafaker-net/data...
Join us:-https://t.me/DevCyberSecurity
๐2
SmuggleFuzz
SmuggleFuzz, developed by Moopinger, is a tool designed for rapid and customizable scanning of HTTP downgrade smuggling vulnerabilities. It provides users with the ability to define their own gadget lists, allowing for deeper insights into the reasons behind failed smuggling attacks. The tool aims to address the common issue where many individuals overlook potential vulnerabilities after a cursory scan.
Installation process -->
#go install https://lnkd.in/dHYwvxi2
or
#git clone https://lnkd.in/dZ8msgaX
#cd smugglefuzz
#go build .
#./smugglefuzz
Usages -->
#smugglefuzz scan -u https://example.com/ --confirm
#smugglefuzz scan -u https://example.com/ --filter TIMEOUT --confirm
#smugglefuzz scan -u https://example.com/ -w wordlist.txt -t 10 --confirm --filter TIMEOUT
#Note --> This tool for only identify HTTP smuggling vulnerability, don't use any illegal or unauthorised activity.
Join us:-https://t.me/DevCyberSecurity
SmuggleFuzz, developed by Moopinger, is a tool designed for rapid and customizable scanning of HTTP downgrade smuggling vulnerabilities. It provides users with the ability to define their own gadget lists, allowing for deeper insights into the reasons behind failed smuggling attacks. The tool aims to address the common issue where many individuals overlook potential vulnerabilities after a cursory scan.
Installation process -->
#go install https://lnkd.in/dHYwvxi2
or
#git clone https://lnkd.in/dZ8msgaX
#cd smugglefuzz
#go build .
#./smugglefuzz
Usages -->
#smugglefuzz scan -u https://example.com/ --confirm
#smugglefuzz scan -u https://example.com/ --filter TIMEOUT --confirm
#smugglefuzz scan -u https://example.com/ -w wordlist.txt -t 10 --confirm --filter TIMEOUT
#Note --> This tool for only identify HTTP smuggling vulnerability, don't use any illegal or unauthorised activity.
Join us:-https://t.me/DevCyberSecurity
Critical 0-Click RCE in Windows TCP/IP Stack Impacts All Systems.
Microsoft has released an urgent security update to address a critical remote code execution vulnerability in the Windows TCP/IP stack. The flaw tracked as CVE-2024-38063, affects all supported Windows and Windows Server versions, including Server Core installations
Mitigations:
1. Apply the latest Microsoft security updates immediately.
2. Prioritize patching internet-facing systems.
3. Consider disabling IPv6 if not needed in your environment.
4. Monitor for any suspicious network activity, particularly involving IPv6 traffic.
5. Implement network segmentation to limit potential lateral movement if a system is compromised.
Given the critical nature of this vulnerability and its potential for widespread impact, organizations should treat addressing CVE-2024-38063 as a top priority.
Link:-https://lnkd.in/d7R-kHzc
join us:-https://t.me/DevCyberSecurity
Microsoft has released an urgent security update to address a critical remote code execution vulnerability in the Windows TCP/IP stack. The flaw tracked as CVE-2024-38063, affects all supported Windows and Windows Server versions, including Server Core installations
Mitigations:
1. Apply the latest Microsoft security updates immediately.
2. Prioritize patching internet-facing systems.
3. Consider disabling IPv6 if not needed in your environment.
4. Monitor for any suspicious network activity, particularly involving IPv6 traffic.
5. Implement network segmentation to limit potential lateral movement if a system is compromised.
Given the critical nature of this vulnerability and its potential for widespread impact, organizations should treat addressing CVE-2024-38063 as a top priority.
Link:-https://lnkd.in/d7R-kHzc
join us:-https://t.me/DevCyberSecurity
Car ๐ hacking course๐คฃ๐คท
Language : Urdu / Hindi
Download link
https://mega.nz/file/takzRJDT#z8s3Cfu6pwGQguNlgg_lUG4Oduvx0XwO_P3f1UZIXzg
Now you can an enable how to hack Tesla ๐คฉโ ๏ธ
Can you support me on YouTube channel ๐
https://www.youtube.com/@DevCyberSecurity2024
Join us:-https://t.me/DevCyberSecurity
Language : Urdu / Hindi
Download link
https://mega.nz/file/takzRJDT#z8s3Cfu6pwGQguNlgg_lUG4Oduvx0XwO_P3f1UZIXzg
Now you can an enable how to hack Tesla ๐คฉโ ๏ธ
Can you support me on YouTube channel ๐
https://www.youtube.com/@DevCyberSecurity2024
Join us:-https://t.me/DevCyberSecurity
mega.nz
341.81 MB file on MEGA
๐1
Windows 7 8 10 11 With Updates
Download Link:-https://drive.google.com/drive/folders/1AScUC4SfJnknNkWr1Ioy8Bvu7WEuyycy?usp=sharing
join us:-https://t.me/DevCyberSecurity
Download Link:-https://drive.google.com/drive/folders/1AScUC4SfJnknNkWr1Ioy8Bvu7WEuyycy?usp=sharing
join us:-https://t.me/DevCyberSecurity
๐2
๐ Thrilled to introduce BLINKS๐ฅ โ a Burp Suite extension I developed to streamline and automate your active scanning tasks!
BLINKS enables headless active scans using Burp Suite Pro, making it effortless to integrate security testing into your project pipelines or automate repetitive processes. With a built-in webhook feature, you receive real-time updates as soon as a new issue is discovered,
BLINKS is perfect for automating Burp Suite scans in headless mode,
- Single and batch URL processing
- Customizable HTML & XML reports
- Webhook integration for real-time alerts
- Crawl-only mode for comprehensive mapping without full scans
- SOCKS5 proxy support for VPN
- Flexible, JSON-based configuration
๐ Explore the project on GitHub: https://lnkd.in/gsbc4Sm6
I'm actively seeking feedback to improve and enhance BLINKS. Your insights and suggestions would be invaluable!
you can Join My Youtube Channel:-
https://www.youtube.com/@DevCyberSecurity2024
Join us:-https://t.me/DevCyberSecurity
BLINKS enables headless active scans using Burp Suite Pro, making it effortless to integrate security testing into your project pipelines or automate repetitive processes. With a built-in webhook feature, you receive real-time updates as soon as a new issue is discovered,
BLINKS is perfect for automating Burp Suite scans in headless mode,
- Single and batch URL processing
- Customizable HTML & XML reports
- Webhook integration for real-time alerts
- Crawl-only mode for comprehensive mapping without full scans
- SOCKS5 proxy support for VPN
- Flexible, JSON-based configuration
๐ Explore the project on GitHub: https://lnkd.in/gsbc4Sm6
I'm actively seeking feedback to improve and enhance BLINKS. Your insights and suggestions would be invaluable!
you can Join My Youtube Channel:-
https://www.youtube.com/@DevCyberSecurity2024
Join us:-https://t.me/DevCyberSecurity
๐ TOOLS SERIES
๐HashCat: Advanced Password Cracking Tool
Introduction
HashCat is the well-known and the self-proclaimed worldโs fastest and most advanced password cracking tool. This tool has 7 attack modes for 200+ highly-optimized hashing algorithms (MD4, MD5, SHA-family, Unix Crypt, MySQL, Cisco Pix, etc.). It currently supports: CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS, and has facilities to help enable distributed password cracking.
Features:
Worldโs fastest password cracker, first and only in-kernel rule engine.
Free and Open-Source (MIT License).
Multi-OS (Linux, Windows and macOS) and Multi-Platform (CPU, GPU, DSP, FPGA, etc.).
Can crack multiple hashes at the same time.
Multi-Devices & Multi-Device-Types : utilizing multiple (mixed) devices in same system.
Tool Link Github:-https://github.com/hashcat/hashcat
Follow me on YouTube:-https://www.youtube.com/@DevCyberSecurity2024
Join us on Telegram;-
https://t.me/DevCyberSecurity
๐HashCat: Advanced Password Cracking Tool
Introduction
HashCat is the well-known and the self-proclaimed worldโs fastest and most advanced password cracking tool. This tool has 7 attack modes for 200+ highly-optimized hashing algorithms (MD4, MD5, SHA-family, Unix Crypt, MySQL, Cisco Pix, etc.). It currently supports: CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS, and has facilities to help enable distributed password cracking.
Features:
Worldโs fastest password cracker, first and only in-kernel rule engine.
Free and Open-Source (MIT License).
Multi-OS (Linux, Windows and macOS) and Multi-Platform (CPU, GPU, DSP, FPGA, etc.).
Can crack multiple hashes at the same time.
Multi-Devices & Multi-Device-Types : utilizing multiple (mixed) devices in same system.
Tool Link Github:-https://github.com/hashcat/hashcat
Follow me on YouTube:-https://www.youtube.com/@DevCyberSecurity2024
Join us on Telegram;-
https://t.me/DevCyberSecurity
๐3
HEU KMS activator v42.1.0( Windows & Office Activator )
Join us:-https://t.me/DevCyberSecurity
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join us:-https://t.me/DevCyberSecurity
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Telegram
DevCyberSecurity
"Welcome to DevCyberSecurity! ๐ก
Stay ahead in the ever-evolving world of cybersecurity with our channel. Here, we share valuable insights, latest trends, cutting-edge techniques, and resources tailored for developers and cybersecurity enthusiasts alike
Stay ahead in the ever-evolving world of cybersecurity with our channel. Here, we share valuable insights, latest trends, cutting-edge techniques, and resources tailored for developers and cybersecurity enthusiasts alike
HEU KMS Activator 42.1.0.zip
4.3 MB
HEU KMS activator v42.1.0( Windows & Office Activator )
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join Us-:-
https://t.me/DevCyberSecurity
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join Us-:-
https://t.me/DevCyberSecurity
๐1
AndrewHuangTheHardwareHacker.pdf
15.9 MB
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join Us-:-
https://t.me/DevCyberSecurity
Join Us-:-
https://t.me/DevCyberSecurity
๐1
Gray_Hat_Hacking_4th_Edition.pdf
17.3 MB
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join Us-:-
https://t.me/DevCyberSecurity
Join Us-:-
https://t.me/DevCyberSecurity
Hacking_Firewalls_And_Networks_How_To_Hack_Into_Remote_Computers.pdf
2.9 MB
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join Us-:-
https://t.me/DevCyberSecurity
Join Us-:-
https://t.me/DevCyberSecurity
๐1๐ฅ1
HHS_en11_Hacking_Passwords.v2.pdf
4 MB
Youtube Channel Link- https://www.youtube.com/channel/UCTscVHNT4BjfsnuG_t9KMOg
Join Us-:-
https://t.me/DevCyberSecurity
Join Us-:-
https://t.me/DevCyberSecurity
๐ฅ1
๐Turn off IPv6 now
A serious security vulnerability that affects the TCP/IP protocol in most versions of Windows
The vulnerability allows hackers to gain unauthorized access to the system, download malwares, modify and delete files, by sending IPv6 packets and without any required user interaction.
๐จDegree of risk
The vulnerability has a CVSS score of 9.8 CS
Join us:-https://t.me/DevCyberSecurity
A serious security vulnerability that affects the TCP/IP protocol in most versions of Windows
The vulnerability allows hackers to gain unauthorized access to the system, download malwares, modify and delete files, by sending IPv6 packets and without any required user interaction.
๐จDegree of risk
The vulnerability has a CVSS score of 9.8 CS
Join us:-https://t.me/DevCyberSecurity
๐3๐ฅ1