Red Security
Exploit Website attacking part 1 (basic knowledge) - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: General (https://redsecurity.info/cc/forumdisplay.php?fid=1)
+--- Forum: Discuss (https://redsecurity.info/cc/forumdisplay.php?fid=39)
+--- Thread: Exploit Website attacking part 1 (basic knowledge) (/showthread.php?tid=389)



Website attacking part 1 (basic knowledge) - Outside the Box - 12-04-2017

Welcome guys

In this part I will talk about some possible site attacks and how a site could be attacked. If i'm wrong, or missing anything just say. Wink
(disclaimer: for educational purposes, redsec nor me are responsible for your actions :p) 

First of all you can perform different "hacks" on sites, for different purposes. Pretty much the most famous attack is the well-known DDoS attack. The Distributed Denial of Service. Basically what it does is 'spam' the site so it responds to your request, for example if the site can handle 500 requests at the same time, and you send it 500 requests it has no requests left for other people, thus making the site unavailable for others.
Next off there's the deface, you gain acces in order to add delete or modify things on a site, for example lets say I gain admin acces to redsecurity.info, and then i can post memes on the homepage.
Last but not least, extracting data/penetrating hosts or clients. To gain acces to someones pc you have to somehow upload malware to the clients or hosts device. You can also extract data from the site (logins/account details etc) by breaching the database. These can for example be done by exploiting misconfigured sql, or by XSS(putting malicious code on the site).

This is it for now, very basic and boring I know, but you GOT TO KNOW THIS.

Next time were actually gonna do something...


RE: Website attacking part 1 (basic knowledge) - Asbestosstar - 09-30-2018

If someone has shared hosting and has limited traffic, would this count as their traffic if you do a DDOS attack? Do you think the packet size and traffic size are the same?


RE: Website attacking part 1 (basic knowledge) - Mr.Kurd - 09-30-2018

(09-30-2018, 05:22 AM)Asbestosstar Wrote: If someone has shared hosting and has limited traffic, would this count as their traffic if you do a DDOS attack? Do you think the packet size and traffic size are the same?

Yeah, they are same. IF you had a limited like 100GBs then someone ddosed you the ddos will eat of that 100GBs.


RE: Website attacking part 1 (basic knowledge) - Darkpotato69 - 05-17-2020

theres a pedo site running on the normal web known as cutiegarden.org theres a mother exploiting her daughter er daughters name is anfisa and is on insta heres the site ip idk if its correct its what my program is saying  209.141.39.240 please help


RE: Website attacking part 1 (basic knowledge) - NL-User1337 - 09-09-2020

so i can just do like uuwhm

:loop
ping <IP Address> -l 65500 -w 1 -n 1
goto :loop

?