Hi all,
I am running CyanogenMOD 10.1 on my Samsung Galaxy SII i9100G.
To access all features of my university I have to connect to the university network with a VPN connection.
At first I installet the OpenVPN client for Android, which is working fine.
But now, since CyanogenMOD has a built in VPN client, I want to transfer my settings there. So I do not have to use additional software.
My problem is: I am not able to see through the configuration file. For OpenVPN I use a given configuration file and a certificate but I have no idea how to transfer the settings from that file to the CyanogenMOD VPN.
Has anyone here experiences with that? Or can help me with my problem?
I would really apprechiate some help here, because my search did not bring out any results on that...
Here is the content of the configuration file:
Code:
client
dev tun
proto udp
remote 123.456.789.0 1234
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.cer
cipher AES-256-CBC
verb 3
auth SHA1
auth-user-pass
inactive 600
route-method exe
route-delay 2
tls-remote vpnserver01
ns-cert-type server
Thank you!!
hello guys,
i'm developing an automatic vulnerability scanner/exploiter for android.
i'm adding the cool feature of using the metasploit framework from our android phones, but i'm having a big issue.
i can start the MsfRpcd ( the metasploit daemon ) from a su shell an make it bind to the 127.0.0.1 address.
i can connect to the server using busybox netcat ( no Java though here ).
i can't connect to 127.0.0.1 from the android app! i got ECONNREFUSED.
uff!
after a bit of google i understood that JavaVM have a separate network and it filter out my connection to localhost/127.0.0.1.
how can i connect to a service bind to 127.0.0.1 on my phone from an android app?
this is a jail!
NOTES:
i gave a quick look at iptables -L output, maybe i can make some hack there, but probably i will break the JavaVM network.
thanks in advance!
-- tux_mind
PS:
binding on wifi ip is not an answer.
WORKAROUND:
do not use socket library, use URLConnection:
Code:
u = new URL("http", InetAddress.getLocalHost().getHostAddress(), mPort, "/api/");
huc = u.openConnection();
huc.setDoOutput(true);
huc.setDoInput(true);
huc.setUseCaches(false);
huc.setRequestProperty("Content-Type", "binary/message-pack");
huc.setReadTimeout(0);
huc.getOutputStream().close();
-1 for google
I came on this forum specifically to ask this, I hope this is the right place to post this. Why isn't my Androrat working? My friend wants to see it in action on his phone for fun, and I have done everything. The port is open (I checked it), the APK is loaded and installed, everything. Just when I start the Androrat software, nothing shows up on the list. Any answers?
I have the same problem. did you get the answer for this issue?
This is what i do, maybe its not the correct way, but its working
Mine is working.
1)go to router setting > port foward > set utp&udp with 1334
2)Go to windows firewall > new rule > allow port connection for utp&udp with 1334
3)Launch androrat app binder (.exe)
4)select "build" > ip = your pc local ip = 192.168.1.6 > port = 1334 > name = app name > untick hidden
5)hide app is not working,
"build+bind" also not working
6)click "go"
7)new file create in androrat folder > appsname.apk
8)send this .apk file to phone > install it > reboot > run it
9)open androrat.jar > program will start listening to the Android client
10)the phone will appear > u can do ;
-browse phone contact, sms, call log
-browse file directory > u can download any file from phone
-anonymously listen to microphone(the best hack i've ever done)
-monitoring new coming sms/call log
Not working ;
-take photo, location,send command
Things u should know;
1) i disable intetnet, & only use androrat in local ip
2)temporarily disable your antivirus, because anything from androrat is trojan threat
3)the app on the phone must be open, if
U kill all app, > connection lost
4)so far hidden app stil not working
5)pc & phone must connect to same wifi
Noob question
Plz tell me where did u download the software from I tried downloading it from GitHub but there was no executable file in it. I have java installed too........plz help me
i am getting this error please help
(ExtDataInput.java:48)
[08:38:02 PM] at brut.androlib.res.decoder.StringBlock.read(StringBlock.java:44)
[08:38:02 PM] at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:102)
[08:38:02 PM] at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:83)
[08:38:02 PM] at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:49)
[08:38:02 PM] ... 8 more
[08:38:02 PM] Injecting AndroRat Source.
[08:38:02 PM] Could not find file 'E:\Hackers World\HACK THE WORLD\ANDROID\ANDRORAT\Androrat\URL Shortener\AndroidManifest.xm
I am getting the below error message from app.
java.lang.RuntimeException: Unable to start service [email protected] with Intent { act=my.app.client.LauncherActivity cmp=my.app.client/.Client (has extras) }: java.lang.IllegalArgumentException: port out of range:-32148
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3722)
at android.app.ActivityThread.access$1700(ActivityThread.java:200)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1704)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6823)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Caused by: java.lang.IllegalArgumentException: port out of range:-32148
at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:144)
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:203)
at java.net.Socket.<init>(Socket.java:445)
at java.net.Socket.<init>(Socket.java:218)
at out.Connection.connect(Connection.java:69)
at my.app.client.Client.onStartCommand(Client.java:115)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3700)
... 8 more
Please let me know if anyone faced and able to resolve it
Hi,
is there someone that have experience with rooting a Smart TV from LG with WebOS.
I need to do that for mij project.
I need to make an full physical image of the memory.
Thx,
Rene
Starting Nmap 6.40 ( http://nmap.org ) at 2017-01-28 09:43 PST
Nmap scan report for LGSmartTV (192.168.1.xyz)
Host is up (0.0011s latency).
Not shown: 65525 closed ports
PORT STATE SERVICE
1029/tcp open ms-lsa
1726/tcp open unknown
1900/tcp open upnp
2005/tcp open deslogin
3000/tcp open ppp
3001/tcp open nessus
9955/tcp open unknown
9998/tcp open distinct32
18181/tcp open opsec-cvp
36866/tcp open unknown
MAC Address: DE:EZ:NU:TZ (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 4.73 seconds
Hi guys .
Suddenly my phone can not connect to google play store.
So I look at the host file from System=>etc=>host.
127.0.0.1 localhost
::1 ip6-localhost
Can I anybody running nougat ROM confirm me that host file is good to go?
Or share host file (stock/unmodified).