Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
.NET Framework 4.8 Usage [+] Usage:

.\COM-Hunter.exe

-> General Options:
-h, --help Shows help and exits.
-v, --version Shows current version and exits.
-a, --about Shows info, credits about the tool and exits.

-> Modes:
Search Search Mode
Persist Persist Mode

-> Search Mode:
Get-Entry Searches for valid CLSIDs entries.
Get-Tasksch Searches for valid CLSIDs entries via Task Scheduler.
Find-Persist Searches if someone already used a valid CLSID (Defence).
Find-Tasksch Searches if someone already used a valid CLSID via Task Scheduler (Defence).

-> Persist Mode:
General Uses General method to apply COM Hijacking Persistence in Registry.
Tasksch Try to do COM Hijacking Persistence via Task Scheduler.
TreatAs Uses TreatAs Registry (https://www.kitploit.com/search/label/Registry) key to apply COM Hijacking Persistence in Registry.

-> General Usage:
.\COM-Hunter.exe Persist General

-> Tasksch Usage:
.\COM-Hunter.exe Persist Tasksch

-> TreatAs Usage:
.\COM-Hunter.exe Persist TreatAs
Example Usages Get-Entry (Search Mode): .\COM-Hunter.exe Search Get-Entry
Find-Persist (Search Mode): .\COM-Hunter.exe Search Find-Persist
General (Persist Mode): .\COM-Hunter.exe Persist General 'HKCU:Software\Classes\CLSID\...' C:\Users\nickvourd\Desktop\beacon.dll
Tasksch (Persist Mode): .\COM-Hunter.exe Persist Tasksch C:\Users\nickvourd\Desktop\beacon.dll
Example Format Valid (https://www.kitploit.com/search/label/Valid) CLSIDs Software\Classes\CLSID\...
HKCU:Software\Classes\CLSID\...
HKCU:\Software\Classes\CLSID\...
HKCU\Software\Classes\CLSID\...
HKEY_CURRENT_USER:Software\Classes\CLSID\...
HKEY_CURRENT_USER:\Software\Classes\CLSID\...
HKEY_CURRENT_USER\Software\Classes\CLSID\...


Download COM-Hunter (https://github.com/nickvourd/COM-Hunter)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
is there any way to brute force a link?

Ok let's say we have a domain like "https//[something].com/" and there's "https//[something].com/js6oc5"

Here's the catch we don't know if there is anything else attached tho this domain. So is there any way to check all of possible links to see if something pops up

Being able to set rules is a necessity even with 6 positions and 36 possible inputs for each it's over 2 billion links

submitted by /u/Responsible_Idea_622
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Remote hacked…

I saw my Mouse move slightly and It had not been moved for like 20 minutes while I was watching Netflix, I googled how to check for remote hacking and how to find out but didn’t really see any strange, but i know someone is. How do I go about it? (Windows 10)

submitted by /u/0000Mystic0000
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How many cores of CPU and RAM are enough for hacking?

I have MacBook Air M1 8gb ram and currently running Kali on VMware fusion and haven't done anything much yet on kali(I'm a newbie in hacking/ currently learning) so I wanted to know how many cores and ram should I allocate to kali Linux in VMware that would be enough for hacking.

Edit: Currently I have allocated 2 cores and 2 gb ram for kali

submitted by /u/Ambitious_Rip_4718
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Problem with Kali Linux Proxychains4 (only working with tor)

I am trying to learn how to set up a proxychain and I can't get it to work properly.

I have Dynamic Proxy uncommented (active) with strict and random commented (unactive) by a "#" using nano text editor in /etc/proxychains.conf .

Dns is uncommented (active)

And at the bottom I have this for example:

add proxy here ...

meanwhile

defaults set to "tor"

socks4 127.0.0.1 9050 socks5 127.0.0.1 9050

socks5 116.212.142.231 33427

I have tried using other proxies, even multiple at a time (yes they were god proxies) following the tor proxies.

I have disableb the two tor proxies with a "#" and left my proxies active/uncommented

For example:

add proxy here ...

meanwhile

defaults set to "tor"

socks4 127.0.0.1 9050

socks5 127.0.0.1 9050

socks5 116.212.142.231 33427

And still nothing. Usually I get a time out or something else. I updated && upgraded my system.

I know this is a big post but I am lost. Can somebody please help me understand what I'm doing wrong?

submitted by /u/Repulsive_Problem272
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Looking for a take down service to remove Google results.

I’m looking for a white or black hat service for the removal of Google search results of four news pages and related images of a persons historic criminal activity. Where to find such a service?

submitted by /u/avant_nz
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Log Poisoning to Remote Code Execution | LFI | cUrl|

In this article, we will see how to perform Remote Code Execution through Log Poisoning which is a type of Local File Inclusion.Continue reading on Medium »
Read more...