From e7c6334194e6b3c0c833a225d5ef4c894f692fa4 Mon Sep 17 00:00:00 2001 From: Sulaiman Date: Sun, 14 Jul 2024 06:18:05 +0700 Subject: [PATCH] updating_summary --- CODE_OF_CONDUCT.md | 20 +++++++++++--------- tests/active_directory/ADSuite.py | 6 +++--- tests/active_directory/Attacks.py | 2 +- tests/active_directory/PivotingTab.py | 6 +++--- tests/active_directory/SessionsTab.py | 4 ++-- tests/active_directory/SprayingTab.py | 4 ++-- tests/active_directory/UserManagementTab.py | 7 ++++--- tests/active_directory/key.pem | 4 +--- tests/active_directory/passwords.txt | 4 +++- 9 files changed, 30 insertions(+), 27 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b4a3d00f..15bc71d5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,12 +1,14 @@ -``` -______ _ _ ___ ___ _ _ _____ -| ___ \ | | | | \/ | | (_) | ___| -| |_/ / | __ _ ___| | _| . . | __ _ _ __| |_ _ __ | |____ _____ ___ -| ___ \ |/ _` |/ __| |/ / |\/| |/ _` | '__| | | '_ \| __\ \/ / _ \/ __| -| |_/ / | (_| | (__| <| | | | (_| | | | | | | | | |___> < __/ (__ -\____/|_|\__,_|\___|_|\_\_| |_/\__,_|_| |_|_|_| |_\____/_/\_\___|\___| - -v7 by github.com/pxcs-p3xsouger +# Conduct + +```powershell +______ _ ___ _____ _ _____ ___ ___ ______ _ _____ _ _ _______ __ _____ _____ +| ___ \ | / _ \/ __ \| | / /| \/ | / _ \ | ___ \ | |_ _| \ | || ___\ \ / /| ___/ __ \ +| |_/ / | / /_\ \ / \/| |/ / | . . |/ /_\ \| |_/ / | | | | \| || |__ \ V / | |__ | / \/ +| ___ \ | | _ | | | \ | |\/| || _ || /| | | | | . ` || __| / \ | __|| | +| |_/ / |____| | | | \__/\| |\ \| | | || | | || |\ \| |_____| |_| |\ || |___/ /^\ \| |___| \__/\ +\____/\_____/\_| |_/\____/\_| \_/\_| |_/\_| |_/\_| \_\_____/\___/\_| \_/\____/\/ \/\____/ \____/ + + v7 - made with love by: pxcs - gangstacrew ``` Contributor Covenant Code of Conduct diff --git a/tests/active_directory/ADSuite.py b/tests/active_directory/ADSuite.py index cbcfa829..4ac1095b 100644 --- a/tests/active_directory/ADSuite.py +++ b/tests/active_directory/ADSuite.py @@ -1,6 +1,6 @@ -from PyQt5.QtCore import Qt -from PyQt5.QtGui import QFont, QPixmap -from PyQt5.QtWidgets import ( +from blackmarlinexec.QtCore import Qt +from blackmarlinexec.QtGui import QFont, QPixmap +from blackmarlinexec.QtWidgets import ( QApplication, QMainWindow, QTabWidget, QVBoxLayout, QWidget, QLabel, QGridLayout, QHBoxLayout ) from SessionsTab import SessionsTab diff --git a/tests/active_directory/Attacks.py b/tests/active_directory/Attacks.py index b7ef5afc..dbccb929 100644 --- a/tests/active_directory/Attacks.py +++ b/tests/active_directory/Attacks.py @@ -7,7 +7,7 @@ QLabel, QMessageBox, QSplitter, QHBoxLayout, QComboBox ) -from PyQt5.QtCore import QTimer, QEvent, Qt +from blackmarlinexec.QtCore import QTimer, QEvent, Qt from PyQt5.QtGui import QFont QApplication.setFont(QFont('Arial', 10)) diff --git a/tests/active_directory/PivotingTab.py b/tests/active_directory/PivotingTab.py index 641c06f9..5109b5cb 100644 --- a/tests/active_directory/PivotingTab.py +++ b/tests/active_directory/PivotingTab.py @@ -5,9 +5,9 @@ import time from multiprocessing import Process -from PyQt5.QtCore import QTimer, pyqtSignal -from PyQt5.QtGui import QFont -from PyQt5.QtWidgets import ( +from blackmarlinexec.QtCore import QTimer, pyqtSignal +from blackmarlinexec.QtGui import QFont +from blackmarlinexec.QtWidgets import ( QApplication, QVBoxLayout, QWidget, QPushButton, QLabel, QLineEdit, QMessageBox, QTextEdit, QHBoxLayout, QComboBox ) diff --git a/tests/active_directory/SessionsTab.py b/tests/active_directory/SessionsTab.py index ec1e69ee..eaedea66 100644 --- a/tests/active_directory/SessionsTab.py +++ b/tests/active_directory/SessionsTab.py @@ -1,8 +1,8 @@ import subprocess import shutil -from PyQt5.QtCore import QEvent, Qt -from PyQt5.QtGui import QFont +from blackmarlinexec.QtCore import QEvent, Qt +from blackmarlinexec.QtGui import QFont from PyQt5.QtWidgets import QApplication, QVBoxLayout, QWidget, QPushButton, QLabel, QMessageBox, QHBoxLayout, QComboBox QApplication.setFont(QFont('Arial', 10)) diff --git a/tests/active_directory/SprayingTab.py b/tests/active_directory/SprayingTab.py index a30f1172..496debda 100644 --- a/tests/active_directory/SprayingTab.py +++ b/tests/active_directory/SprayingTab.py @@ -2,9 +2,9 @@ import subprocess import shutil -from PyQt5.QtWidgets import QWidget, QPushButton, QLabel, QTextEdit, QHBoxLayout, QVBoxLayout, QComboBox, QCheckBox, QMessageBox, QListWidget +from blackmarlinexec.QtWidgets import QWidget, QPushButton, QLabel, QTextEdit, QHBoxLayout, QVBoxLayout, QComboBox, QCheckBox, QMessageBox, QListWidget -from PyQt5.QtCore import QEvent +from blackmarlinexec.QtCore import QEvent class SprayingTab(QWidget): def __init__(self): diff --git a/tests/active_directory/UserManagementTab.py b/tests/active_directory/UserManagementTab.py index f5fc3d49..8b60a2f5 100644 --- a/tests/active_directory/UserManagementTab.py +++ b/tests/active_directory/UserManagementTab.py @@ -1,7 +1,8 @@ +import sys -from PyQt5.QtCore import QTimer -from PyQt5.QtGui import QFont -from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QLabel, QMessageBox, QTextEdit, QHBoxLayout, QVBoxLayout +from blackmarlinexec.QtCore import QTimer +from blackmarlinexec.QtGui import QFont +from blackmarlinexec.QtWidgets import QApplication, QWidget, QPushButton, QLabel, QMessageBox, QTextEdit, QHBoxLayout, QVBoxLayout QApplication.setFont(QFont('Arial', 10)) diff --git a/tests/active_directory/key.pem b/tests/active_directory/key.pem index 80d51f8f..3b2c4ae1 100644 --- a/tests/active_directory/key.pem +++ b/tests/active_directory/key.pem @@ -1,5 +1,3 @@ -----BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQga18/ow22Q9zWVtHk -+m1DvUwVXip5eEJcmU8EkkHhHOShRANCAARBAmg+WQqyYfYs4Edv1p62Y2g12kfq -LgLxGATpR9zYKBc5BSeg3HrsTTr3dCsSQNCiZ6jzR79MO+4qzOh+bly3 + x-x-x-x-x-x -----END PRIVATE KEY----- diff --git a/tests/active_directory/passwords.txt b/tests/active_directory/passwords.txt index 94056a05..59574068 100644 --- a/tests/active_directory/passwords.txt +++ b/tests/active_directory/passwords.txt @@ -1,2 +1,4 @@ GPPstillStandingStrong2k18 -s3rvice \ No newline at end of file +s3rvice +12345678 +qwerty \ No newline at end of file