wfuzz
This commit is contained in:
parent
712bfd5a98
commit
56c4109afe
|
@ -1,7 +1,7 @@
|
|||
# Description: Web uygulamalarındaki link verilmeyen kaynakları deneme/yanılma (fuzzer) yolu ile bulan araç.
|
||||
# URL: https://github.com/xmendez/wfuzz
|
||||
# Packager: yakar (aydin@komutan.org)
|
||||
# Depends on: python-pip python-xml
|
||||
# Depends on: python-pip python-xml python-lxml
|
||||
|
||||
name=wfuzz
|
||||
version=2.1.5
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
pip2 install pysqlite
|
||||
pip2 install lxml
|
||||
pip2 install pycurl
|
||||
|
|
Loading…
Reference in New Issue