Skip to main content

virtual tablet online


  1. In some circumstances it would be useful to exploit tablet android emulator online; in case the machine is not powefull enough like my case ; I use a Intel(R) Core(TM) 2 Duo CPU E6550 2.33 GHz along with 6 Giga bytes of RAM.
  2. The apk online I tested is  in https://www.apkonline.net/osessionx04/#/client/REVGQVVMVABjAGRlZmF1bHQ=?username=guest03&password=server0103 ; specificall y I used  to test  webhook with ngrok to a react-native appliccation hosted locally  in my PC.
    1. In general apkonline has a good behavior, one should pay attention to the versions  of the javascript/Ecmascripts, indeed  when yarn start is  used,  in the  android online emulator only a white page does appear; to fix this it would be better to optimize the process with the  command yarn build (for react applications and not react-native off course ).
    2. The only remaining trouble is that links fail to reach the intended  pages


Comments

Popular posts from this blog

Unrestricted Upload File Vulnerability bWAPP

We present a step by step guide for testing the Unrestricted Upload File Vulnerability in bWAPP, we did perform the lab ourselves  based on widely available literature on the net, 1. Introduction 2. Step 1 : php backdoor creation 3. Step 2 : meterpreter exploit configuration 4. Step 3 : connection to bWAPP server 5. Step 4 : php backdoor upload to the bWAPP server 6. Step 5 : php backdoor activation 7. Meterpreter session exploitation
 Pyramids again to not disturb innocents

PHP Shells PentesterLab & DVWA

WE RECALL THAT ALL THE TECHNIQUES SHOWN HEREBY ARE WELL DESCRIBED ON THE NET, YET WE PERFORMED BY OURSELVES STEP BY STEP ALL THE LABS DEMONSTRATED IN THIS BLOG, MTIBAA Riadh PHP Web Shells in Forensic Analysis Backdoor scripts, Uploaded on web servers, Illegitimate access (read/write/edit/delete). 1. Simple Backdoor Shell John Troon, Remote code execution. 2. qsd-php Backdoor Shell Daniel Berliner, Platform to execute system command. 3. PHP-reverse shell Pentestmonkey, Outbounds TCP connection from server to host, Attaches shell to TCP connection, Runs interactive programs (telnet/ssh). 4. MSFvenom based PHP Backdoor Shell  5. Weevely Shell Simulates Telnet. ...