Skip to content

Goal of this repo is to convert exploit-db python2 scripts to python3

License

Notifications You must be signed in to change notification settings

electronforce/py2to3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py2to3

led | 10th March, 2021


The purpose of this repo is to convert python2 exploits and scripts to python as the support for python2 has dropped.

Table of contents

CVE-2020-25213

The File Manager (wp-file-manager) plugin before 6.9 for WordPress allows remote attackers to upload and execute arbitrary PHP code because it renames an unsafe example elFinder connector file to have the .php extension. Last Tested on TryHackMe Lab Badbyte. Script for the CVE is CVE-2020-25213

CVE-2018-17057

LimeSurvey < 3.16 use a old version of "TCPDF" library, this version is vulnerable to a Serialization Attack via the "phar://" wrapper. This Script was copied from exploit-db. Converting script from python2 to python3 was easy only hex bytes were pain. Instead of strings had to use bytes arrays in ptyhon3. Last Tested on TryHackMe Lab Ghizer. Script for the CVE is CVE-2018-17057

About

Goal of this repo is to convert exploit-db python2 scripts to python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages