Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
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/)
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
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!
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)
Insecure Firebase Unauthorized Write Access on Crypto Exchange Bug Bounty

>Hello My Hackermen!Continue reading on Medium »
Read more...
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...
I just redesign the website to give a clearer purpose and improve the code to offer more functionality, here it is the result…Continue reading on Medium » (https://medium.com/@bugbountydegen/smartauditor-ai-and-new-chatgpt-bot-for-audits-a8361ec7f52d?source=rss------bug_bounty-5)