Jump to content

Need help with getting around router regulations

RideToHellBestGame2013

Hey everyone, I've been living at a hostel that uses MAC filtering to enforce computer/wifi usage but I got around it by spoofing a MAC address. However, this time they brought in some technicians to upgrade the entire ethernet and wifi process. This time, changing MAC addresses doesn't work but I've found 

http://prnt.sc/dyqupl

Maybe their flitering out all the address except the certain port and I need to add a proxy with that port?

I'm no IP address/wifi expert so I could really use some help getting access to ethernet.

Extra info is that its an aztech router. I can't really reset or add a password as hostel management will flip out lol

Edit: Could help come in a form of a list, so that it'll be easier. Thanks

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Electronics Wizardy said:

UMMM. We don't help with this

 

Pay for internet if you don't want it regulated.

I pay for hostel internet lol

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Electronics Wizardy said:

Then why do you need to change your mac? whats wrong with it?

They regulate internet from 5pm to 6am for 'mandatory study' time and 'your supposed to be sleeping not using your computer'. So I'm kinda screwed when trying to complete online courses on other programming languages that supplements my course. The standard for the ethernet is also in kb so it would be great to use it during off-peak hours when no one is using it.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, RideToHellBestGame2013 said:

They regulate internet from 5pm to 6am for 'mandatory study' time and 'your supposed to be sleeping not using your computer'. So I'm kinda screwed when trying to complete online courses on other programming languages that supplements my course. The standard for the ethernet is also in kb so it would be great to use it during off-peak hours when no one is using it.

Well those open ports are for dhcp, so I don't think your getting through that. 

 

I could probably poke around there, but im not on your network. 

 

The lazy way to get past this is to get a celluar data and your good.

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, Electronics Wizardy said:

Well those open ports are for dhcp, so I don't think your getting through that. 

 

I could probably poke around there, but im not on your network. 

 

The lazy way to get past this is to get a celluar data and your good.

Any specific areas/filters that could be filtering or not allowing me to access the network?

I'm thinking about getting cellular but the price is ridiculous. 12 gb a month for around 60 dollars is a bit too steep for me.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, RideToHellBestGame2013 said:

Any specific areas/filters that could be filtering or not allowing me to access the network?

Run nmap, what do you see?

 

can you ping public stuff like 8.8.8.8?

 

can you ping other stuff in the network?

Link to comment
Share on other sites

Link to post
Share on other sites

23 minutes ago, Electronics Wizardy said:

Run nmap, what do you see?

 

can you ping public stuff like 8.8.8.8?

 

can you ping other stuff in the network?

Using the zenmap GUI at a time when internet isn't blocked I got this:


Starting Nmap 7.40 ( https://nmap.org ) at 2017-01-22 15:26 Malay Peninsula Standard Time
NSE: Loaded 143 scripts for scanning.
NSE: Script Pre-scanning.
Initiating NSE at 15:26
Completed NSE at 15:26, 0.00s elapsed
Initiating NSE at 15:26
Completed NSE at 15:26, 0.00s elapsed
Initiating Ping Scan at 15:26
Scanning 8.8.8.8 [4 ports]
Completed Ping Scan at 15:26, 0.38s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 15:26
Completed Parallel DNS resolution of 1 host. at 15:26, 0.04s elapsed
Initiating SYN Stealth Scan at 15:26
Scanning google-public-dns-a.google.com (8.8.8.8) [1000 ports]
Discovered open port 8080/tcp on 8.8.8.8
Discovered open port 53/tcp on 8.8.8.8
Completed SYN Stealth Scan at 15:26, 5.29s elapsed (1000 total ports)
Initiating Service scan at 15:26
Scanning 2 services on google-public-dns-a.google.com (8.8.8.8)
Completed Service scan at 15:29, 151.26s elapsed (2 services on 1 host)
Initiating OS detection (try #1) against google-public-dns-a.google.com (8.8.8.8)
Retrying OS detection (try #2) against google-public-dns-a.google.com (8.8.8.8)
Initiating Traceroute at 15:29
Completed Traceroute at 15:29, 3.03s elapsed
Initiating Parallel DNS resolution of 4 hosts. at 15:29
Completed Parallel DNS resolution of 4 hosts. at 15:29, 0.03s elapsed
NSE: Script scanning 8.8.8.8.
Initiating NSE at 15:29
Completed NSE at 15:30, 73.30s elapsed
Initiating NSE at 15:30
Completed NSE at 15:30, 1.02s elapsed
Nmap scan report for google-public-dns-a.google.com (8.8.8.8)
Host is up (0.015s latency).
Not shown: 998 filtered ports
PORT     STATE SERVICE     VERSION
53/tcp   open  tcpwrapped
8080/tcp open  http-proxy?
Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port
Device type: general purpose
Running (JUST GUESSING): OpenBSD 4.X (86%)
OS CPE: cpe:/o:openbsd:openbsd:4.0
Aggressive OS guesses: OpenBSD 4.0 (86%)
No exact OS matches for host (test conditions non-ideal).
Uptime guess: 38.270 days (since Thu Dec 15 09:01:56 2016)
Network Distance: 5 hops
TCP Sequence Prediction: Difficulty=258 (Good luck!)
IP ID Sequence Generation: Randomized

TRACEROUTE (using port 8080/tcp)
HOP RTT      ADDRESS
1   8.00 ms  
2   12.00 ms 
3   ...
4   16.00 ms

5   16.00 ms 

NSE: Script Post-scanning.
Initiating NSE at 15:30
Completed NSE at 15:30, 0.00s elapsed
Initiating NSE at 15:30
Completed NSE at 15:30, 0.00s elapsed
Read data files from: C:\Program Files (x86)\Nmap
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 246.64 seconds
           Raw packets sent: 2102 (96.872KB) | Rcvd: 47 (2.500KB)

I don't think its very useful now since it isn't blocked. I'll repeat it when its blocked and post the results here.

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, Electronics Wizardy said:

Run nmap on the local network so probably 10.0.0.0/8, but heck your netowk.


Starting Nmap 7.40 ( https://nmap.org ) at 2017-01-22 15:40 Malay Peninsula Standard Time
NSE: Loaded 143 scripts for scanning.
NSE: Script Pre-scanning.
Initiating NSE at 15:40
Completed NSE at 15:40, 0.00s elapsed
Initiating NSE at 15:40
Completed NSE at 15:40, 0.00s elapsed
Initiating Ping Scan at 15:40
Scanning 10.0.0.0 [4 ports]
Completed Ping Scan at 15:40, 2.61s elapsed (1 total hosts)
Nmap scan report for 10.0.0.0 [host down]
NSE: Script Post-scanning.
Initiating NSE at 15:40
Completed NSE at 15:40, 0.00s elapsed
Initiating NSE at 15:40
Completed NSE at 15:40, 0.00s elapsed
Read data files from: C:\Program Files (x86)\Nmap
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 13.40 seconds
           Raw packets sent: 8 (304B) | Rcvd: 0 (0B)
10.0.0.0(using intense scan setting)

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Electronics Wizardy said:

Not much i can do sorry. Its gonna take way to long over this forum.

No problem, I'll just attempt to use my google-fu to make a checklist lol

Link to comment
Share on other sites

Link to post
Share on other sites

Thread locked, the Community Standards doesn't allow for help with circumventing those measures ;

Quote

Talking about piracy in general, broad details, is acceptable however the posting or discussing pirated/hacked/cracked or otherwise nefariously obtained content is not. This includes Windows content, games, hackintosh, etc. Also discussions regarding ways to avoid or block legitimately installed monitoring/tracking software or the like is also not allowed.

If you need help with your forum account, please use the Forum Support form !

Link to comment
Share on other sites

Link to post
Share on other sites

Guest
This topic is now closed to further replies.

×