<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9" -->

---
title: How To Hack Any Website | daily.dev
description: Niveet Palan explains how to hack any website. He covers Subdomain enumeration, Authentication bypasses, IDOR vulnerability, File Inclusion, SSRF, Cross-site...
canonical: https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How To Hack Any Website | daily.dev
og:description: Niveet Palan explains how to hack any website. He covers Subdomain enumeration, Authentication bypasses, IDOR vulnerability, File Inclusion, SSRF, Cross-site...
og:url: https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9
og:image: https://api.daily.dev/og/posts/7Pldm9aA9.png
og:image:alt: How To Hack Any Website
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Hack Any Website

**[System Weakness](https://daily.dev/sources/systemweakness)** · 15 min read · 242 upvotes · 9 comments

## Summary

Niveet Palan explains how to hack any website. He covers Subdomain enumeration, Authentication bypasses, IDOR vulnerability, File Inclusion, SSRF, Cross-site Scripting, Command Injection. This is the third and final installment to this series.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://systemweakness.com/how-to-hack-any-website-c08daec978f6>

## Community discussion

Top comments from developers on daily.dev.

**@explosion** · 4 upvotes

> TL;DR Interesting post about frequent security vulnerabilities, how to exploit them, and the tools used, covers:
>
> - Automation
> - Brute forcing
> - Fuzzing and fluffing
> - Cookie manipulation
> - Filesystem traversal
> - Server side request forgery
> - XSS

**@codevista** · 1 upvotes

> Want to learn your website vulnerabilities? Why not hack your own site.

**@prafull** · 0 upvotes

> impressive

**@nickinguel** · 0 upvotes

> Really useful! It covers a lot

**@crypt0** · 0 upvotes

> Wow, so useful things to read and try on our apps!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#webdev](https://daily.dev/tags/webdev), [#cyber](https://daily.dev/tags/cyber)

[View this post on daily.dev](https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How To Hack Any Website","url":"https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9"},"datePublished":"2021-12-29T06:48:20.446Z","dateModified":"2021-12-29T06:48:20.446Z","description":"Niveet Palan explains how to hack any website. He covers Subdomain enumeration, Authentication bypasses, IDOR vulnerability, File Inclusion, SSRF, Cross-site...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5496d509195e1cd5d59c4d85b6dede82","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5496d509195e1cd5d59c4d85b6dede82","isAccessibleForFree":true,"articleSection":"System Weakness","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"System Weakness","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/4675577b3a8145dab8e12f25b0751c15","url":"https://daily.dev/sources/systemweakness"},"commentCount":9,"discussionUrl":"https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":242},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":9}],"keywords":"security,webdev,cyber","timeRequired":"PT15M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"System Weakness","item":"https://daily.dev/sources/systemweakness"},{"@type":"ListItem","position":3,"name":"How To Hack Any Website"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/how-to-hack-any-website-7pldm9aa9","comment":[{"@type":"Comment","text":"TL;DR Interesting post about frequent security vulnerabilities, how to exploit them, and the tools used, covers:\n\nAutomation\nBrute forcing\nFuzzing and fluffing\nCookie manipulation\nFilesystem traversal\nServer side request forgery\nXSS","datePublished":"2022-01-08T21:12:12.670Z","url":"https://daily.dev/posts/7Pldm9aA9#c-jNDTs7ltl","author":{"@type":"Person","name":"--Explosion--","url":"https://daily.dev/explosion","image":"https://avatars.githubusercontent.com/u/61319150?v=4"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":4}},{"@type":"Comment","text":"Want to learn your website vulnerabilities? Why not hack your own site.","datePublished":"2021-12-30T21:56:47.564Z","url":"https://daily.dev/posts/7Pldm9aA9#c-6BVNAtD8K","author":{"@type":"Person","name":"Javier Carrion","url":"https://daily.dev/codevista","image":"https://avatars0.githubusercontent.com/u/12854968?v=4"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"impressive","datePublished":"2021-12-31T13:03:39.020Z","url":"https://daily.dev/posts/7Pldm9aA9#c-bm5wgF3D-","author":{"@type":"Person","name":"Prafull Singh","url":"https://daily.dev/prafull","image":"https://avatars1.githubusercontent.com/u/19841199?v=4"}},{"@type":"Comment","text":"Really useful! It covers a lot","datePublished":"2022-01-10T16:03:40.993Z","url":"https://daily.dev/posts/7Pldm9aA9#c-QQ19H4Ykf","author":{"@type":"Person","name":"Nick King","url":"https://daily.dev/nickinguel","image":"https://media.daily.dev/image/upload/f_auto/v1639756501/avatars/aLzpgSIkh0XsFvPbzMigK"}},{"@type":"Comment","text":"Wow, so useful things to read and try on our apps!","datePublished":"2021-12-29T08:31:46.789Z","url":"https://daily.dev/posts/7Pldm9aA9#c-K38LJz72L","author":{"@type":"Person","name":"Aleksandar Cvjetan","url":"https://daily.dev/crypt0","image":"https://avatars.githubusercontent.com/u/31933549?v=4"}}]}
```

