Welcome to Incels.is - Involuntary Celibate Forum

Welcome! This is a forum for involuntary celibates: people who lack a significant other. Are you lonely and wish you had someone in your life? You're not alone! Join our forum and talk to people just like you.

dear admins. return 502 to traffic from outside referrers

mylifeistrash

mylifeistrash

Banned
-
Joined
Dec 28, 2017
Posts
14,882
anyone coming here from a link shouldn't be able to view the board and hence prevent the downtime happening right now.
 
we are as slow as lookism right now, who linked us, we are out of reddit, normies fuck off! reeeeeee!
 
iiiTeMpeR said:
we are as slow as lookism right now, who linked us, we are out of reddit, normies fuck off! reeeeeee!

all of this could be fixed in 3 lines of "code" in nginx.conf
 
Now, would be a good time to sticky some high IQ blackpill threads to the top of this forum so that guests actually get a proper understanding of what the blackpill is.

Blackpill is NOT about killing people.

But blackpill reality can be incredibly depressing and can create extreme anger in certain individuals who cannot cope. Unfortunately, that is the truth and it requires the whole of society to come up with a solution. Censoring the blackpill is not going to help in the slightest.
 
3510 guests... this isn't fucking discount day at the zoo
 
avsky1 said:
3510 guests... this isn't fucking discount day at the zoo

they used nginx. they could easily give everyone who comes from an outside link a cookie, then make it so anyone with that cookie can only use one of max N requests per second

i could fix this site in like 2 minutes max if they just copy and paste the shit i say
 
Ban new accounts and guest for awhile, gotta sort this shit out.
 
mental_out said:
Build a wall! Build a wall!

trump-wall-1.jpg
 
mylifeistrash said:
they used nginx. they could easily give everyone who comes from an outside link a cookie, then make it so anyone with that cookie can only use one of max N requests per second

i could fix this site in like 2 minutes max if they just copy and paste the shit i say

Isn't this a DDOS? I assume in that case cookies get thrown away between requests.
 
FeminismsCancer said:
mylifeistrash said:
they used nginx. they could easily give everyone who comes from an outside link a cookie, then make it so anyone with that cookie can only use one of max N requests per second
i could fix this site in like 2 minutes max if they just copy and paste the shit i say
Isn't this a DDOS? I assume in that case cookies get thrown away between requests.

a DDOS would just flood TCP connections, not send http requests, that's too inefficient

but even if they were flooding http requests then block every request without an incels.is cookies so regular users can view the site
 
NORMIES OUT REEEEEEE, WE LEFT REDDIT WHAT MORE DO YOU CUCKS WANT!
 
We need to make the board private or this shit won't stop
 
mylifeistrash said:
a DDOS would just flood TCP connections, not send http requests, that's too inefficient

but even if they were flooding http requests then block every request without an incels.is cookies so regular users can view the site

What are you saying? 
It IS more efficient to send http requests since 
1. It's ports 80/443 that are open and forwarded to the server by the firewall 
2. Occupies more layers than just tcp
3. Saturates the SQL server as well
4. Causes the php script to use resources too

TCP alone wouldn't show up as guest accounts so whatever came in was https but idk from where as I'm not the one with access to the logs.
 
FeminismsCancer said:
mylifeistrash said:
a DDOS would just flood TCP connections, not send http requests, that's too inefficient
but even if they were flooding http requests then block every request without an incels.is cookies so regular users can view the site
What are you saying? 
It IS more efficient to send http requests since 
1. It's ports 80/443 that are open and forwarded to the server by the firewall 
2. Occupies more layers than just tcp
3. Saturates the SQL server as well
4. Causes the php script to use resources too
TCP alone wouldn't show up as guest accounts so whatever came in was https but idk from where as I'm not the one with access to the logs.



You asked if it was a DDOS. A DDOS is typicaly just flooding TCP.

I did not suggest this was a DDOS nor did I suggest it was TCP only.

Regardless all TCP requests on port 80/433 are not HTTP requests. You need to send request headers for nginx to process a request.
 
mylifeistrash said:
You asked if it was a DDOS. A DDOS is typicaly just flooding TCP.

I did not suggest this was a DDOS nor did I suggest it was TCP only.

Regardless all TCP requests on port 80/433 are not HTTP requests. You need to send request headers for nginx to process a request.

[font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif]An [font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif]application layer DDoS attack[/font](sometimes referred to as [font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif]layer 7 DDoS attack[/font]) is a form of DDoS attack where attackers target the [font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif]application layer[/font] of the [font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif]OSI model[/font].[font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif][10][/font][font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif][11][/font] The attack over-exercises specific functions or features of a website with the intention to disable those functions or features. This application-layer attack is different from an entire network attack, and is often used against financial institutions to distract IT and security personnel from security breaches.[font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif][12][/font] As of 2013, application layer DDoS attacks represent 20% of all DDoS attacks.[font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif][13][/font]According to research by the company Akamai, there have been "51 percent more application layer attacks" from Q4 2013 to Q4 2014 and "16 percent more" from Q3 2014 over Q4 2014.[font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif][14][/font] In November 2017; Junade Ali, a Computer Scientist at [font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif]Cloudflare[/font] noted that whilst network-level attacks continue to be of high capacity, they are occurring less frequently. Ali further notes that although network-level attacks are becoming less frequent, data from Cloudflare demonstrates that application-layer attacks are still showing no sign of slowing down.[font='Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', sans-serif][15][/font][/font]
Never make assumptions.
 
You first assumed it was DDOS.

Now you're saying it's "An application layer DDoS attack(sometimes referred to as layer 7 DDoS attack) "

I'm not even sure what your point is.
 
mylifeistrash said:
all of this could be fixed in 3 lines of "code" in nginx.conf

as someone new to the site and legitimately "curious" i would actually read stickeed threads about philosophy. i think i am way older than most people here, and my interest is philosophical rather than dramatic.
 

Similar threads

Stupid Clown
Replies
17
Views
286
travis_bickle_
travis_bickle_
skacerbic
Replies
62
Views
2K
BoneHermit666
B
K
Replies
6
Views
453
Based NaziCel
Based NaziCel

Users who are viewing this thread

shape1
shape2
shape3
shape4
shape5
shape6
Back
Top