- An Amazon Linux 2023 instance
- Sudo privileges
- Active internet connection
// manifest.json | |
{ | |
"name": "Local Agent Connector", | |
"version": "1.0", | |
"manifest_version": 3, | |
"permissions": [ | |
"nativeMessaging", | |
"tabs" | |
], | |
"background": { |
// DriveByProtector.js | |
class DriveByProtector { | |
constructor() { | |
this.suspiciousPatterns = { | |
fileTypes: /\.(exe|msi|dmg|pkg|deb|bat|cmd|sh|ps1|vbs|jar|dll|scr)$/i, | |
mimeTypes: [ | |
'application/x-msdownload', | |
'application/x-msdos-program', | |
'application/x-executable', | |
'application/x-dosexec', |
// manifest.json | |
{ | |
"manifest_version": 3, | |
"name": "Redirect Detective", | |
"version": "1.0", | |
"description": "Detects and analyzes potentially malicious redirects", | |
"permissions": [ | |
"webNavigation", | |
"webRequest", | |
"storage", |
// 1. Basic interfaces and implementations | |
interface ILogger { | |
log(message: string): void; | |
} | |
interface IEmailSender { | |
send(to: string, message: string): void; | |
} | |
class ConsoleLogger implements ILogger { |
// 1. Interfaces for our dependencies | |
interface ILogger { | |
log(message: string): void; | |
} | |
interface IEmailService { | |
sendEmail(to: string, subject: string, content: string): Promise<boolean>; | |
} | |
interface IUserRepository { |
Create a basic cross-platform command execution application that can be installed on Windows and macOS, capable of executing simple system commands and returning their results.
- Create a simple installer for either Windows (.exe) or macOS (.pkg) [choose one]
- Implement basic start-on-boot functionality
#!/bin/bash | |
# Output file name | |
output_file="combined_table_data.csv" | |
# Keep the header from the first file | |
head -n 1 "table_data.csv" > "$output_file" | |
# Function to remove header and append content | |
append_without_header() { |
We're an innovative startup dedicated to revolutionizing security and IT software through cutting-edge AI technology. Our mission is to create a next-generation platform that will transform how Security & IT professionals interact with and manage their systems. We're seeking a talented and passionate Golang Engineer to join our team and help bring our vision to life.
We're seeking an exceptional Go Developer to lead the development of our AI-powered agent software for the NeuronOS RMM system. As the Lead Engineer for our agent technology, you'll be at the forefront of innovation, architecting, and building scalable, high-performance software that leverages the latest advancements in artificial intelligence.
- Design and implement the core architecture for our cross-platform (Windows and macOS) agent software
- Lead the development of high-performance, resource-efficient code that can run seamlessly on client systems