Skip to content

Commit 781a83f

Browse files
committed
Bumped setup.py
1 parent dba9a76 commit 781a83f

File tree

9 files changed

+5
-39
lines changed

9 files changed

+5
-39
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
__pycache__/
33
.ropeproject/
44
fuzzyfuzzer.egg-info/
5+
fuzzy.egg-info/
56
build/
67
dist/

fuzzy.egg-info/PKG-INFO

Lines changed: 0 additions & 11 deletions
This file was deleted.

fuzzy.egg-info/SOURCES.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

fuzzy.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

fuzzy.egg-info/entry_points.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

fuzzy.egg-info/requires.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

fuzzy.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

fuzzy/fuzzy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from pwn import log
99
except:
1010
print("You should install python3-pwntools log module !")
11-
print(">apt-get update")
12-
print(">apt-get install python3 python3-dev python3-pip git")
13-
print(">pip3 install --upgrade git+https://github.com/arthaud/python3-pwntools.git")
11+
print("> apt-get update")
12+
print("> apt-get install python3 python3-dev python3-pip git")
13+
print("> pip3 install --upgrade git+https://github.com/arthaud/python3-pwntools.git")
1414
exit()
1515
from .request import Request
1616
from .utils import replace_kv_dict

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'fuzzy = fuzzy.__main__:main',
99
]
1010
},
11-
version = '0.0.11',
11+
version = '0.0.12',
1212
description = "Fuzzy - An other web fuzzer",
1313
long_description = "It is used to test website URLs with a wordlist.",
1414
author = "SakiiR SakiiR (@SakiiR)",

0 commit comments

Comments
 (0)