Author: mystajones
-
🔧 1. Legacy Applications and Systems 🛠️ 2. Industrial Control Systems (ICS) and OT Environment Integration 🧰 3. Group Policy and Local Machine Management 🔐 4. Kerberos Authentication and Advanced Access Controls 🚧 5. Site Reliability and Offline Operation 🧾 6. Compliance, Audit, or Sovereignty Requirements 🛤️ 7. Hybrid Model…
-
Docker images: ip addr add 10.0.0.10/24 dev eth0ip route add default via 10.0.0.10 FortiGate images: comfit system interfaceedit port1set ip 10.0.0.11 255.255.255.0set allowaccess ping https sshend Palo Alto images: # set deviceconfig system type static# set deviceconfig system ip-address 10.0.0.12 netmask 255.255.255.0 default-gateway 10.0.0.1# commit
-
+
+
+
+
+
+
If your eve-ng web concole can not login, try one of these ways: 1. To fix permission, enter this command in eve-ng console or ssh “/opt/unetlab/wrappers/unl_wrapper -a fixpermissions” 2. Check the avalability of your eve-ng HD using “df -h” and chek wether the disk is full. If it is full,…
-
+
+
+
+
+
+
I ran into some curly ones with eve-ng. Basically, I had to do the following: On Windows under core isolation turn off memory integrity Run the following (As admin) bcdedit /set hypervisorlaunchtype off Restart and this will allow you to use the processor virtualistion within VMware that is required.
-
+
+
+
+
+
+
Quick setup guide. First we start by setting up the environment Setup Git – https://github.com/git-guides/install-git Install Python – https://www.python.org/downloads/ Get Docker Desktop – https://www.docker.com/products/docker-desktop/ Get and OpenAI API Key – https://platform.openai.com/account/api-keys Next we Clone the Repo Run the following once the above has been carried out. cmd > git clone https://github.com/Torantulino/Auto-GPT…
-
+
+
+
+
+
+
Add an Environment Variable Select “New…” under “System variables” Input the text below and select “OK” Variable name: OPENSSL_ia32cap Variable value: ~0x200000200000000 Confirm that the variable has been added successfully, then select “OK” Enjoy
-
-
+
+
+
+
+
+
The below configuration will allow basic internet connectivity with focus on the magic sauce being the APN configuration. Where we have two options, those being: Telstra Direct Internet: cellular 0/2/0 lte profile create 1 telstra.internet Telstra Corp Access: (requires a user to be setup in IPSS for Radius Auth) An /32…
-
+
+
+
+
+
+
Just in case you need to extract those passwords from mRemoteNG. Just use the External tools as per the below. Open mRemote and go to “Tools” > “External Tools” Right-click in the white space and choose “New External Tool” In the External Tools Properties, fill in a “Display Name”, “Filename”…
-
+
+
+
+
+
+
There are four ways to distribute a default route in BGP. Three of them, the network 0.0.0.0, the default-information originate and redistribution from another routing protocol, are all similar in the resulting effect: they will inject the default route into BGP RIB and it will be advertised to all BGP…