{"id":13636305,"url":"https://github.com/allfro/dotNetBeautifier","last_synced_at":"2025-04-19T08:31:54.142Z","repository":{"id":14914860,"uuid":"17638959","full_name":"allfro/dotNetBeautifier","owner":"allfro","description":"A BurpSuite extension for beautifying .NET message parameters and hiding some of the extra clutter that comes with .NET web apps (i.e. __VIEWSTATE).","archived":false,"fork":false,"pushed_at":"2015-06-29T23:22:14.000Z","size":147,"stargazers_count":12,"open_issues_count":1,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T00:22:58.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allfro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-11T17:08:56.000Z","updated_at":"2023-10-23T16:28:45.000Z","dependencies_parsed_at":"2022-07-19T05:47:01.332Z","dependency_job_id":null,"html_url":"https://github.com/allfro/dotNetBeautifier","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allfro%2FdotNetBeautifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allfro%2FdotNetBeautifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allfro%2FdotNetBeautifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allfro%2FdotNetBeautifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allfro","download_url":"https://codeload.github.com/allfro/dotNetBeautifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223795219,"owners_count":17204135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T00:00:59.738Z","updated_at":"2024-11-09T06:30:16.225Z","avatar_url":"https://github.com/allfro.png","language":"Java","readme":"About\n-----\n\nHave you ever pen-tested a .NET app and found that it has all sorts of ugly parameter names\n(i.e. ctl0$blah$foo$VeryLongLine)? Sometimes these parameters can be pages long (i.e. __VIEWSTATE). Have you felt\nlike tearing your hair out because you can't even read the whole parameter name and see what it's corresponding value \nis in your small screen at a client site? Don't you wish you could only focus on the meat of the request?\n\nWell cry no more! This tool is about bringing awesome back to pen-testing .NET apps. It makes requests like this:\n\n```\nPOST /Default.aspx HTTP/1.1\nHost: annoying-web-app\nReferer: https://annoying-web-app/Default.aspx\nCookie: ASP.NET_SessionId=zprxqvwll4yoi0gbeactgzdd\nConnection: keep-alive\nContent-Type: application/x-www-form-urlencoded\nContent-Length: 1903\n\n__VIEWSTATE=%2oiAIHfiohsdoigjKLASgjghajklgjSDGsjdglSDJg9SDJGsdgjSGJDDSasdfja9sdjfasdfja0sdfjasd53j5235923nf9ja9fsdjfajsD\n... [1000 lines later] ...\n\u0026ctl00%24ctl00%24InnerContentPlaceHolder%24Element_42%24ctl00%24FrmLogin%24TxtUsername_internal=username\u0026ctl00%24ctl00%2\n4InnerContentPlaceHolder%24Element_42%24ctl00%24FrmLogin%24TxtPassword_internal=password\u0026ctl00%24ctl00%24InnerContentPla\nceHolder%24Element_42%24ctl00%24BtnLogin=Login\n```\n\nLook like this:\n\n```\nPOST /Default.aspx HTTP/1.1\nHost: annoying-web-app\nReferer: https://annoying-web-app/Default.aspx\nCookie: ASP.NET_SessionId=zprxqvwll4yoi0gbeactgzdd\nConnection: keep-alive\nContent-Type: application/x-www-form-urlencoded\nContent-Length: 1903\nX-dotNet-Beautifier: 259; DO-NOT-REMOVE\n\n__VIEWSTATE=\u003csnipped out for sanity\u003e\u0026TxtUsername_internal=username\u0026TxtPassword_internal=password\u0026BtnLogin=Login\n```\n\nAll **without** compromising the integrity of the outgoing message so you can alter the values of the parameters you\nwant to target *without losing your mind*! Better yet, you can send \"beautified\" messages to other tools within Burp and\nthe outgoing messages will get automatically transformed back into what the web app expects from us.\n\n**WAWAWEWA!**\n\n\nRequirements\n------------\n\nYou'll need the following to get started:\n- the latest version of BurpSuite versions 1.6 or later.\n- a positive attitude!\n\nHelp!\n-----\n\nThis is still a work in progress so their may be a few bugs I haven't hammered out.\n","funding_links":[],"categories":["Beautifiers and Decoders","Pentesting"],"sub_categories":["Payloads"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallfro%2FdotNetBeautifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallfro%2FdotNetBeautifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallfro%2FdotNetBeautifier/lists"}