hacking: security in practice
Are DNS attack on countries really effective ?
I was wondering if in case I get a list of IP addresses of DNS servers from a specific country (a lot) and imagine I attack all DNS servers to turn them off, will the websites from that country be slower for users from that country or will they just switch to foreign DNS and the lag will disappear ?
submitted by /u/drayneurr
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Are DNS attack on countries really effective ?
I was wondering if in case I get a list of IP addresses of DNS servers from a specific country (a lot) and imagine I attack all DNS servers to turn them off, will the websites from that country be slower for users from that country or will they just switch to foreign DNS and the lag will disappear ?
submitted by /u/drayneurr
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Are DNS attack on countries really effective ?
I was wondering if in case I get a list of IP addresses of DNS servers from a specific country (a lot) and imagine I attack all DNS servers to...
hacking: security in practice
How did you all learn hacking ?
By Internet or you studied it at school ?
submitted by /u/gvfdjjf
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How did you all learn hacking ?
By Internet or you studied it at school ?
submitted by /u/gvfdjjf
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How did you all learn hacking ?
By Internet or you studied it at school ?
hacking: security in practice
Hack back legality canada
I saw something short about Bill C-59 which supposedly was supposed to loosen up "hack back" laws in Canada. What ever happened to that? I've read somethings saying it was for CSE (Canada's communications security establishment) and other things saying it was for the basic programmer to legally pwn any attacker.
submitted by /u/Background_Gene_3657
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Hack back legality canada
I saw something short about Bill C-59 which supposedly was supposed to loosen up "hack back" laws in Canada. What ever happened to that? I've read somethings saying it was for CSE (Canada's communications security establishment) and other things saying it was for the basic programmer to legally pwn any attacker.
submitted by /u/Background_Gene_3657
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Hack back legality canada
I saw something short about Bill C-59 which supposedly was supposed to loosen up "hack back" laws in Canada. What ever happened to that? I've read...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Is it possible to send message/notification or call nearby phones
As title suggests, I'm wondering if it's possible to somehow interact with nearby phones.
This is what I've researched so far:
* I originally tried to use Bluetooth in order to send a notification to nearby phones. I tried to use a Bluetooth beacon, however, that failed. After researching some more, I realised that Google removed this functionality from phones (unless the user opts-in to the service).
* Next, I looked at IMSI catchers to see if I could either send an SMS or call the phone. However, it seems that the catchers can only get the IMSI and snoop on calls/texts but CANNOT get the phone number.
Currently out of ideas and thinking that this task might be impossible to achieve. Other methods require the user to download software which would work, but I want this to work on anyone's phone.
Thoughts on this? Thanks in advance.
If you have any resources on this, I would greatly appreciate it.
My sources:
https://www.quora.com/Can-an-IMSI-catcher-capture-phone-numbers
https://medium.com/coder-life/is-it-possible-to-send-a-notification-via-ble-to-the-users-mobile-device-without-install-app-684ff997cce0 <-
https://www.quora.com/How-can-I-text-a-nearby-mobile-phone-without-knowing-its-number#:~:text=%2C-,9%20years,-into%20embedded%20devices <-
submitted by /u/BlackHawkCH91
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is it possible to send message/notification or call nearby phones
As title suggests, I'm wondering if it's possible to somehow interact with nearby phones.
This is what I've researched so far:
* I originally tried to use Bluetooth in order to send a notification to nearby phones. I tried to use a Bluetooth beacon, however, that failed. After researching some more, I realised that Google removed this functionality from phones (unless the user opts-in to the service).
* Next, I looked at IMSI catchers to see if I could either send an SMS or call the phone. However, it seems that the catchers can only get the IMSI and snoop on calls/texts but CANNOT get the phone number.
Currently out of ideas and thinking that this task might be impossible to achieve. Other methods require the user to download software which would work, but I want this to work on anyone's phone.
Thoughts on this? Thanks in advance.
If you have any resources on this, I would greatly appreciate it.
My sources:
https://www.quora.com/Can-an-IMSI-catcher-capture-phone-numbers
https://medium.com/coder-life/is-it-possible-to-send-a-notification-via-ble-to-the-users-mobile-device-without-install-app-684ff997cce0 <-
https://www.quora.com/How-can-I-text-a-nearby-mobile-phone-without-knowing-its-number#:~:text=%2C-,9%20years,-into%20embedded%20devices <-
submitted by /u/BlackHawkCH91
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is it possible to send message/notification or call nearby phones
As title suggests, I'm wondering if it's possible to somehow interact with nearby phones. This is what I've researched so far: * I originally...
StayKit - Cobalt Strike Kit For Persistence
StayKit is an extension for Cobalt Strike persistence by leveraging the execute_assembly function with the SharpStay .NET assembly. The aggressor script handles payload creation by reading the template files for a specific execution type. IMPORTANT: To use the script a user will only need to load the StayKit.cna aggressor script. Additionally, the SharpStay assembly will need to be compiled and placed into the directory where StayKit.cna is located. Finally, if selecting a template for the payload some may require dynamic compiling which will uses Mono. The persistence menu will be added to the beacon. Due to the nature of how each technique is different there is only a GUI menu and no beacon commands. Available options: ElevatedRegistryKey UserRegistryKey UserInitMprLogonScriptKey ElevatedUserInitKey ScheduledTask ListScheduledTasks ScheduledTaskAction SchTaskCOMHijack CreateService ListRunningServices WMIEventSub GetScheduledTaskCOMHandler JunctionFolder StartupDirectory NewLNK BackdoorLNK ListTaskNames Dependencies Mono (MCS) for compiling .NET assemblies (Used with dynamic payload creation) Credits WMI Event Subscription - WQL Query from Empire Project and Matt Graeber's research Scheduled Task COM Handler Hijack - idea from enigma0x3's research Junction Folder - code and idea comes from matterpreter's OffensiveCSharp project Backdoor LNK - comes from harmj0y's LNKBackdoor script Download StayKit
Read more...
___________________________
@hacking_Attack
@Hacking_Video
StayKit is an extension for Cobalt Strike persistence by leveraging the execute_assembly function with the SharpStay .NET assembly. The aggressor script handles payload creation by reading the template files for a specific execution type. IMPORTANT: To use the script a user will only need to load the StayKit.cna aggressor script. Additionally, the SharpStay assembly will need to be compiled and placed into the directory where StayKit.cna is located. Finally, if selecting a template for the payload some may require dynamic compiling which will uses Mono. The persistence menu will be added to the beacon. Due to the nature of how each technique is different there is only a GUI menu and no beacon commands. Available options: ElevatedRegistryKey UserRegistryKey UserInitMprLogonScriptKey ElevatedUserInitKey ScheduledTask ListScheduledTasks ScheduledTaskAction SchTaskCOMHijack CreateService ListRunningServices WMIEventSub GetScheduledTaskCOMHandler JunctionFolder StartupDirectory NewLNK BackdoorLNK ListTaskNames Dependencies Mono (MCS) for compiling .NET assemblies (Used with dynamic payload creation) Credits WMI Event Subscription - WQL Query from Empire Project and Matt Graeber's research Scheduled Task COM Handler Hijack - idea from enigma0x3's research Junction Folder - code and idea comes from matterpreter's OffensiveCSharp project Backdoor LNK - comes from harmj0y's LNKBackdoor script Download StayKit
Read more...
___________________________
@hacking_Attack
@Hacking_Video
StayKit - Cobalt Strike Kit For Persistence
http://www.kitploit.com/2022/02/staykit-cobalt-strike-kit-for.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/02/staykit-cobalt-strike-kit-for.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
StayKit - Cobalt Strike Kit For Persistence
StayKit is an extension for Cobalt Strike persistence by leveraging the execute_assembly function with the SharpStay .NET assembly. The aggressor (https://www.kitploit.com/search/label/Aggressor) script handles payload creation by reading the template files for a specific execution type. IMPORTANT: To use the script a user will only need to load the StayKit.cna aggressor script. Additionally, the SharpStay (https://github.com/0xthirteen/SharpStay) assembly (https://www.kitploit.com/search/label/Assembly) will need to be compiled and placed into the directory (https://www.kitploit.com/search/label/Directory) where StayKit.cna is located. Finally, if selecting a template for the payload some may require dynamic compiling which will uses Mono. The persistence menu will be added to the beacon. Due to the nature of how each technique is different there is only a GUI menu and no beacon commands.
Available options: ElevatedRegistryKey UserRegistryKey UserInitMprLogonScriptKey ElevatedUserInitKey ScheduledTask ListScheduledTasks ScheduledTaskAction SchTaskCOMHijack CreateService ListRunningServices WMIEventSub GetScheduledTaskCOMHandler JunctionFolder StartupDirectory NewLNK BackdoorLNK ListTaskNames Dependencies Mono (MCS) for compiling .NET assemblies (https://www.kitploit.com/search/label/Assemblies) (Used with dynamic payload creation) Credits WMI Event Subscription - WQL Query from Empire Project (https://github.com/EmpireProject/Empire) and Matt Graeber's (https://twitter.com/mattifestation) research Scheduled Task COM Handler Hijack - idea from enigma0x3's (https://twitter.com/enigma0x3) research Junction Folder - code and idea comes from matterpreter's (https://twitter.com/matterpreter) OffensiveCSharp project Backdoor LNK - comes from harmj0y's (https://twitter.com/harmj0y) LNKBackdoor script
Download StayKit (https://github.com/0xthirteen/StayKit)
___________________________
@hacking_Attack
@Hacking_Video
Available options: ElevatedRegistryKey UserRegistryKey UserInitMprLogonScriptKey ElevatedUserInitKey ScheduledTask ListScheduledTasks ScheduledTaskAction SchTaskCOMHijack CreateService ListRunningServices WMIEventSub GetScheduledTaskCOMHandler JunctionFolder StartupDirectory NewLNK BackdoorLNK ListTaskNames Dependencies Mono (MCS) for compiling .NET assemblies (https://www.kitploit.com/search/label/Assemblies) (Used with dynamic payload creation) Credits WMI Event Subscription - WQL Query from Empire Project (https://github.com/EmpireProject/Empire) and Matt Graeber's (https://twitter.com/mattifestation) research Scheduled Task COM Handler Hijack - idea from enigma0x3's (https://twitter.com/enigma0x3) research Junction Folder - code and idea comes from matterpreter's (https://twitter.com/matterpreter) OffensiveCSharp project Backdoor LNK - comes from harmj0y's (https://twitter.com/harmj0y) LNKBackdoor script
Download StayKit (https://github.com/0xthirteen/StayKit)
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Hacking on Medium
ZPHISHER
https://cdn-images-1.medium.com/max/600/1*eYh4VFmeqslCAgAK5hR34Q.png
(Create your own Phishing page)
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
ZPHISHER
https://cdn-images-1.medium.com/max/600/1*eYh4VFmeqslCAgAK5hR34Q.png
(Create your own Phishing page)
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
ZPHISHER
(Create your own Phishing page)
Hacking on Medium
Internal Walkthrough(Hard) — THM
https://cdn-images-1.medium.com/max/1390/1*XcbGUVF9I5j5SGLB1xq_SA.png
we are going to solve a CTF call internal on Tryhackme called internal.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Internal Walkthrough(Hard) — THM
https://cdn-images-1.medium.com/max/1390/1*XcbGUVF9I5j5SGLB1xq_SA.png
we are going to solve a CTF call internal on Tryhackme called internal.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Internal Walkthrough(Hard) — THM
we are going to solve a CTF call internal on Tryhackme called internal.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
StayKit - Cobalt Strike Kit For Persistence
https://blogger.googleusercontent.com/img/a/AVvXsEgmChTZn6lqdEdu6vhVy_6VsQ-DL5RdTJ0VkvUcVeeT0x7YphVF4S_nmOEDsY89ZNWuzeQNi3R-CagLff9sh5jksCq-qMTkrqTBQ-mRBx0e5hAVTUogYA-jwF7Lz-7mt5CzDaThUs00TXu5E0kv_LLR7J2-cpVRxsIi54ayOnev9LRUQtVZ6cNKw-9v=w640-h428
StayKit is an extension for Cobalt Strike persistence by leveraging the execute_assembly function with the SharpStay .NET assembly. The aggressor script handles payload creation by reading the template files for a specific execution type.
IMPORTANT: To use the script a user will only need to load the
The persistence menu will be added to the beacon. Due to the nature of how each technique is different there is only a GUI menu and no beacon commands.
Available options:
* ElevatedRegistryKey
* UserRegistryKey
* UserInitMprLogonScriptKey
* ElevatedUserInitKey
* ScheduledTask
* ListScheduledTasks
* ScheduledTaskAction
* SchTaskCOMHijack
* CreateService
* ListRunningServices
* WMIEventSub
* GetScheduledTaskCOMHandler
* JunctionFolder
* StartupDirectory
* NewLNK
* BackdoorLNK
* ListTaskNames
Dependencies
* Mono (MCS) for compiling .NET assemblies (Used with dynamic payload creation)
Credits
* WMI Event Subscription - WQL Query from Empire Project and Matt Graeber's research
* Scheduled Task COM Handler Hijack - idea from enigma0x3's research
* Junction Folder - code and idea comes from matterpreter's OffensiveCSharp project
* Backdoor LNK - comes from harmj0y's LNKBackdoor script
Download StayKit
___________________________
@hacking_Attack
@Hacking_Video
StayKit - Cobalt Strike Kit For Persistence
https://blogger.googleusercontent.com/img/a/AVvXsEgmChTZn6lqdEdu6vhVy_6VsQ-DL5RdTJ0VkvUcVeeT0x7YphVF4S_nmOEDsY89ZNWuzeQNi3R-CagLff9sh5jksCq-qMTkrqTBQ-mRBx0e5hAVTUogYA-jwF7Lz-7mt5CzDaThUs00TXu5E0kv_LLR7J2-cpVRxsIi54ayOnev9LRUQtVZ6cNKw-9v=w640-h428
StayKit is an extension for Cobalt Strike persistence by leveraging the execute_assembly function with the SharpStay .NET assembly. The aggressor script handles payload creation by reading the template files for a specific execution type.
IMPORTANT: To use the script a user will only need to load the
StayKit.cnaaggressor script. Additionally, the SharpStay assembly will need to be compiled and placed into the directory where StayKit.cnais located. Finally, if selecting a template for the payload some may require dynamic compiling which will uses Mono.The persistence menu will be added to the beacon. Due to the nature of how each technique is different there is only a GUI menu and no beacon commands.
Available options:
* ElevatedRegistryKey
* UserRegistryKey
* UserInitMprLogonScriptKey
* ElevatedUserInitKey
* ScheduledTask
* ListScheduledTasks
* ScheduledTaskAction
* SchTaskCOMHijack
* CreateService
* ListRunningServices
* WMIEventSub
* GetScheduledTaskCOMHandler
* JunctionFolder
* StartupDirectory
* NewLNK
* BackdoorLNK
* ListTaskNames
Dependencies
* Mono (MCS) for compiling .NET assemblies (Used with dynamic payload creation)
Credits
* WMI Event Subscription - WQL Query from Empire Project and Matt Graeber's research
* Scheduled Task COM Handler Hijack - idea from enigma0x3's research
* Junction Folder - code and idea comes from matterpreter's OffensiveCSharp project
* Backdoor LNK - comes from harmj0y's LNKBackdoor script
Download StayKit
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
StayKit - Cobalt Strike Kit For Persistence
All about Account Takeover
https://infosecwriteups.com/all-about-account-takeover-825d8fcf2d57?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://infosecwriteups.com/all-about-account-takeover-825d8fcf2d57?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
All about Account Takeover
Account Takeover Methods
Account Takeover MethodsContinue reading on InfoSec Write-ups » (https://infosecwriteups.com/all-about-account-takeover-825d8fcf2d57?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
All about Account Takeover
Account Takeover Methods
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
This YouTube channel is one of the popular pro-Russian propaganda media. Can Reddit break it by spamming the live streams?
https://external-preview.redd.it/pkiGGnH_-HwYqPh1OT0nsXMWINg2XHF_aGGAXO9JjN0.jpg?width=640&crop=smart&auto=webp&s=51873d14db9747dd3260b52db2e58311f430e4e8 submitted by /u/tam_bu
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
This YouTube channel is one of the popular pro-Russian propaganda media. Can Reddit break it by spamming the live streams?
https://external-preview.redd.it/pkiGGnH_-HwYqPh1OT0nsXMWINg2XHF_aGGAXO9JjN0.jpg?width=640&crop=smart&auto=webp&s=51873d14db9747dd3260b52db2e58311f430e4e8 submitted by /u/tam_bu
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
This YouTube channel is one of the popular pro-Russian propaganda...
Posted in r/hacking by u/tam_bu • 3 points and 1 comment
hacking: security in practice
Is it possible to view someone’s DMs on Twitter without them knowing?
I don’t wanna do it, I wanna make sure it’s not happened to me. How quick and easy is it if so?
submitted by /u/Pristine_Gur
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is it possible to view someone’s DMs on Twitter without them knowing?
I don’t wanna do it, I wanna make sure it’s not happened to me. How quick and easy is it if so?
submitted by /u/Pristine_Gur
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
r/hacking - Is it possible to view someone’s DMs on Twitter without them knowing?
0 votes and 0 comments so far on Reddit