This document now exists on the official ASP.NET core docs page.
- Application
- Request Handling
# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list | |
# A list of available STUN server. | |
stun.l.google.com:19302 | |
stun1.l.google.com:19302 | |
stun2.l.google.com:19302 | |
stun3.l.google.com:19302 | |
stun4.l.google.com:19302 | |
stun01.sipphone.com | |
stun.ekiga.net |
#include <iostream> | |
using namespace std; | |
class temp | |
{ | |
private: | |
int data1; | |
float data2; | |
public: | |
void int_data(int d){ | |
data1=d; |
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: |
This document now exists on the official ASP.NET core docs page.