Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Is Arcai Netcut safe?
I found it on my laptop and looking online, it had a few people saying that it had viruses, but virustotal said it had no detections. Is it safe?
https://www.virustotal.com/gui/file/1afc430f162c5a2177b17cb2ef908e7997873a82972d40749fcd0694b6a32f0d/detection
submitted by /u/Serrune
[link] [comments]
Is Arcai Netcut safe?
I found it on my laptop and looking online, it had a few people saying that it had viruses, but virustotal said it had no detections. Is it safe?
https://www.virustotal.com/gui/file/1afc430f162c5a2177b17cb2ef908e7997873a82972d40749fcd0694b6a32f0d/detection
submitted by /u/Serrune
[link] [comments]
reddit
Is Arcai Netcut safe?
I found it on my laptop and looking online, it had a few people saying that it had viruses, but virustotal said it had no detections. Is it...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
IPsec Tunneling
https://cdn-images-1.medium.com/max/984/0*kDdVjWbARsLFC6kq.jpg
GitHub — Jadhusan-S/Python3-IPsecTunnel:
Continue reading on Medium »
IPsec Tunneling
https://cdn-images-1.medium.com/max/984/0*kDdVjWbARsLFC6kq.jpg
GitHub — Jadhusan-S/Python3-IPsecTunnel:
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The lengths a coder goes to skip classes.
So it was a normal day. I was either watching Rick and Morty’s Season 5 Episode 8 or I was trying to read a blog. Oh and there was a class…
Continue reading on Medium »
The lengths a coder goes to skip classes.
So it was a normal day. I was either watching Rick and Morty’s Season 5 Episode 8 or I was trying to read a blog. Oh and there was a class…
Continue reading on Medium »
The Malware That Swaps Your Address And Drains Your Wallet
https://medium.com/immunefi/the-malware-that-swaps-your-address-and-drains-your-wallet-552915fba542?source=rss------bug_bounty-5
https://medium.com/immunefi/the-malware-that-swaps-your-address-and-drains-your-wallet-552915fba542?source=rss------bug_bounty-5
Since at least 2017, cybercriminals have been deploying a type of malware known as “Clipper” malware, which hijacks a user’s clipboard and…Continue reading on Immunefi » (https://medium.com/immunefi/the-malware-that-swaps-your-address-and-drains-your-wallet-552915fba542?source=rss------bug_bounty-5)
Deep Web
My .onion links aren't working
Ive been trying to about 3 hours to try to get on notevil, torch, anihme, alpha bay, dream market and wallstreetmaket and none of them work. I've been lightly browsing for years now and I know all 6 of my links didn't go dead. Is my computer blacklisted?
submitted by /u/kramer361
[link] [comments]
My .onion links aren't working
Ive been trying to about 3 hours to try to get on notevil, torch, anihme, alpha bay, dream market and wallstreetmaket and none of them work. I've been lightly browsing for years now and I know all 6 of my links didn't go dead. Is my computer blacklisted?
submitted by /u/kramer361
[link] [comments]
reddit
My .onion links aren't working
Ive been trying to about 3 hours to try to get on notevil, torch, anihme, alpha bay, dream market and wallstreetmaket and none of them work. I've...
CobaltStrikeParser - Python parser for CobaltStrike Beacon's configuration
http://www.kitploit.com/2021/09/cobaltstrikeparser-python-parser-for.html
http://www.kitploit.com/2021/09/cobaltstrikeparser-python-parser-for.html
Python parser for CobaltStrike (https://www.kitploit.com/search/label/CobaltStrike) Beacon's configuration
Description
Use parse_beacon_config.py for stageless beacons, memory dumps or C2 urls with metasploit (https://www.kitploit.com/search/label/Metasploit) compatibility mode (default true).
Many stageless beacons are PEs where the beacon (https://www.kitploit.com/search/label/Beacon) code itself is stored in the .data section and xored with 4-byte key.
The script tries to find the xor key and data heuristically, decrypt the data and parse the configuration from it. This is designed so it can be used as a library (https://www.kitploit.com/search/label/Library) too. The repo now also includes a small commuincation module (comm.py) that can help with communcating to a C2 server as a beacon.
Usage
usage: parse_beacon_config.py [-h] [--json] [--quiet] [--version VERSION] beacon
Parses CobaltStrike Beacon's configuration from PE, memory dump or URL.
positional arguments:
beacon This can be a file path or a url (if started with http/s)
optional arguments:
-h, --help show this help message and exit
--json Print as json
--quiet Do not print missing or empty settings
--version VERSION Try as specific cobalt version (3 or 4). If not specified, tries both.
Extra
To use the communication poc copy it to the main folder and run it from there. For installing the M2Crypto library (a requirement for the poc) on Windows, it's easiest with installers found online, and not through pip.
Download CobaltStrikeParser (https://github.com/Sentinel-One/CobaltStrikeParser)
Description
Use parse_beacon_config.py for stageless beacons, memory dumps or C2 urls with metasploit (https://www.kitploit.com/search/label/Metasploit) compatibility mode (default true).
Many stageless beacons are PEs where the beacon (https://www.kitploit.com/search/label/Beacon) code itself is stored in the .data section and xored with 4-byte key.
The script tries to find the xor key and data heuristically, decrypt the data and parse the configuration from it. This is designed so it can be used as a library (https://www.kitploit.com/search/label/Library) too. The repo now also includes a small commuincation module (comm.py) that can help with communcating to a C2 server as a beacon.
Usage
usage: parse_beacon_config.py [-h] [--json] [--quiet] [--version VERSION] beacon
Parses CobaltStrike Beacon's configuration from PE, memory dump or URL.
positional arguments:
beacon This can be a file path or a url (if started with http/s)
optional arguments:
-h, --help show this help message and exit
--json Print as json
--quiet Do not print missing or empty settings
--version VERSION Try as specific cobalt version (3 or 4). If not specified, tries both.
Extra
To use the communication poc copy it to the main folder and run it from there. For installing the M2Crypto library (a requirement for the poc) on Windows, it's easiest with installers found online, and not through pip.
Download CobaltStrikeParser (https://github.com/Sentinel-One/CobaltStrikeParser)
CobaltStrikeParser - Python parser for CobaltStrike Beacon's configuration
Python parser for CobaltStrike Beacon's configuration Description Use parse_beacon_config.py for stageless beacons, memory dumps or C2 urls with metasploit compatibility mode (default true). Many stageless beacons are PEs where the beacon code itself is stored in the .data section and xored with 4-byte key. The script tries to find the xor key and data heuristically, decrypt the data and parse the configuration from it. This is designed so it can be used as a library too. The repo now also includes a small commuincation module (comm.py) that can help with communcating to a C2 server as a beacon.Usage usage: parse_beacon_config.py -h --json --quiet --version VERSION beaconParses CobaltStrike Beacon's configuration from PE, memory dump or URL.positional arguments: beacon This can be a file path or a url (if started with http/s)optional arguments: -h, --help show this help message and exit --json Print as json --quiet Do not print missing or empty settings --version VERSION Try as specific cobalt version (3 or 4). If not specified, tries both. Extra To use the communication poc copy it to the main folder and run it from there. For installing the M2Crypto library (a requirement for the poc) on Windows, it's easiest with installers found online, and not through pip. Download CobaltStrikeParser
Read more...
Python parser for CobaltStrike Beacon's configuration Description Use parse_beacon_config.py for stageless beacons, memory dumps or C2 urls with metasploit compatibility mode (default true). Many stageless beacons are PEs where the beacon code itself is stored in the .data section and xored with 4-byte key. The script tries to find the xor key and data heuristically, decrypt the data and parse the configuration from it. This is designed so it can be used as a library too. The repo now also includes a small commuincation module (comm.py) that can help with communcating to a C2 server as a beacon.Usage usage: parse_beacon_config.py -h --json --quiet --version VERSION beaconParses CobaltStrike Beacon's configuration from PE, memory dump or URL.positional arguments: beacon This can be a file path or a url (if started with http/s)optional arguments: -h, --help show this help message and exit --json Print as json --quiet Do not print missing or empty settings --version VERSION Try as specific cobalt version (3 or 4). If not specified, tries both. Extra To use the communication poc copy it to the main folder and run it from there. For installing the M2Crypto library (a requirement for the poc) on Windows, it's easiest with installers found online, and not through pip. Download CobaltStrikeParser
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
CobaltStrikeParser - Python parser for CobaltStrike Beacon's configuration
https://1.bp.blogspot.com/-KwE-3ozdXpc/YSMpVtUacLI/AAAAAAAAtc0/5T0GdjqXt5MVavSBjXBZaHQ1zLzM3tCFgCNcBGAsYHQ/w640-h204/CobaltStrike.png
Python parser for CobaltStrike Beacon's configuration
Description
Use
Many stageless beacons are PEs where the beacon code itself is stored in the
The script tries to find the xor key and data heuristically, decrypt the data and parse the configuration from it.
This is designed so it can be used as a library too.
The repo now also includes a small commuincation module (comm.py) that can help with communcating to a C2 server as a beacon.
Usage
Extra
To use the communication poc copy it to the main folder and run it from there. For installing the M2Crypto library (a requirement for the poc) on Windows, it's easiest with installers found online, and not through pip.
Download CobaltStrikeParser
CobaltStrikeParser - Python parser for CobaltStrike Beacon's configuration
https://1.bp.blogspot.com/-KwE-3ozdXpc/YSMpVtUacLI/AAAAAAAAtc0/5T0GdjqXt5MVavSBjXBZaHQ1zLzM3tCFgCNcBGAsYHQ/w640-h204/CobaltStrike.png
Python parser for CobaltStrike Beacon's configuration
Description
Use
parse_beacon_config.pyfor stageless beacons, memory dumps or C2 urls with metasploit compatibility mode (default true).Many stageless beacons are PEs where the beacon code itself is stored in the
.datasection and xored with 4-byte key.The script tries to find the xor key and data heuristically, decrypt the data and parse the configuration from it.
This is designed so it can be used as a library too.
The repo now also includes a small commuincation module (comm.py) that can help with communcating to a C2 server as a beacon.
Usage
usage: parse_beacon_config.py [-h] [--json] [--quiet] [--version VERSION] beacon
Parses CobaltStrike Beacon's configuration from PE, memory dump or URL.
positional arguments:
beacon This can be a file path or a url (if started with http/s)
optional arguments:
-h, --help show this help message and exit
--json Print as json
--quiet Do not print missing or empty settings
--version VERSION Try as specific cobalt version (3 or 4). If not specified, tries both.
Extra
To use the communication poc copy it to the main folder and run it from there. For installing the M2Crypto library (a requirement for the poc) on Windows, it's easiest with installers found online, and not through pip.
Download CobaltStrikeParser
Comment j’ai exploité une vulnérabilité qui m’a permis d’envoyer des sms en illimité (Sql…
https://medium.com/@anysanchez_5412/comment-jai-exploit%C3%A9-une-vuln%C3%A9rabilit%C3%A9-qui-m-a-permis-d-envoyer-des-sms-en-illimit%C3%A9-sql-581951f972e7?source=rss------bug_bounty-5
https://medium.com/@anysanchez_5412/comment-jai-exploit%C3%A9-une-vuln%C3%A9rabilit%C3%A9-qui-m-a-permis-d-envoyer-des-sms-en-illimit%C3%A9-sql-581951f972e7?source=rss------bug_bounty-5