Author Topic: (Basic) taking down a site  (Read 12756 times)

Ironman

  • Administrator
  • Hero Member
  • *****
  • Posts: 5099
  • Reputation: 251
  • Badges:
  • Computers: ASUS UL50VT
  • iDevices: iPhone 5, iPhone 4S, iPhone 4, iPhone 3GS
Re: (Basic) taking down a site
« Reply #150 on: July 24, 2012, 01:29:38 am »
Cool!! I can't easily wait to see it!!
Click for How to Add Our Repo
If you're going to ask questions....
At least make them good ones.

Knowledge is the one thing that can never be taken from you

Kionyk

  • Sr. Member
  • ****
  • Posts: 279
  • Reputation: 10
  • Word from the wise
  • iDevices: iPod touch 3gen 32 gb 4.3
Re: (Basic) taking down a site
« Reply #151 on: August 12, 2012, 09:54:09 pm »
Thanks this was extremely helpful especially for newbies like me

IrishMurphy

  • Newbie
  • Posts: 4
  • Reputation: -1
  • Im Neeewwww!!!
Re: (Basic) taking down a site
« Reply #152 on: January 14, 2013, 04:09:44 pm »
When you say

"-n sets the number of threads or connections it tried to make all at once"

I'm unclear. What "it"? Is there a specific number I have to put there? Did a number,I'm suppose to use, get generated from the ping of ip? Can I use any number I want? Please understand that I very much appreciate your help and please excuse my ignorance. I'm just unclear and wanna make sure I do it right.

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4016
  • Reputation: 216
  • Badges:
Re: (Basic) taking down a site
« Reply #153 on: January 14, 2013, 04:30:52 pm »
Its how many different child processes the program spawns. The higher the number, the more effective it is. However, iOS sometimes has issues with multithreading. Linux generally supports up to 256 threads, but with iOS I'd try to stick with 12 or less.

IrishMurphy

  • Newbie
  • Posts: 4
  • Reputation: -1
  • Im Neeewwww!!!
Re: (Basic) taking down a site
« Reply #154 on: January 15, 2013, 09:18:53 am »
Very Cool! Thank you!

Don't like seeing ads? Click here to register!

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: (Basic) taking down a site
« Reply #155 on: January 15, 2013, 09:59:37 am »
Its how many different child processes the program spawns. The higher the number, the more effective it is. However, iOS sometimes has issues with multithreading. Linux generally supports up to 256 threads, but with iOS I'd try to stick with 12 or less.
Also it tends to be processor dependent, at least from a performance perspective...I'd try to run only as many threads as the processor has.  e.g. 2 threads on a dual core (unless it's hyperthreaded (x2 threads per core)) Just because you can run more threads does not mean it will necessarily be more efficient.

Craltijd

  • Newbie
  • Posts: 1
  • Reputation: 0
Re: (Basic) taking down a site
« Reply #156 on: February 13, 2013, 08:28:23 am »
If i were to try this to my own network. How hard would it be to get it back up?

Yoyotje

  • Jr. Members
  • **
  • Posts: 84
  • Reputation: 4
  • Keep up the good work!
  • Computers: Mac Mini, MacBook Pro, iMac
  • iDevices: iPod Touch 3, 4 , iPhone 4
Re: (Basic) taking down a site
« Reply #157 on: February 13, 2013, 08:49:47 am »
The first step is getting the sites ip address. you dont need some fancy ass gui that you paid for off hackforums. you already have the best ip finder! ping. ping www.sitename.com and you will see the ip address pop up.

I don't get this part?
Yoyotje
- Not a proffesional hacker, but I know a lot!
- You can always ask me a question :)


To my forum

I know:
HTML
CSS
JAVASCRIPT


+1 always appreciated!

Yoyotje

  • Jr. Members
  • **
  • Posts: 84
  • Reputation: 4
  • Keep up the good work!
  • Computers: Mac Mini, MacBook Pro, iMac
  • iDevices: iPod Touch 3, 4 , iPhone 4
Re: (Basic) taking down a site
« Reply #158 on: February 13, 2013, 08:52:39 am »
I don't get this part?

Oh sorry I misunderstood it, now I understand.
Forget about it :o
Yoyotje
- Not a proffesional hacker, but I know a lot!
- You can always ask me a question :)


To my forum

I know:
HTML
CSS
JAVASCRIPT


+1 always appreciated!

Apok@lips@

  • Noob
  • *
  • Posts: 37
  • Reputation: -4
  • Hacker in an attempt
  • iDevices: iphone 3g
Re: (Basic) taking down a site
« Reply #159 on: March 04, 2013, 04:09:06 am »
How much threads to insert ,,number of threads''. And what to insert on ,,fake ip adress''? :)

Don't like seeing ads? Click here to register!

Ironman

  • Administrator
  • Hero Member
  • *****
  • Posts: 5099
  • Reputation: 251
  • Badges:
  • Computers: ASUS UL50VT
  • iDevices: iPhone 5, iPhone 4S, iPhone 4, iPhone 3GS
Re: (Basic) taking down a site
« Reply #160 on: March 04, 2013, 05:05:54 am »
Also it tends to be processor dependent, at least from a performance perspective...I'd try to run only as many threads as the processor has.  e.g. 2 threads on a dual core (unless it's hyperthreaded (x2 threads per core)) Just because you can run more threads does not mean it will necessarily be more efficient.
For threads ^
For Fake IP it doesn't really matter, just make one up.
Click for How to Add Our Repo
If you're going to ask questions....
At least make them good ones.

Knowledge is the one thing that can never be taken from you

Apok@lips@

  • Noob
  • *
  • Posts: 37
  • Reputation: -4
  • Hacker in an attempt
  • iDevices: iphone 3g
Re: (Basic) taking down a site
« Reply #161 on: March 04, 2013, 01:22:04 pm »
So, i havek iPhone 3g, and to start with 2 threads? o.O

Apok@lips@

  • Noob
  • *
  • Posts: 37
  • Reputation: -4
  • Hacker in an attempt
  • iDevices: iphone 3g
Re: (Basic) taking down a site
« Reply #162 on: April 01, 2013, 04:59:01 am »
?????????/

Ironman

  • Administrator
  • Hero Member
  • *****
  • Posts: 5099
  • Reputation: 251
  • Badges:
  • Computers: ASUS UL50VT
  • iDevices: iPhone 5, iPhone 4S, iPhone 4, iPhone 3GS
Re: (Basic) taking down a site
« Reply #163 on: April 01, 2013, 06:10:31 pm »
A12 says to use 12 with iOS.
Click for How to Add Our Repo
If you're going to ask questions....
At least make them good ones.

Knowledge is the one thing that can never be taken from you

OneHappyTaco

  • Sr. Member
  • ****
  • Posts: 404
  • Reputation: 11
  • Who Dares Wins
  • Computers: Mac
  • iDevices: Iphone 4s
Re: (Basic) taking down a site
« Reply #164 on: April 01, 2013, 07:38:06 pm »
I used 50 no problem.