{"id":13561488,"url":"https://github.com/noptrix/lulzbuster","last_synced_at":"2025-04-03T17:31:02.479Z","repository":{"id":48184387,"uuid":"255208471","full_name":"noptrix/lulzbuster","owner":"noptrix","description":"A very fast and smart web directory and file enumeration tool written in C.","archived":false,"fork":false,"pushed_at":"2020-05-11T15:19:29.000Z","size":1372,"stargazers_count":132,"open_issues_count":2,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-04T13:37:36.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.nullsecurity.net/","language":"C","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/noptrix.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":"2020-04-13T02:00:04.000Z","updated_at":"2024-10-22T02:23:43.000Z","dependencies_parsed_at":"2022-09-26T19:34:49.269Z","dependency_job_id":null,"html_url":"https://github.com/noptrix/lulzbuster","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/noptrix%2Flulzbuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noptrix%2Flulzbuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noptrix%2Flulzbuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noptrix%2Flulzbuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noptrix","download_url":"https://codeload.github.com/noptrix/lulzbuster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247046832,"owners_count":20874731,"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-01T13:00:57.471Z","updated_at":"2025-04-03T17:30:57.456Z","avatar_url":"https://github.com/noptrix.png","language":"C","readme":"# Description\n\nLulzbuster is a very fast and smart web directory and file enumeration tool written in C.\n\n# Usage\n\n```\n$ lulzbuster -H\n    __      __      __               __\n   / /_  __/ /___  / /_  __  _______/ /____  _____\n  / / / / / /_  / / __ \\/ / / / ___/ __/ _ \\/ ___/\n / / /_/ / / / /_/ /_/ / /_/ (__  ) /_/  __/ /\n/_/\\__,_/_/ /___/_.___/\\__,_/____/\\__/\\___/_/\n\n        --==[ by nullsecurity.net ] ==--\n\nusage\n\n  lulzbuster -s \u003carg\u003e [opts] | \u003cmisc\u003e\n\ntarget options\n\n  -s \u003curl\u003e       - start url to begin scan with\n\nhttp options\n\n  -h \u003ctype\u003e      - http request type (default: GET) - ? to list types\n  -x \u003ccode\u003e      - exclude http status codes (default: 400,404,500,501,502,503\n                   multi codes separated by ',')\n  -f             - follow http redirects. hint: better try appending a '/'\n                   with '-A' option first instead of using '-f'\n  -F \u003cnum\u003e       - num level to follow http redirects (default: 0)\n  -u \u003cstr\u003e       - user-agent string (default: built-in windows firefox)\n  -U             - use random built-in user-agents\n  -c \u003cstr\u003e       - pass custom header(s) (e.g. 'Cookie: foo=bar; lol=lulz')\n  -a \u003ccreds\u003e     - http auth credentials (format: \u003cuser\u003e:\u003cpass\u003e)\n  -r             - turn on auto update referrer\n  -j \u003cnum\u003e       - define http version (default: curl's default) - ? to list\n\ntimeout options\n\n  -D \u003cnum\u003e       - num seconds for delay between requests (default: 0)\n  -C \u003cnum\u003e       - num seconds for connect timeout (default: 10)\n  -R \u003cnum\u003e       - num seconds for request timeout (default: 30)\n  -T \u003cnum\u003e       - num seconds to give up and exit lulzbuster completely\n                   (default: none)\n\ntuning options\n\n  -t \u003cnum\u003e       - num threads for concurrent scanning (default: 30)\n  -g \u003cnum\u003e       - num connection cache size for curl (default: 30)\n                   note: this value should always equal to -t's value\n\nother options\n\n  -w \u003cfile\u003e      - wordlist file\n                   (default: /usr/local/share/lulzbuster/lists/medium.txt)\n  -A \u003cstr\u003e       - append any words separated by comma (e.g. '/,.php,~bak)\n  -p \u003caddr\u003e      - proxy address (format: \u003cscheme\u003e://\u003chost\u003e:\u003cport\u003e) - ? to\n                   list supported schemes\n  -P \u003ccreds\u003e     - proxy auth credentials (format: \u003cuser\u003e:\u003cpass\u003e)\n  -i             - insecure mode (skips ssl/tls cert verification)\n  -S             - smart mode aka eliminate false-positives, more infos,\n                   etc. (use this if speed is not your 1st priority!)\n  -n \u003cstr\u003e       - nameservers (default: '1.1.1.1,8.8.8.8,208.67.222.222'\n                   multi separated by '.')\n  -l \u003cfile\u003e      - log found paths and valid urls to file\n\nmisc\n\n  -X             - print built-in user-agents\n  -V             - print version of lulzbuster and exit\n  -H             - print this help and exit\n```\n\n# Author\n\nnoptrix\n\n# Notes\n\n- clean code; real project\n- lulzbuster is already packaged and available for [BlackArch Linux](https://www.blackarch.org/)\n- My master-branches are always stable; dev-branches are created for current work.\n- All of my public stuff you find are officially announced and published via [nullsecurity.net](https://www.nullsecurity.net/).\n\n# License\n\nCheck docs/LICENSE.\n\n# Disclaimer\n\nWe hereby emphasize, that the hacking related stuff found on\n[nullsecurity.net](http://nullsecurity.net) are only for education purposes.\nWe are not responsible for any damages. You are responsible for your own\nactions.\n","funding_links":[],"categories":["C","C (286)","Web"],"sub_categories":["Web Path Discovery / Bruteforcing Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoptrix%2Flulzbuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoptrix%2Flulzbuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoptrix%2Flulzbuster/lists"}