Skip to content

Instantly share code, notes, and snippets.

View mataprasad's full-sized avatar

Mata Prasad Chauhan mataprasad

View GitHub Profile
The android/meterpreter/reverse_tcp payload is a Java-based Meterpreter that can be used on an
Android device. It is still at an early stage of development, but there are so many things you can
do with it already.
The Android Meterpreter allows you to do things like take remote control the file system, listen to phone calls, retrieve or send SMS messages, geo-locate the user, run post-exploitation modules, etc.
## Vulnerable Application
You can test android/meterpreter/reverse_tcp on these devices:
<!--https://diafygi.github.io/webrtc-ips/ -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h4>
Demo for:
https://www.sitepoint.com/a-guide-to-setting-up-lets-encrypt-ssl-on-shared-hosting/
https://www.tunetheweb.com/performance/http2/
https://unix.stackexchange.com/questions/33658/problems-with-cmake-in-centos-6
https://www.plothost.com/kb/brotli-support-cpanel-easyapache/
https://ayesh.me/apache-brotli
--centos
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.0
sudo apt-get install php7.0 php7.0-mcrypt php7.0-curl php7.0-cli php7.0-mysql php7.0-gd libapache2-mod-php7.0 php7.0-soap php7.0-fpm php7.0-common php7.0-mbstring php7.0-xmlrpc php7.0-xml php7.0-intl php7.0-ldap php7.1-zip
list all services from all zones--
https://resources.console.aws.amazon.com/r/tags
https://askubuntu.com/questions/868848/how-to-install-redis-on-ubuntu-16-04
https://stackoverflow.com/questions/34573109/how-to-make-an-android-app-to-always-run-in-background
https://developer.android.com/guide/components/services
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html
Aptitute Test --
https://www.wonderlic.com/
class Class1
{
static int[,] RotateMatrixCounterClockwise(int[,] oldMatrix)
{
int[,] newMatrix = new int[oldMatrix.GetLength(1), oldMatrix.GetLength(0)];