Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Update 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardy0ga committed Apr 24, 2022
1 parent f8f69c2 commit 1a6a10b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/Qt5/handling_guis/image_display_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from PyQt5 import QtCore,QtWidgets
from core.utils.file_paths import DSFilePath,ClientPath
from core.Qt5.icons import IconObj,ImageObj
from core.Qt5.icons import IconObj
from core.logging.logging import LoggingUtilitys
from core.builder.utils.encryption import Scrambler
from core.utils.utils import Notifications
Expand All @@ -35,7 +35,6 @@ def save_raw_file(self):
file_path = f'{ClientPath().image_data_dir}{Scrambler().scrambleVar(7)}.jpg'
original_image_data = LoggingUtilitys().receive_file_bytes(DSFilePath().streaming_frame)
LoggingUtilitys().write_bytes_to_file(file_path,original_image_data)
#os.remove(DSFilePath().streaming_frame)
Notifications().raise_notification(
f'Saved file as {file_path}',
'Success'
Expand Down
2 changes: 1 addition & 1 deletion core/Qt5/handling_guis/task_manager_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Github: https://github.com/slizbinksman
# Build: 1.0.21
# -------------------------------------------------------------
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtWidgets
from PyQt5.Qt import Qt
from PyQt5.QtWidgets import QWidget,QMenu
from PyQt5.QtCore import QEvent
Expand Down
2 changes: 1 addition & 1 deletion core/client_handling/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from core.networking.sockets.server_socket import ServerSocket
from core.networking.utils.IP_Handler import IPAddress
from core.client_handling.flags import ClientActionFlags
from core.logging.logging import DNSconfigs,LoggingUtilitys,NetworkingConfigs,ConsoleWindow
from core.logging.logging import DNSconfigs,LoggingUtilitys,NetworkingConfigs
from core.client_handling.meterpreter_payloads import MSFPayload
from core.client_handling.payload_code import PayloadCode
from core.utils.file_paths import DSFilePath
Expand Down

0 comments on commit 1a6a10b

Please sign in to comment.