This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
NB: THIS PoC ONLY WORKS IN QEMU USERMODE EMULATION! | |
If anyone wants to fix this, go ahead (no pun intended). | |
However, I don't have a vulnerable product and am unwilling to acquire one. | |
------------------------- | |
UCam247/Phylink/Titathink/YCam/Anbash/Trivision/Netvision/others | |
remote code exec: reverse shell PoC. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gulp = require('gulp') | |
const Builder = require('gulp-bem-bundle-builder') | |
const bundler = require('gulp-bem-bundler-fs') | |
const merge = require('merge2') | |
const debug = require('gulp-debug') | |
const babel = require('gulp-babel') | |
const uglify = require('gulp-uglify') | |
const gulpif = require('gulp-if') | |
const concat = require('gulp-concat') | |
const spawn = require('child_process').spawn |