Skip to content

Rexturnull/WEB-PenTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB-PenetrationTest

🔙 HOME

https://github.com/w181496/Web-CTF-Cheatsheet

Recon

Frontedend

https://chromewebstore.google.com/detail/modheader-modify-http-hea/idgpnmonknjnojddfkpgkljpfnnfcklj

Backend

  • SQL Injection
    • UNION:用UNION來將兩個語句合在一起
    • ERROR:透過錯誤訊息來取得資料
    • BOOLEAN:透過布林結果來判斷條件
    • TIME:透過Sleep來判斷條件
    • Out-Of-Band:讀檔、寫檔
  • NoSQL Injection
    • Introduction
    • NoSQL - Common base
    • NoSQL - Blind base
    • Lab
  • Code Injection
    • Simple Calculator
    • Code Injection function
    • Prevent Code Injection
    • Lab
  • Command Injection
    • Source
    • Command Injection
    • Bypass Blacklist
    • Argument Injection
  • SSRF
    • SSRF
    • URL - RFC3986
    • Blacklist
    • Whitelist Google
    • After DNS Resolution
    • Domain Obfuscator
    • Abusing URL Parsers
    • Lab
  • XXE
    • XML
    • DTD
    • XXE
    • Lab
  • CRLF Injection
  • SSTI - Server side template Injection
  • Serialization SSTI
  • PHP Slogan
  • Weak Type
  • WebShell
  • Path Traveral
  • Local File Inclusion
  • php wrapper
  • LFI to RCE
  • Lab

Tool

  • https://pipedream.com/requestbinstbin
  • Webshell
    • China Chopper 中國菜刀 : 通信不加密,流量特徵明顯易被發現,普通防火牆可徵測
    • AntSword 蟻劍 : 菜刀的升級版,支持Plugins與加密,但加密方式有跡可循,高級防火牆可偵測
    • Behinder 冰蠍 : 專攻隱身、動態繞過檢測,每次通信動態加密密鑰,惡意程式不落地,企業級攻防時常使用
    • Godzilla 哥斯拉 : 全能型攻防對抗天花板

LAB

  1. Switch to the path where the docker-compose.yml file is located for each question.
# Start docker

# old version
docker-compose up -d
# new version
docker compose up -d
  1. Restart and rebuild docker
# old version
docker-compose up --build --force-recreate 
# new version
docker compose up --build --force-recreate 
  1. Question status
# old version
docker-compose ps
# new version
docker compose ps

# logs
docker compose logs -f

Soure

https://hackmd.io/@sunfrancis12/S1K5KDpf1l

About

WEB Penetration Test All the thing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published