Skip to content

snk0752/quick-tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-tricks - Bitrix vulnerability scanner based on Attacking Bitrix guide

Installation

Requirements

  • Go 1.19+
    go install github.com/indigo-sadland/quick-tricks@latest
    

Usage

Bitrix vulnerability scanner

Usage:
  quick-tricks [command]

Available Commands:
  help        Help about any command
  lfi         Module 'lfi' checks if there are endpoints vulnerable to Local File Inclusion.
  quick       Run all quick modules ('recon', 'lfi', 'redirect', 'spoofing' and 'xss')
  rce         Module 'rce' tries to exploit vulnerable components of the target Bitrix.
  recon       Module 'recon' helps to find login page endpoints, local path disclosure and license key.
  redirect    Module 'redirect' checks endpoints vulnerable to Open Redirect.
  spoofing    Module 'spoofing' tests target for possibility of Content Spoofing attack.
  ssrf        Module 'ssrf' helps to check whether the target is vulnerable to SSRF or not.
  xss         Module 'xss' checks target's endpoints that potentially can be vulnerable XSS.

Flags:
  -h, --help   help for quick-tricks

Use "quick-tricks [command] --help" for more information about a command.

Author is not responsible for any damages. You are responsible for your own actions. Attacking targets without prior mutual consent is illegal.

About

Bitrix vulnerability scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages