Please don’t use this information to attack someone else’s application. Instead use this to protect yourself from being compromise on this particular vulnerability. This hack will work on Image Magick version 3.3.0 and below Below is a sample php code…
MongoDB Injection Example
Below is a example on how MongoDB Injection works: For example you have a PHP code like this. <?php $m = new \MongoDB\Driver\Manager(); if(isset($_POST[‘u’]) && isset($_POST[‘p’])) { $c = new \MongoDB\Driver\Query(array(‘username’ => $_POST[‘u’], ‘password’ => $_POST[‘p’]), array(‘limit’ => 10)); $user…
NASA Space Suits uses Nodejs
NASA’s Director of Software Engineering confirms that NASA uses node in Space Suits. According to the rumors, NASA is using nodejs to monitor their space suits sensors. This means NASA is moving towards OPEN SOURCE. Spacesuits and Node.js – How…