Login Register


I am getting a 403 Forbidden error. filter_list
Author
Message
RE: I am getting a 403 Forbidden error. #11
(09-11-2018, 08:42 AM)mothered Wrote:
(09-11-2018, 02:47 AM)phyrrus9 Wrote: generally speaking, if you're getting a 403, you're doing something that you're not supposed to and the client code isn't even receiving your requests (server software filter).

Precisely.

Moreover, It can also be a WAF blocking requests.

(09-10-2018, 11:55 PM)darkninja1980 Wrote: my friend is getting this error!
* Forbidden: You do not have permission to access this directory on this server

If permissions have been set server-side/back-end, unless you have access to alter/modify the permissions, you cannot do anything solely from a client-side standpoint.

great point. yes there is no way to change the permissions if you not on the server side.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #12
(09-11-2018, 05:41 PM)darkninja1980 Wrote:
(09-11-2018, 08:42 AM)mothered Wrote:
(09-11-2018, 02:47 AM)phyrrus9 Wrote: generally speaking, if you're getting a 403, you're doing something that you're not supposed to and the client code isn't even receiving your requests (server software filter).

Precisely.

Moreover, It can also be a WAF blocking requests.

(09-10-2018, 11:55 PM)darkninja1980 Wrote: my friend is getting this error!
* Forbidden: You do not have permission to access this directory on this server

If permissions have been set server-side/back-end, unless you have access to alter/modify the permissions, you cannot do anything solely from a client-side standpoint.

great point. yes there is no way to change the permissions if you not on the server side.

I've experienced It when the WAF kicked In, and had to circumvent that to gain access.

The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.
[Image: AD83g1A.png]

Reply

RE: I am getting a 403 Forbidden error. #13
(09-12-2018, 03:44 AM)mothered Wrote:
(09-11-2018, 05:41 PM)darkninja1980 Wrote:
(09-11-2018, 08:42 AM)mothered Wrote: Precisely.

Moreover, It can also be a WAF blocking requests.


If permissions have been set server-side/back-end, unless you have access to alter/modify the permissions, you cannot do anything solely from a client-side standpoint.

great point. yes there is no way to change the permissions if you not on the server side.

I've experienced It when the WAF kicked In, and had to circumvent that to gain access.

The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.

I see and there also no way to hack a 403 correct ? to change the chmod
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #14
(09-12-2018, 06:43 AM)darkninja1980 Wrote:
(09-12-2018, 03:44 AM)mothered Wrote:
(09-11-2018, 05:41 PM)darkninja1980 Wrote: great point. yes there is no way to change the permissions if you not on the server side.

I've experienced It when the WAF kicked In, and had to circumvent that to gain access.

The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.

I see and there also no way to hack a 403 correct ? to change the chmod

file permissions likely aren't your problem here. But to answer your question, yes there is. Wherever someone wrote code, there exists a bug. Now, finding a bug that's useful and exploitable is the tricky part.

Reply

RE: I am getting a 403 Forbidden error. #15
(09-12-2018, 06:43 AM)darkninja1980 Wrote:
(09-12-2018, 03:44 AM)mothered Wrote:
(09-11-2018, 05:41 PM)darkninja1980 Wrote: great point. yes there is no way to change the permissions if you not on the server side.

I've experienced It when the WAF kicked In, and had to circumvent that to gain access.

The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.

I see and there also no way to hack a 403 correct ? to change the chmod

Of course there Is, but as mentioned, there's no hard and fast rules- It can differ from one web server to another.
[Image: AD83g1A.png]

Reply

RE: I am getting a 403 Forbidden error. #16
(09-12-2018, 07:06 AM)mothered Wrote:
(09-12-2018, 06:43 AM)darkninja1980 Wrote:
(09-12-2018, 03:44 AM)mothered Wrote: I've experienced It when the WAF kicked In, and had to circumvent that to gain access.

The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.

I see and there also no way to hack a 403 correct ? to change the chmod

Of course there Is, but as mentioned, there's no hard and fast rules- It can differ from one web server to another.

thank you for your point of view.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #17
(01-25-2019, 06:47 AM)darkninja1980 Wrote:
(09-12-2018, 07:06 AM)mothered Wrote:
(09-12-2018, 06:43 AM)darkninja1980 Wrote: I see and there also no way to hack a 403 correct ? to change the chmod

Of course there Is, but as mentioned, there's no hard and fast rules- It can differ from one web server to another.

thank you for your point of view.

You're welcome.
[Image: AD83g1A.png]

Reply

RE: I am getting a 403 Forbidden error. #18
Is it on your server, or on another server. If it's on another server, you have been blocked.

Reply

RE: I am getting a 403 Forbidden error. #19
(02-21-2019, 08:34 AM)hackyou92 Wrote: Is it on your server, or on another server. If it's on another server, you have been blocked.

it was not on my server.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #20
Then you have been blocked, or the service has been hidden from you because you don't have authority.

Reply







Users browsing this thread: