pyntcli 0.1.77__py3-none-any.whl → 0.1.79__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyntcli/__init__.py +1 -1
- pyntcli/commands/burp.py +2 -0
- pyntcli/commands/command.py +1 -1
- {pyntcli-0.1.77.dist-info → pyntcli-0.1.79.dist-info}/METADATA +1 -1
- {pyntcli-0.1.77.dist-info → pyntcli-0.1.79.dist-info}/RECORD +8 -8
- {pyntcli-0.1.77.dist-info → pyntcli-0.1.79.dist-info}/WHEEL +0 -0
- {pyntcli-0.1.77.dist-info → pyntcli-0.1.79.dist-info}/entry_points.txt +0 -0
- {pyntcli-0.1.77.dist-info → pyntcli-0.1.79.dist-info}/top_level.txt +0 -0
pyntcli/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.79"
|
pyntcli/commands/burp.py
CHANGED
|
@@ -62,6 +62,7 @@ def replay_req(item, proxy_port):
|
|
|
62
62
|
headers[key] = value
|
|
63
63
|
|
|
64
64
|
body = decoded_req.split("\r\n\r\n")[1]
|
|
65
|
+
ui_thread.print(ui_thread.PrinterText(f"{url}"))
|
|
65
66
|
pynt_requests.request_from_xml(
|
|
66
67
|
method=method,
|
|
67
68
|
url=url,
|
|
@@ -76,6 +77,7 @@ def replay_req(item, proxy_port):
|
|
|
76
77
|
|
|
77
78
|
def run_burp_xml(doc, proxy_port):
|
|
78
79
|
items = doc["items"]["item"]
|
|
80
|
+
ui_thread.print(ui_thread.PrinterText("Creating traffic from xml file"))
|
|
79
81
|
if isinstance(items, dict):
|
|
80
82
|
replay_req(item=items, proxy_port=proxy_port)
|
|
81
83
|
else:
|
pyntcli/commands/command.py
CHANGED
|
@@ -216,7 +216,7 @@ class CommandSubCommand(sub_command.PyntSubCommand):
|
|
|
216
216
|
json_report_path = util.get_user_report_path(full_path, "json")
|
|
217
217
|
|
|
218
218
|
if html_report:
|
|
219
|
-
with open(html_report_path, "w") as html_file:
|
|
219
|
+
with open(html_report_path, "w", encoding="utf-8") as html_file:
|
|
220
220
|
html_file.write(html_report)
|
|
221
221
|
webbrowser.open("file://{}".format(html_report_path))
|
|
222
222
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
pyntcli/__init__.py,sha256=
|
|
1
|
+
pyntcli/__init__.py,sha256=wrT29P9p_epbXQwXDsdC8_jeLRCegcuNp7-xofsm8uI,23
|
|
2
2
|
pyntcli/main.py,sha256=7ZDeG3IO04T98D2NJ1vHWVAVJVm8y719NeV2Aom7tPY,5171
|
|
3
3
|
pyntcli/analytics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pyntcli/analytics/send.py,sha256=cKvMw4HIGJGLip5OMPqTv1AJDlKlc_Uk2Sfcl0e3QLE,2845
|
|
5
5
|
pyntcli/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
pyntcli/auth/login.py,sha256=TljsRXbEkNI1YUrKm5mlTw4YiecYScYUsit8Z8vstss,5228
|
|
7
7
|
pyntcli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
pyntcli/commands/burp.py,sha256=
|
|
9
|
-
pyntcli/commands/command.py,sha256=
|
|
8
|
+
pyntcli/commands/burp.py,sha256=8Pi9BZ1jNjpDRaueukSEEwUl-lU-lduCVOlvwLy-5dE,10531
|
|
9
|
+
pyntcli/commands/command.py,sha256=0O7Za_cjT6vDkDfM0OTMPB6DLI3U1r1R7lXQydz7458,9495
|
|
10
10
|
pyntcli/commands/har.py,sha256=mSCbTUnxQrKzJd-dAWoc6Tkw6tU1LDH7Ha1w2ylrrrg,3654
|
|
11
11
|
pyntcli/commands/id_command.py,sha256=UBEgMIpm4vauTCsKyixltiGUolNg_OfHEJvJ_i5BpJY,943
|
|
12
12
|
pyntcli/commands/listen.py,sha256=ZfzCM8P0TVweC42NCL24_1yK48_NvRER6Vi8_oChaT0,8450
|
|
@@ -35,8 +35,8 @@ pyntcli/ui/ui_thread.py,sha256=OVTbiIFMg2KgxAvHf7yy86xGm4RVS2vj_VYZkMi-SRY,4956
|
|
|
35
35
|
tests/conftest.py,sha256=gToq5K74GtgeGQXjFvXSzMaE6axBYxAzcFG5XJPOXjI,427
|
|
36
36
|
tests/auth/test_login.py,sha256=KFlzWhXBAuwdi7GXf16gCB3ya94LQG2wjcSChE149rQ,3798
|
|
37
37
|
tests/store/test_cred_store.py,sha256=_7-917EtNC9eKEumO2_lt-7KuDmCwOZFaowCm7DbA_A,254
|
|
38
|
-
pyntcli-0.1.
|
|
39
|
-
pyntcli-0.1.
|
|
40
|
-
pyntcli-0.1.
|
|
41
|
-
pyntcli-0.1.
|
|
42
|
-
pyntcli-0.1.
|
|
38
|
+
pyntcli-0.1.79.dist-info/METADATA,sha256=pPv6ii4e0_G5BmLtKKeE1GGsfC44DtiX6_iLYKMHiYA,463
|
|
39
|
+
pyntcli-0.1.79.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
40
|
+
pyntcli-0.1.79.dist-info/entry_points.txt,sha256=kcGmqAxXDttNk2EPRcqunc_LTVp61gzakz0v-GEE2SY,43
|
|
41
|
+
pyntcli-0.1.79.dist-info/top_level.txt,sha256=u9MDStwVHB7UG8PUcODeWCul_NvzL2EzoLvSlgwLHFs,30
|
|
42
|
+
pyntcli-0.1.79.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|