Skip to content
Fuzzing165 B

PHP Magic Methods (SecLists)

PHP magic method names (__wakeup, __destruct, __toString, etc.) for PHP object injection / insecure deserialization gadget hunting and source-code review.

View source
Size
165 B
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
burpwfuzz

Preview

First 15 entries. Download or copy the full list (165 B) using the buttons above.

>head php-magic-methods-seclists.txt165 B
__construct
__destruct
__call
__callStatic
__get
__set
__isset
__unset
__sleep
__wakeup
__serialize
__unserialize
__toString
__invoke
__set_state

PHP magic method names (__wakeup, __destruct, __toString, etc.) for PHP object injection / insecure deserialization gadget hunting and source-code review.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 165 B and pairs well with tools such as burp, wfuzz. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.