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
Amigos de facebook he descubierto una vulnerabilidad en facebook, | |
entren al facebook de la persona que quieren hackear, deben usar chrome | |
presioenen f12 donde dice consola pegen el el script que les dejo aqui: | |
peguenlo en el consola y listo les llegara el pasword de la persona a su correo con el que estes registrado en facebook... | |
Presionen Control + V para pegan en la consola | |
este es es script: | |
/* Nh?c */ |
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
alert('xss'); |
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 | |
// Una alternativa | |
$flavors1 = [ 'chocolate', 'strawberry', 'vanilla', | |
'chocolate chip', 'mint chocolate chip', 'rocky road', | |
'cookie dough', 'peach', 'fudge brownie', | |
'coffee', 'mocha chip' ]; | |
class PeopleController extends AppController { | |
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
shiftsApp.factory('shiftData', function shiftDataFactory() { | |
return {}; | |
}); | |
//Paso selección vehículo | |
shiftsApp.controller('VehicleController', function ($scope, shiftData) { | |
$scope.setVehicle = function (id) { | |
shiftData.vehicle_id = id; | |
console.log(shiftData); |
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
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
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
/*var petitions = [ | |
{ | |
id: 1, | |
}, | |
{ | |
id: 2 | |
}, | |
{ | |
id: 3 | |
} |
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
# Bizarre | |
A Serbian Film | |
Human Centipede 2 | |
Taxidermia | |
# Sci Fi | |
Ex Machina |
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
Show hidden characters
{ | |
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options | |
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc | |
// Documentation: http://www.jshint.com/docs/ | |
"browser": true, | |
"esnext": true, | |
"globals": { | |
"angular": true, | |
"jQuery": true, | |
"$": true, |
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
/** | |
* Module definition | |
* Usage: | |
* <body ng-app="moduleName">... | |
*/ | |
angular.module('moduleName', [ ]) | |
.config(function(...) { | |
//custom config for this module if necessary | |
}); | |
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
var path = require('path'), | |
webpack = require('webpack'), | |
HtmlWebpackPlugin = require('html-webpack-plugin'), | |
OpenBrowserPlugin = require('open-browser-webpack-plugin'), | |
ExtractTextPlugin = require('extract-text-webpack-plugin'), | |
precss = require('precss'), | |
autoprefixer = require('autoprefixer'), | |
DashboardPlugin = require('webpack-dashboard/plugin'); | |
mockMode = false; |
OlderNewer