🌐
GitHub
github.com › sethsec › PyCodeInjection
GitHub - sethsec/PyCodeInjection: Automated Python Code Injection Tool · GitHub
Automated Python Code Injection Tool. Contribute to sethsec/PyCodeInjection development by creating an account on GitHub.
Starred by 86 users
Forked by 22 users
Languages   Python 96.8% | HTML 2.1% | Shell 1.1%
🌐
GitHub
github.com › andreafortuna › pycodeinjector
GitHub - andreafortuna/pycodeinjector: Python code injection library · GitHub
Python code injection library. Contribute to andreafortuna/pycodeinjector development by creating an account on GitHub.
Starred by 10 users
Forked by 5 users
Languages   Python
🌐
GitHub
gist.github.com › CSM-BlueRed › 7ad74986e99c211b8a754886c5913dea
python-code-injection · GitHub
python-code-injection. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › topics › code-injection
code-injection · GitHub Topics · GitHub
All 150 C 38 C++ 32 Python 26 JavaScript 10 Rust 6 Java 4 Jupyter Notebook 3 Objective-C 3 Assembly 2 C# 2 ... Automatic generate dll wrapper for code injection.
🌐
GitHub
github.com › ettoreleandrotognoli › python-cdi
GitHub - ettoreleandrotognoli/python-cdi: Python Code Dependency Injection Library
A simple Python CDI ( Code Dependency Injection) Library.
Starred by 8 users
Forked by 2 users
Languages   Python 96.6% | Makefile 3.4% | Python 96.6% | Makefile 3.4%
🌐
GitHub
github.com › sethsec › PyCodeInjection › blob › master › VulnApp › PyCodeInjectionApp.py
PyCodeInjection/VulnApp/PyCodeInjectionApp.py at master · sethsec/PyCodeInjection
Automated Python Code Injection Tool. Contribute to sethsec/PyCodeInjection development by creating an account on GitHub.
Author   sethsec
🌐
GitHub
github.com › sethsec › PyCodeInjection › blob › master › PyCodeInjectionShell.py
PyCodeInjection/PyCodeInjectionShell.py at master · sethsec/PyCodeInjection
Automated Python Code Injection Tool. Contribute to sethsec/PyCodeInjection development by creating an account on GitHub.
Author   sethsec
🌐
GitHub
github.com › Martmists-GH › pymixin
GitHub - Martmists-GH/pymixin: Python code injection framework
PyMixin is a python library designed to help inject code in a compatible way.
Author   Martmists-GH
🌐
GitHub
github.com › ivankorobkov › python-inject
GitHub - ivankorobkov/python-inject: Python dependency injection
Supports Python 3.9+ (v5.*), 3.5-3.8 (v4.*) and Python 2.7–3.5 (v3.*). Supports context managers. ... @inject.autoparams returns a decorator which automatically injects arguments into a function that uses type annotations.
Starred by 755 users
Forked by 85 users
Languages   Python 98.3% | Makefile 1.7% | Python 98.3% | Makefile 1.7%
Find elsewhere
🌐
BreakInSecurity
axcheron.github.io › code-injection-with-python
Code Injection with Python - BreakInSecurity
December 29, 2017 - How to inject a backdoor into a PE file with Python.
🌐
GitHub
github.com › jtalway › Code-Injector
GitHub - jtalway/Code-Injector: Python program to modify http responses and inject code in html pages
Python program to modify http responses and inject code in html pages - jtalway/Code-Injector
Author   jtalway
🌐
GitHub
github.com › uber › py-find-injection
GitHub - uber/py-find-injection: Look for SQL injection attacks in python source code
November 7, 2013 - Look for SQL injection attacks in python source code - uber/py-find-injection
Starred by 128 users
Forked by 28 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › topics › injection-attacks
injection-attacks · GitHub Topics · GitHub
Implementation of the DIMVA 2017 publication "Quincy: Detecting Host-Based Code Injection Attacks in Memory Dumps" machine-learning volatility memory-dump injection-attacks ... Accurate & Fast BlindSQL Scanner, This tool automatically determines a response time baseline for each target and calculates dynamic thresholds for each payload! python sql tools toolkit injection developer bug-bounty sql-injection bugbounty pentest bss injection-attacks sql-injection-attacks sql-injection-exploitation url-input python-attacker injection-attack blindsqli blindsql
🌐
GitHub
github.com › Stanislav-Povolotsky › PyInjector
GitHub - Stanislav-Povolotsky/PyInjector: PyInjector - inject your python-code into any running python process or spawn interactive python-shell inside this process (even if it's GUI process) · GitHub
PyInjector - Inject python-code into any python process or spawn interactive python-shell inside the target process.
Starred by 62 users
Forked by 11 users
Languages   C++ 75.9% | Python 18.1% | PowerShell 6.0%
🌐
GitHub
github.com › lmacken › pyrasite
GitHub - lmacken/pyrasite: Inject code into running Python processes · GitHub
Tools for injecting arbitrary code into running Python processes.
Starred by 2.9K users
Forked by 220 users
Languages   Python 87.0% | C++ 11.2% | Shell 1.8%
🌐
CodeQL
codeql.github.com › codeql-query-help › python › py-code-injection
Code injection — CodeQL query help documentation - GitHub
urlpatterns = [ # Route to code_execution url(r'^code-ex1$', code_execution_bad, name='code-execution-bad'), url(r'^code-ex2$', code_execution_good, name='code-execution-good') ] def code_execution(request): if request.method == 'POST': first_name = base64.decodestring(request.POST.get('first_name', '')) #BAD -- Allow user to define code to be run.
🌐
GitHub
github.com › epinna › tplmap
GitHub - epinna/tplmap: Server-Side Template Injection and Code Injection Detection and Exploitation Tool · GitHub
$ ./tplmap.py -u 'http://www.target.com/page?name=John' [+] Tplmap 0.5 Automatic Server-Side Template Injection Detection and Exploitation Tool [+] Testing if GET parameter 'name' is injectable [+] Smarty plugin is testing rendering with tag '{*}' [+] Smarty plugin is testing blind injection [+] Mako plugin is testing rendering with tag '${*}' ... [+] Jinja2 plugin is testing rendering with tag '{{*}}' [+] Jinja2 plugin has confirmed injection with tag '{{*}}' [+] Tplmap identified the following injection point: GET parameter: name Engine: Jinja2 Injection: {{*}} Context: text OS: linux Techni
Starred by 4.2K users
Forked by 686 users
Languages   Python 89.8% | JavaScript 3.0% | Shell 2.8% | PHP 2.0% | Java 1.6% | Ruby 0.7% | HTML 0.1%
🌐
GitHub
gist.github.com › RobinDavid › 9214020
sample of shellcode injection into a process (Gray Hat Python) · GitHub
sample of shellcode injection into a process (Gray Hat Python) - code_injector.py
🌐
GitHub
gist.github.com › dfirfpi › 8780efc69c4986cc74492b6526e00681
QueueUserAPC injection Python demo test · GitHub
QueueUserAPC injection Python demo test. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › python-injector › injector
GitHub - python-injector/injector: Python dependency injection framework, inspired by Guice · GitHub
Python dependency injection framework, inspired by Guice - python-injector/injector
Starred by 1.5K users
Forked by 95 users
Languages   Python