aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt30
-rwxr-xr-xregen_readme.txt8
2 files changed, 38 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..c3dc89c
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,30 @@
+./broken/propagate/
+ propagate - run commands and proxyfy connections on firewalled machines
+./conf/
+ laurent's bashrc and vimrc
+./covpn/
+ covpn - Wrapper to run OpenVPN with server push filtering, tcp/udp/defgw modes
+./dtube/
+ dtube - gather AS / IP range / IPs informations
+./jsaccess/
+ jsaccess - download and decrypt files in the browser
+./skylog/
+ skylog - log online/offline skype status of contacts
+./toys/
+ Work In Progress tools
+./toys/brhute-py/
+ brhute-py - attemps of URL bruteforcer using HTTP pipelining and multithread
+./toys/brhute-rb/brhute/
+ brhute.rb - URL bruteforcer using HTTP pipelining and multiple threads
+./toys/de/
+ de - distributed execution of scripts across multiple machines with SSH
+./toys/de/derb/
+ distributed execution
+./viensamoi/
+ viensamoi - WIFI tools targeting clients
+./viensamoi/contrib/
+ Put here external scripts and URLs
+./viensamoi/doc/
+ WIFI client Ressources
+./wirecroute/
+ wirecroute - crash wireshark
diff --git a/regen_readme.txt b/regen_readme.txt
new file mode 100755
index 0000000..9501429
--- /dev/null
+++ b/regen_readme.txt
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+find . -mindepth 2 -name README.txt |sort |while read i; do
+ d=`echo $i |sed s/README.txt//`
+ echo "$d"
+ echo -en "\t"
+ head -q -n1 $i
+done > README.txt