Login Register






Let's discuss how we can bypass the firewall. filter_list
Author
Message
Let's discuss how we can bypass the firewall. #1
hello, members!
Can you circumvent various types of firewalls?
What do you do if a web firewall exists?

Reply

RE: Let's discuss how we can bypass the firewall. #2
Well... You could always use a VPN. There are plenty of cracked accounts here. You'd only encounter a problem if the firewall blocks establishing connections to the VPN servers themselves, or you don't have admin access.

Reply

RE: Let's discuss how we can bypass the firewall. #3
(09-23-2019, 01:34 AM)Drako Wrote: Well... You could always use a VPN. There are plenty of cracked accounts here. You'd only encounter a problem if the firewall blocks establishing connections to the VPN servers themselves, or you don't have admin access.
You are okay.
You are mistaken.
What I mean is that it bypasses the web firewall and accesses the server rather than the VPN.
If so, what are you going to do?
Good Luck for you!

Reply

RE: Let's discuss how we can bypass the firewall. #4
It's not possible to be conclusive without researching It's configuration.

For Instance, If a WAF has Implemented a case-sensitive blacklist as part of It's data sanitization, a UNION SELECT SQLi, In the form of uNIoN sELecT may well circumvent It's filter. The attack will be In a similar format as per below.

Code:
http://thetargetsite.com/index.php?page_id=-25 uNIoN sELecT 1,2,3,4,5,6
[Image: AD83g1A.png]

Reply

RE: Let's discuss how we can bypass the firewall. #5
(09-23-2019, 04:05 AM)mothered Wrote: It's not possible to be conclusive without researching It's configuration.

For Instance, If a WAF has Implemented a case-sensitive blacklist as part of It's data sanitization, a UNION SELECT SQLi, In the form of uNIoN sELecT may well circumvent It's filter. The attack will be In a similar format as per below.

Code:
http://thetargetsite.com/index.php?page_id=-25 uNIoN sELecT 1,2,3,4,5,6
I mean web firewall, not SQL Injection.
What would you do if you blocked the shell from the web firewall?

Reply

RE: Let's discuss how we can bypass the firewall. #6
(09-23-2019, 06:13 AM)gogreendv Wrote: I mean web firewall

WAF= Web Application Firewall.
[Image: AD83g1A.png]

Reply

RE: Let's discuss how we can bypass the firewall. #7
(09-23-2019, 08:17 AM)mothered Wrote:
(09-23-2019, 06:13 AM)gogreendv Wrote: I mean web firewall

WAF= Web Application Firewall.

You are okay.
I know it too.
But what I'm saying is that if you use a vulnerability to upload to a server, the firewall blocks it when you load the shell.
Thank you.

Reply

RE: Let's discuss how we can bypass the firewall. #8
(09-23-2019, 08:25 AM)gogreendv Wrote:
(09-23-2019, 08:17 AM)mothered Wrote:
(09-23-2019, 06:13 AM)gogreendv Wrote: I mean web firewall

WAF= Web Application Firewall.

You are  okay.
I know it too.
But what I'm saying is that if you use a vulnerability to upload to a server, the firewall blocks it when you load the shell.
Thank you.

It really depends on how the firewall is configured, but most of them allow HTTP/HTTPS traffic as well as DNS. Therefore, you could just use a HTTP shell and exfiltrate data through DNS. ( these are just some ideas solutions you can come with, but as mentioned before it really depends on the system you're attacking )
[Image: iQDVDdD.gif]

Reply

RE: Let's discuss how we can bypass the firewall. #9
(09-23-2019, 10:15 AM)Cr3aTor Wrote:
(09-23-2019, 08:25 AM)gogreendv Wrote:
(09-23-2019, 08:17 AM)mothered Wrote: WAF= Web Application Firewall.

You are  okay.
I know it too.
But what I'm saying is that if you use a vulnerability to upload to a server, the firewall blocks it when you load the shell.
Thank you.

It really depends on how the firewall is configured, but most of them allow HTTP/HTTPS traffic as well as DNS. Therefore, you could just use a HTTP shell and exfiltrate data through DNS. ( these are just some ideas solutions you can come with, but as mentioned before it really depends on the system you're attacking )

That's good idea.
However, the DNS protocol can also be limited in data size.
Think about whether there is another way.
Thank you.

Reply

RE: Let's discuss how we can bypass the firewall. #10
(09-24-2019, 01:12 AM)gogreendv Wrote:
(09-23-2019, 10:15 AM)Cr3aTor Wrote:
(09-23-2019, 08:25 AM)gogreendv Wrote: You are  okay.
I know it too.
But what I'm saying is that if you use a vulnerability to upload to a server, the firewall blocks it when you load the shell.
Thank you.

It really depends on how the firewall is configured, but most of them allow HTTP/HTTPS traffic as well as DNS. Therefore, you could just use a HTTP shell and exfiltrate data through DNS. ( these are just some ideas solutions you can come with, but as mentioned before it really depends on the system you're attacking )

That's good idea.
However, the DNS protocol can also be limited in data size.

This is not really a problem since you can send multiple packets and then reassemble the data. I think the more important aspect of it is to be stealthy, and this can be accomplished by not sending all the data you wan to exfiltrate at once. Just send 2-5 packets once in 5 hours or something like that. Probably you would know better since, again, this depends on your environment.
Regarding exfiltration you could also use pastebin API or other similar websites, but this might raise some suspicion.

Oh and if you are currently attacking a website without permission, just be careful. Things like that can take away some years of your live and completely redirect the normal path of your current live, so don't do anything stupid. I don't think it's worth it after all.

Regardless, good luck and be cautious
[Image: iQDVDdD.gif]

[+] 1 user Likes Cr3aTor's post
Reply