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

@Hacking_Video
@Hacking_attack
Download Telegram
It involves the active search for cyber threats within an organization’s network before they can cause significant damage. One effective…Continue reading on Medium » (https://medium.com/@paritoshblogs/practical-threat-hunting-using-known-ioc-ips-26a4eab0b616?source=rss------bug_bounty-5)
Practical Threat Hunting Using Known IOC IPs

It involves the active search for cyber threats within an organization’s network before they can cause significant damage. One effective…Continue reading on Medium »
Read more...
XMGoat - Composed of XM Cyber terraform templates that help you learn about common Azure security issues
http://www.kitploit.com/2024/06/xmgoat-composed-of-xm-cyber-terraform.html
XM Goat (https://www.kitploit.com/search/label/Goat) is composed of XM Cyber (https://www.kitploit.com/search/label/Cyber) terraform (https://www.kitploit.com/search/label/Terraform) templates that help you learn about common Azure (https://www.kitploit.com/search/label/Azure) security issues. Each template is a vulnerable (https://www.kitploit.com/search/label/Vulnerable) environment, with some significant misconfigurations. Your job is to attack and compromise the environments. Here's what to do for each environment: Run installation and then get started. With the initial user and service principal credentials, attack the environment based on the scenario flow (for example, XMGoat/scenarios/scenario_1/scenario1_flow.png). If you need help with your attack, refer to the solution (for example, XMGoat/scenarios/scenario_1/solution.md). When you're done learning the attack, clean up.
Requirements Azure tenant Terafform version 1.0.9 or above Azure CLI Azure User with Owner permissions on Subscription and Global Admin privileges in AAD Installation Run these commands: $ az login
$ git clone https://github.com/XMCyber/XMGoat.git
$ cd XMGoat
$ cd scenarios
$ cd scenario_<\SCENARIO>
Where <\SCENARIO> is the scenario number you want to complete $ terraform init
$ terraform plan -out <\FILENAME>
$ terraform apply <\FILENAME>
Where <\FILENAME> is the name of the output file Get started To get the initial user and service principal credentials, run the following query: $ terraform output --json
For Service Principals, use application_id.value and application_secret.value. For Users, use username.value and password.value. Cleaning up After completing the scenario, run the following command in order to clean all the resources created in your tenant $ az login
$ cd XMGoat
$ cd scenarios
$ cd scenario_<\SCENARIO>
Where <\SCENARIO> is the scenario number you want to complete $ terraform destroy


Download XMGoat (https://github.com/XMCyber/XMGoat)
How I found a .env file and can access the whole server of mysql

HelloContinue reading on Medium »
Read more...
This lab contains a reflected cross-site scripting vulnerability in the search blog functionality. The reflection occurs inside a template…Continue reading on Medium » (https://cyberw1ng.medium.com/13-28-lab-reflected-xss-into-a-template-literal-with-angle-brackets-single-double-quotes-45602869f45f?source=rss------bug_bounty-5)
13.28 Lab: Reflected XSS into a template literal with angle brackets, single, double quotes…

This lab contains a reflected cross-site scripting vulnerability in the search blog functionality. The reflection occurs inside a template…Continue reading on Medium »
Read more...
CVE-2024–28999 SolarWinds Race Condition

Vulnerability Details:Continue reading on Medium »
Read more...
Early 2021. After feeling unsatisfied with my job for quite some time and battling burnout, I decided to take a sabbatical. “To hell with…Continue reading on Medium » (https://slava-moskvin.medium.com/found-bugs-got-paid-stayed-poor-making-a-living-with-bug-bounties-04ba1fbbab73?source=rss------bug_bounty-5)
Found Bugs, Got paid, Stayed poor: Making a Living with Bug Bounties

Early 2021. After feeling unsatisfied with my job for quite some time and battling burnout, I decided to take a sabbatical. “To hell with…Continue reading on Medium »
Read more...