EMPIRE CTF: LUPINONE VulnHub Walkthrough | Writeup
Hello, friends I’m Shams Ul Mehmood and this is my 6th article.Continue reading on Medium »
Read more...
Hello, friends I’m Shams Ul Mehmood and this is my 6th article.Continue reading on Medium »
Read more...
Medium
EMPIRE CTF: LUPINONE VulnHub Walkthrough | Writeup
Hello, friends I’m Shams Ul Mehmood and this is my 6th article. This article is a walkthrough of all about Empire LupinOne Box. It includes…
Active Directory Red Teaming: A Comprehensive Guide
Active Directory (AD) is a critical component in most enterprise IT infrastructures, providing authentication and authorization services…Continue reading on Medium »
Read more...
Active Directory (AD) is a critical component in most enterprise IT infrastructures, providing authentication and authorization services…Continue reading on Medium »
Read more...
Medium
Active Directory Red Teaming: A Comprehensive Guide
Active Directory (AD) is a critical component in most enterprise IT infrastructures, providing authentication and authorization services to…
EMPIRE CTF: LUPINONE VulnHub Walkthrough | Writeup
https://shamsulmehmood.medium.com/empire-ctf-lupinone-vulnhub-walkthrough-writeup-bea8558ea03b?source=rss------bug_bounty-5
https://shamsulmehmood.medium.com/empire-ctf-lupinone-vulnhub-walkthrough-writeup-bea8558ea03b?source=rss------bug_bounty-5
Hello, friends I’m Shams Ul Mehmood and this is my 6th article.Continue reading on Medium » (https://shamsulmehmood.medium.com/empire-ctf-lupinone-vulnhub-walkthrough-writeup-bea8558ea03b?source=rss------bug_bounty-5)
Active Directory Red Teaming: A Comprehensive Guide
https://medium.com/@paritoshblogs/active-directory-red-teaming-a-comprehensive-guide-06b1f008d0d4?source=rss------bug_bounty-5
https://medium.com/@paritoshblogs/active-directory-red-teaming-a-comprehensive-guide-06b1f008d0d4?source=rss------bug_bounty-5
Active Directory (AD) is a critical component in most enterprise IT infrastructures, providing authentication and authorization services…Continue reading on Medium » (https://medium.com/@paritoshblogs/active-directory-red-teaming-a-comprehensive-guide-06b1f008d0d4?source=rss------bug_bounty-5)
In-memory sleeping technique using threads created in suspended state and timers that work with the ResumeThread function after context is set for execution. Each workers has its own stack and no need to modify the list of valid indirect call targets in CFG. Use case: Swappala with Reflective DLL
https://www.reddit.com/r/redteamsec/comments/1d8jo25/inmemory_sleeping_technique_using_threads_created/
submitted by /u/oldboy21 (https://www.reddit.com/user/oldboy21)
[link] (https://oldboy21.github.io/posts/2024/06/sleaping-issues-swappala-and-reflective-dll-friends-forever/) [comments] (https://www.reddit.com/r/redteamsec/comments/1d8jo25/inmemory_sleeping_technique_using_threads_created/)
https://www.reddit.com/r/redteamsec/comments/1d8jo25/inmemory_sleeping_technique_using_threads_created/
submitted by /u/oldboy21 (https://www.reddit.com/user/oldboy21)
[link] (https://oldboy21.github.io/posts/2024/06/sleaping-issues-swappala-and-reflective-dll-friends-forever/) [comments] (https://www.reddit.com/r/redteamsec/comments/1d8jo25/inmemory_sleeping_technique_using_threads_created/)
X-Recon - A Utility For Detecting Webpage Inputs And Conducting XSS Scans
http://www.kitploit.com/2024/06/x-recon-utility-for-detecting-webpage.html
http://www.kitploit.com/2024/06/x-recon-utility-for-detecting-webpage.html
A utility for identifying web page inputs and conducting XSS scanning.
Features: Subdomain Discovery: Retrieves relevant subdomains (https://www.kitploit.com/search/label/Subdomains) for the target website and consolidates them into a whitelist (https://www.kitploit.com/search/label/Whitelist). These subdomains (https://www.kitploit.com/search/label/Subdomains) can be utilized during the scraping (https://www.kitploit.com/search/label/Scraping) process. Site-wide Link Discovery: Collects all links throughout the website based on the provided whitelist and the specified max_depth. Form and Input Extraction: Identifies all forms and inputs found within the extracted links, generating a JSON output. This JSON output serves as a foundation for leveraging the XSS scanning (https://www.kitploit.com/search/label/Scanning) capability of the tool. XSS Scanning: Once the start recon option returns a custom JSON containing the extracted entries, the X-Recon tool can initiate the XSS vulnerability testing process and furnish you with the desired results!
Features: Subdomain Discovery: Retrieves relevant subdomains (https://www.kitploit.com/search/label/Subdomains) for the target website and consolidates them into a whitelist (https://www.kitploit.com/search/label/Whitelist). These subdomains (https://www.kitploit.com/search/label/Subdomains) can be utilized during the scraping (https://www.kitploit.com/search/label/Scraping) process. Site-wide Link Discovery: Collects all links throughout the website based on the provided whitelist and the specified max_depth. Form and Input Extraction: Identifies all forms and inputs found within the extracted links, generating a JSON output. This JSON output serves as a foundation for leveraging the XSS scanning (https://www.kitploit.com/search/label/Scanning) capability of the tool. XSS Scanning: Once the start recon option returns a custom JSON containing the extracted entries, the X-Recon tool can initiate the XSS vulnerability testing process and furnish you with the desired results!
Note: The scanning functionality is currently inactive on SPA (Single Page Application) web applications, and we have only tested it on websites developed with PHP, yielding remarkable results. In the future, we plan to incorporate these features into the tool.
Note: This tool maintains an up-to-date (https://www.kitploit.com/search/label/Up-to-date) list of file extensions that it skips during the exploration process. The default list includes common file types such as images, stylesheets, and scripts (".css",".js",".mp4",".zip","png",".svg",".jpeg",".webp",".jpg",".gif"). You can customize this list to better suit your needs by editing the setting.json file.. Installation $ git clone https://github.com/joshkar/X-Recon
$ cd X-Recon
$ python3 -m pip install -r requirements.txt
$ python3 xr.py
Target For Test: You can use this address in the Get URL section http://testphp.vulnweb.com
Download X-Recon (https://github.com/joshkar/X-Recon)
$ cd X-Recon
$ python3 -m pip install -r requirements.txt
$ python3 xr.py
Target For Test: You can use this address in the Get URL section http://testphp.vulnweb.com
Download X-Recon (https://github.com/joshkar/X-Recon)
Insecure Firebase Unauthorized Write Access on Crypto Exchange Bug Bounty
https://scr1pty.medium.com/insecure-firebase-unauthorized-write-access-on-crypto-exchange-bug-bounty-9e9187b627b1?source=rss------bug_bounty-5
https://scr1pty.medium.com/insecure-firebase-unauthorized-write-access-on-crypto-exchange-bug-bounty-9e9187b627b1?source=rss------bug_bounty-5
>Hello My Hackermen!Continue reading on Medium » (https://scr1pty.medium.com/insecure-firebase-unauthorized-write-access-on-crypto-exchange-bug-bounty-9e9187b627b1?source=rss------bug_bounty-5)
Insecure Firebase Unauthorized Write Access on Crypto Exchange Bug Bounty
>Hello My Hackermen!Continue reading on Medium »
Read more...
>Hello My Hackermen!Continue reading on Medium »
Read more...
Medium
Insecure Firebase Unauthorized Write Access on Crypto Exchange Bug Bounty
>Hello My Hackermen!
CVE-2024–4358 Critical Flaw Found in Progress Telerik Report Server
Details about this CVE can be read here. I’m starting without any time waste.Continue reading on Medium »
Read more...
Details about this CVE can be read here. I’m starting without any time waste.Continue reading on Medium »
Read more...
Medium
CVE-2024–4358 Critical Flaw Found in Progress Telerik Report Server
Details about this CVE can be read here. I’m starting without any time waste.