├── LICENSE ├── README.md ├── cam-dumper.html ├── camdumper.sh ├── captured_files ├── new │ └── null ├── null └── old │ └── null ├── cd.jpg ├── ip.php ├── post.php └── template.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/README.md -------------------------------------------------------------------------------- /cam-dumper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/cam-dumper.html -------------------------------------------------------------------------------- /camdumper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/camdumper.sh -------------------------------------------------------------------------------- /captured_files/new/null: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /captured_files/null: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /captured_files/old/null: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/cd.jpg -------------------------------------------------------------------------------- /ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/ip.php -------------------------------------------------------------------------------- /post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiNuX-Mallu/CAM-DUMPER/HEAD/post.php -------------------------------------------------------------------------------- /template.php: -------------------------------------------------------------------------------- 1 | 6 | --------------------------------------------------------------------------------