![]() |
|
I am getting a 403 Forbidden error. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Networking (https://sinister.ly/Forum-Networking) +--- Thread: I am getting a 403 Forbidden error. (/Thread-I-am-getting-a-403-Forbidden-error) |
RE: I am getting a 403 Forbidden error. - darkninja1980 - 09-11-2018 (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). great point. yes there is no way to change the permissions if you not on the server side. RE: I am getting a 403 Forbidden error. - mothered - 09-12-2018 (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). 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. RE: I am getting a 403 Forbidden error. - darkninja1980 - 09-12-2018 (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. I see and there also no way to hack a 403 correct ? to change the chmod RE: I am getting a 403 Forbidden error. - phyrrus9 - 09-12-2018 (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. 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. RE: I am getting a 403 Forbidden error. - mothered - 09-12-2018 (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. Of course there Is, but as mentioned, there's no hard and fast rules- It can differ from one web server to another. RE: I am getting a 403 Forbidden error. - darkninja1980 - 01-25-2019 (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. thank you for your point of view. RE: I am getting a 403 Forbidden error. - mothered - 01-25-2019 (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 You're welcome. RE: I am getting a 403 Forbidden error. - hackyou92 - 02-21-2019 Is it on your server, or on another server. If it's on another server, you have been blocked. RE: I am getting a 403 Forbidden error. - darkninja1980 - 02-21-2019 (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. RE: I am getting a 403 Forbidden error. - hackyou92 - 02-23-2019 Then you have been blocked, or the service has been hidden from you because you don't have authority. |