Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 18.191.93.122 | Time @ Server : 19 Oct 2024 05:33:59
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/guzzlehttp/ringphp/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/guzzlehttp/ringphp/Makefile

all: clean coverage docs docs: cd docs && make html view-docs: open docs/_build/html/index.html start-server: stop-server node tests/Client/server.js &> /dev/null & stop-server: @PID=$(shell ps axo pid,command \ | grep 'tests/Client/server.js' \ | grep -v grep \ | cut -f 1 -d " "\ ) && [ -n "$$PID" ] && kill $$PID || true test: start-server vendor/bin/phpunit $(TEST) $(MAKE) stop-server coverage: start-server vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST) $(MAKE) stop-server view-coverage: open build/artifacts/coverage/index.html clean: rm -rf build/artifacts/* cd docs && make clean tag: $(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1")) @echo Tagging $(TAG) chag update -m '$(TAG) ()' git add -A git commit -m '$(TAG) release' chag tag perf: start-server php tests/perf.php $(MAKE) stop-server .PHONY: docs