Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
Hacking Articles Tips Tricks Videos Tutorials
just need to start a listener and generate your agent based on that listener’s information. You can generate as many listeners as you need, and then you can start interacting with your agents that connect to them. Profile setupBefore you can start using Octopus…
> * Serving Flask app “core.weblistener” (lazy loading)

* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: off
Octopus >>

The listen_httpscommand takes the following arguments to start:

* BindIP : which is the IP address that will be used by the listener
* BindPort : which is the port you want to listen on
* Hostname : will be used to request the payload from
* Interval : how may seconds that agent will wait before check for commands
* URL page : name will hold the payload
* Listener_name : listener name to use
* certficate_path : path for valid ssl certficate (called fullchain.pem for letsencrypt certficates)
* key_path : path for valid key for the ssl cerficate (called key.pem for letsencrypt certficates)

Please note that you need to provide a valid SSL certficate that is associated with the domain used. Generate agentsPowershell oneliner

To generate an agent for the listener operation1we can use the following command: generate_powershell operation1HTA oneliner

To generate a HTA oneliner for the listener1 operation1we can use the following command: generate_hta operation1Download

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
NIST Finalizes macOS Security Guidance

NIST SP800-219 introduces the macOS Security Compliance Project (mSCP) to assist organizations with creating security baselines and defining controls to protect macOS endpoints.
Dark Reading: Attacks/Breaches
New Vulnerability Database Catalogs Cloud Security Issues

Researchers have created a new community website for reporting and tracking security issues in cloud platforms and services — plus fixes for them where available.
Dark Reading: Attacks/Breaches
How to Find New Attack Primitives in Microsoft Azure

Abuse primitives have a longer shelf life than bugs and zero-days and are cheaper to maintain. They're also much harder for defenders to detect and block.