nguyenanhung/demo-labs-supplychain-attack-in-php

Demo Labs: Supply Chain Attack in PHP

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/nguyenanhung/demo-labs-supplychain-attack-in-php

v1.0.0 2025-10-17 07:55 UTC

This package is auto-updated.

Last update: 2025-10-17 10:20:12 UTC


README

Đây là nội dung khoá học nội bộ do tôi triển khai tại công ty. Các đoạn mã trong đây là các đoạn mã dính nhiều lỗ hổng nhằm mục đích demo, vui không sử dụng trong công việc thực tế

This is the content of the internal course that I implemented at the company. The codes in here are code with many vulnerabilities for demo purposes, please do not use in real work.

Use

composer require nguyenanhung/demo-labs-supplychain-attack-in-php
<?php
require_once 'vendor/autoload.php';

use nguyenanhung\DemoLabs\SupplyChainAttack\ThisIsDemo;

$lab = new ThisIsDemo();

$data = $lab->normalFeature();

echo "<pre>";
print_r($data);
echo "</pre>";

Contact & Support

If any question & request, please contact following information

Name Email Skype Facebook
Hung Nguyen dev@nguyenanhung.com nguyenanhung5891 @nguyenanhung

From Vietnam with Love <3