Hola, te pego acá la respuesta: http://pastebin.com/LrgsS3fA porque el firewall de cloudflare no me deja postearlo.
Saludos.
Saludos.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú <regex>
<name>e-mail</name>
<pattern><![CDATA[^[a-zA-Z0-9+&*-]+(?:\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,7}$]]></pattern>
<description>A valid e-mail address</description>
</regex>
if(response.status) {
$resultado = ( is_array($resultado) ? $resultado : array($resultado) );
die(json_encode($resultado, true));
["hola"]
die(json_encode(array('status' => 1, 'resultado' => $resultado)), true);
{ "status": 1, "resultado": "hola" }
<?php
if(isset($_POST) && isset($_POST['keystrokes'])){
// Headers
header('Content-Type: application/json');
$resultado = (string)$_POST['keystrokes'];
echo json_encode(array(
'status' => 1,
'result' => $resultado
), true);
exit;
}
?><!DOCTYPE html>
<html>
<head>
<title>login</title>
<script src="jquery-3.1.0.js" type="text/javascript"></script>
<script type="text/javascript">
var id = 'idUsuario';
// Bind the form
$('.formulario').submit(function(event) {
// Prevent sent the form
event.preventDefault();
var request = $.ajax({
url : 'login.php',
type : 'POST',
data : {
keystrokes : id
},
dataType : 'json',
contentType :'application/json',
});
request.done(function(response) {
if(response.status) {
alert('Success: ' + response.message);
window.location.href = 'login.php';
}
else {
alert('Error: ' + response.message);
window.location.href = window.location.href;
}
});
request.fail(function(jqXHR, textStatus) {
alert("Server request failed: " + textStatus);
window.location.href = '';
});
request.error(function(result, sts,err) {
alert(err+":"+sts);
});
});
</script>
</head>
<body>
<form class="formulario">
<p><input type="text "id="clickme" value="n o m b r e"></p>
<p><input type="text "id="pass" value=" c o n t r a s e n a"></p>
<input type="submit" id="botonEnviar" value="enviar">
</form>
</body>
</html>
#!/bin/bash
# Dependencies
# sudo apt-get install imagemagick
# Merge pdf and background image
# Split pdf into images
echo "Spliting pdf to images ..."
convert -density 150 input.pdf -quality 90 output.png
# Merge first page with background image
echo "join background image with cover ...";
composite -compose over -alpha On output-0.png bg-cover.png output-0.png
# Convert images to PDF
echo "Join images to out pdf file ...";
convert -compress jpeg `ls output-*.png` output.pdf
# Clean files
echo "Clean files ...";
rm -f output-*.png
echo "Done!";
Citar[FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details.
Citarsystemctl status systemd-modules-load.service
/lib/systemd/systemd-modules-load
$ sudo /lib/systemd/systemd-modules-load
Failed to insert 'vboxvideo': No such device
$ sudo dpkg-reconfigure virtualbox
* Unloading VirtualBox kernel modules... [ OK ]
* Loading VirtualBox kernel modules... * No suitable module for running kernel found
[fail]
invoke-rc.d: initscript virtualbox, action "restart" failed.
$ sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.4.0-34-generic
$ sudo apt-get purge virtualbox
$ sudo apt-get autoremove
$ sudo apt-get autoclean
$ sudo nano -w /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
# vboxvideo
Citar[FAILED] Failed to start Create Volatile Files and Directories. See 'systemctl status systemd-tmpfiles-setup.services'
$ rm -rf /var/log/journal
$ rm -rf /run/log/journal
Citar[DEPEND] Dependency failed for pNFS block layout mapping daemon.
$ sudo systemctl mask nfs-blkmap.service
$ startx
$ sudo mount -o remount,rw /
$ startx
sudo gedit /etc/default/grub
CitarEOF
fi
if test -d /sys/firmware/efi && test -e "${linux}.efi.signed"; then
sed "s/^/$submenu_indentation/" << EOF
linux ${rel_dirname}/${basename}.efi.signed root=${linux_root_device_thisversion} ro ${args}
EOF
else
sed "s/^/$submenu_indentation/" << EOF
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}
$ sudo update-grub
$ sudo apt-get update
$ sudo dpkg --configure -a
$ sudo apt-get dist-upgrade
$ sudo apt-get -f install
$ sudo apt-cache policy systemd-sysv
$ sudo apt-get install --reinstall systemd-sysv
$ sudo mv -vi /usr/share/mime/packages/kde.xml /usr/share/mime/packages/kde.xml.bak
$ sudo update-mime-database /usr/share/mime
$ sudo apt-get remove chemical-mime-data
apt-get -y reinstall libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-common && reboot
whk@machine:~$ sudo apt list --installed | grep libgdk
[sudo] password for whk:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libgdk-pixbuf2.0-0/xenial-updates,xenial-security,now 2.32.2-1ubuntu1.4 amd64 [instalado]
libgdk-pixbuf2.0-common/xenial-updates,xenial-updates,xenial-security,xenial-security,now 2.32.2-1ubuntu1.4 all [instalado]
libgdk-pixbuf2.0-dev/xenial-updates,xenial-security,now 2.32.2-1ubuntu1.4 amd64 [instalado, automático]
$ sudo update-alternatives --config java
root@machine:/# sudo update-alternatives --config java
Existen 3 opciones para la alternativa java (que provee /usr/bin/java).
Selección Ruta Prioridad Estado
------------------------------------------------------------
* 0 /usr/bin/gij-5 1050 modo automático
1 /usr/bin/gij-4.8 1048 modo manual
2 /usr/bin/gij-5 1050 modo manual
3 /usr/lib/jvm/java-7-oracle/jre/bin/java 1049 modo manual
Press <enter> to keep the current choice[*], or type selection number: 3
update-alternatives: utilizando /usr/lib/jvm/java-7-oracle/jre/bin/java para proveer /usr/bin/java (java) en modo manual
root@machine:/#
whk@machine:/opt/android-studio/bin$ ./studio.sh
java version "1.5.0"
gij (GNU libgcj) version 5.4.0 20160609
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Start Failed: Internal Error. Please report to https://https://code.google.com/p/android/issues
java.lang.reflect.InvocationTargetException
...
Caused by: java.lang.RuntimeException: Could not find 'theUnsafe' field in the class sun.misc.Unsafe
at com.intellij.util.concurrency.AtomicFieldUpdater.getUnsafe(AtomicFieldUpdater.java:44)
...14 more
Cita de: berz3k en 23 Agosto 2016, 02:01 AM
@WHK mediate querys en Google ? que me parece esta de moda hacer busquedas OSINT? aunque realmente es una busqueda para encontrar rastros de tu ofsensor
-berz3k