Skip to content

A python script to automatically dump files and source code of a Symfony server in debug mode.

Notifications You must be signed in to change notification settings

p0dalirius/SymfonyDumpSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python script to automatically dump files and source code of a Symfony server in debug mode.
GitHub release (latest by date) YouTube Channel Subscribers

Features

  • Dump files from the remote server in a local directory.
  • Multithreaded.
  • Specify custom list of file paths to dump with option --file-list.
  • Automatically extract file paths from debug page

Demonstration

Usage

$ ./SymfonyDumpSource.py -h
SymfonyDumpSource.py v1.1 - by @podalirius_

usage: SymfonyDumpSource.py [-h] [-v] [--debug] [--no-colors] -t TARGET [-D DUMP_DIR] [-f FILE_LIST] [-T THREADS]

options:
  -h, --help            show this help message and exit
  -v, --verbose         Verbose mode. (default: False)
  --debug               Debug mode.
  --no-colors           No colors mode.
  -t TARGET, --target TARGET
                        Target symfony instance.
  -D DUMP_DIR, --dump-dir DUMP_DIR
                        Directory where the dumped files will be stored.
  -f FILE_LIST, --file-list FILE_LIST
                        File containing symfony paths.
  -T THREADS, --threads THREADS
                        Number of threads (default: 5)

References

About

A python script to automatically dump files and source code of a Symfony server in debug mode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages