NULLSEC FRAMEWORK v2.0 - COMPLETE COMMAND REFERENCE

February 1, 2026 · View on GitHub

Generated: 2026-01-13 | Author: bad-antics Development Team

═══════════════════════════════════════════════════════════════════════════════

TABLE OF CONTENTS

  1. Framework Launch Commands
  2. NULLSEC AI v3.0 Commands
  3. Attack Module Categories
  4. All 185 Attack Modules
  5. Pager/SSH Transfer Commands
  6. Flipper Zero Commands
  7. Desktop GUI Usage

═══════════════════════════════════════════════════════════════════════════════

FRAMEWORK LAUNCH COMMANDS

Command Line Launcher

# Launch main framework
python3 nullsec-launcher.py

# With sudo (for privileged modules)
sudo python3 nullsec-launcher.py

Desktop GUI

# Launch desktop version
python3 nullsec-desktop/nullsec_desktop.py

# Or use desktop shortcut
./nullsec-launcher.desktop

NULLSEC AI

# Launch AI assistant
python3 nullsec-ai.py

# Install AI models (if needed)
bash install-ai.sh

═══════════════════════════════════════════════════════════════════════════════

NULLSEC AI v3.0 COMMANDS

Interactive Mode Commands

CommandDescription
set target <ip/domain>Set current target for attacks
set category <name>Set attack category context
modelsList available AI models
install <model>Install Ollama model
execute <cmd>Execute shell command
historyShow session history
clearClear screen
helpShow help
exitExit AI mode

Attack Categories

CategoryFocus Area
networkPort scanning, pivoting, protocols
webOWASP Top 10, SQLi, XSS, APIs
wirelessWiFi, Bluetooth, RF, SDR
credentialsPassword cracking, Kerberos, NTLM
malwarePayloads, C2, evasion, persistence
reconOSINT, DNS, subdomain discovery
cloudAWS, Azure, GCP exploitation
mobileAndroid, iOS exploitation
generalGeneral pentesting assistance

AI Models Available (12 Models ~73GB Total)

ModelSizeSpecialty
deepseek-coder:6.7b3.8GBExploit development, shellcode
codellama:13b7.4GBCode analysis, reverse engineering
wizardlm2:7b4.1GBComplex reasoning
mixtral:8x7b26GBExpert-level, most powerful
mistral:7b4.4GBFast general purpose
openhermes4.1GBInstruction following
solar6.1GBAdvanced reasoning
phi:2.7b1.6GBLightweight, fast
orca2:13b7.4GBResearch-grade reasoning
neural-chat:7b4.1GBConversational intelligence
starling-lm:7b4.1GBFine-tuned for security

Example AI Queries

nullsec-ai> set target 192.168.1.100
nullsec-ai> set category network
nullsec-ai> scan for open ports and identify services
nullsec-ai> set category web
nullsec-ai> find sql injection vulnerabilities
nullsec-ai> generate xss payloads for waf bypass
nullsec-ai> set category credentials
nullsec-ai> crack this hash: 5f4dcc3b5aa765d61d8327deb882cf99
nullsec-ai> execute nmap -sV -sC 192.168.1.100

═══════════════════════════════════════════════════════════════════════════════

ATTACK MODULE CATEGORIES

NULLSEC automatically organizes 185 modules into 22 categories:

#CategoryDescriptionModule Count
1Network AttacksScanning, MITM, protocols~15
2Web ExploitationSQLi, XSS, SSRF, APIs~20
3Wireless/RFWiFi, Bluetooth, SDR~10
4Credential AttacksPassword, hash, Kerberos~12
5Malware/PayloadsC2, persistence, RAT~15
6ReconnaissanceOSINT, enumeration~10
7Cloud SecurityAWS, Azure, GCP~8
8Mobile AttacksAndroid, iOS~5
9Physical SecurityBadge cloning, bypass~8
10ICS/SCADAIndustrial systems~10
11Social EngineeringPhishing, vishing~6
12EvasionAV, EDR, AMSI bypass~10
13Post-ExploitationPrivesc, lateral~12
14CryptographyStego, encryption~5
15Container/CloudDocker, K8s, serverless~8
16Memory AttacksBuffer overflow, ROP~8
17Windows AttacksAD, tokens, UAC~12
18Linux AttacksPrivesc, kernel~8
19IoT/EmbeddedFirmware, cameras~10
20Protocol AttacksDNS, SNMP, VoIP~10
21InfrastructureNetwork devices~8
22Other/MiscUtilities, custom~10

═══════════════════════════════════════════════════════════════════════════════

ALL 185 ATTACK MODULES

Alphabetical Listing

ModuleDescriptionCategory
2fa-bypass.shTwo-factor authentication bypassCredential Attacks
ad-attack.shActive Directory exploitationWindows Attacks
ai-attack.shAI model exploitationWeb Exploitation
ai-poison.shAI/ML model poisoningMalware/Payloads
alarm-bypass.shPhysical alarm bypassPhysical Security
amsi-bypass.shAMSI bypass techniquesEvasion
android-exploit.shAndroid device exploitationMobile Attacks
anti-debug.shAnti-debugging techniquesEvasion
anti-vm.shVirtual machine detectionEvasion
api-exploit.shREST/GraphQL API attacksWeb Exploitation
api-fuzzer.shAPI endpoint fuzzingWeb Exploitation
apt-attack.shAdvanced persistent threatsMalware/Payloads
atm-jackpot.shATM exploitation (educational)Physical Security
av-evasion.shAntivirus evasionEvasion
azure-exploit.shMicrosoft Azure attacksCloud Security
bacnet-attack.shBuilding automation protocolICS/SCADA
badusb.shBadUSB payload deploymentPhysical Security
bluetooth-attack.shBluetooth exploitationWireless/RF
bootloader-unlock.shDevice bootloader attacksMobile Attacks
c2-server.shCommand & control setupMalware/Payloads
camera-hijack.shSecurity camera exploitationIoT/Embedded
captcha-bypass.shCAPTCHA bypass techniquesWeb Exploitation
checkpoint-exploit.shCheckPoint firewall attacksInfrastructure
cisco-asa-exploit.shCisco ASA exploitationInfrastructure
citrix-attack.shCitrix vulnerability exploitationInfrastructure
cloud-attack.shMulti-cloud attacksCloud Security
cloud-enum.shCloud resource enumerationReconnaissance
confluence-exploit.shAtlassian Confluence RCEWeb Exploitation
container-exploit.shContainer escape/exploitationContainer/Cloud
cors-exploit.shCORS misconfiguration attacksWeb Exploitation
couchdb-attack.shCouchDB exploitationWeb Exploitation
cred-stuff.shCredential stuffing attacksCredential Attacks
crypto-launder.shCryptocurrency tracingOther/Misc
cryptominer.shCryptominer deploymentMalware/Payloads
csp-bypass.shContent Security Policy bypassWeb Exploitation
darkweb-ops.shTor/Dark web operationsOther/Misc
database-exfil.shDatabase exfiltrationPost-Exploitation
ddos.shDDoS attack simulationNetwork Attacks
deobfuscator.shCode deobfuscationOther/Misc
dep-check.shDependency vulnerability checkReconnaissance
deserialization.shInsecure deserializationWeb Exploitation
dir-bruteforce.shDirectory brute forcingWeb Exploitation
dll-injection.shDLL injection techniquesWindows Attacks
dns-amplify.shDNS amplification attacksNetwork Attacks
dns-poison.shDNS cache poisoningNetwork Attacks
dns-tunnel.shDNS tunneling/exfiltrationNetwork Attacks
docker-escape.shDocker container escapeContainer/Cloud
edr-evasion.shEDR evasion techniquesEvasion
evidence-destroy.shAnti-forensicsPost-Exploitation
exchange-exploit.shMicrosoft Exchange RCEWeb Exploitation
fast-flux.shFast-flux DNS networkMalware/Payloads
fileless.shFileless malware techniquesMalware/Payloads
firewall-bypass.shFirewall bypass techniquesNetwork Attacks
firmware-backdoor.shFirmware backdoor injectionIoT/Embedded
firmware-extract.shFirmware extraction/analysisIoT/Embedded
fortinet-exploit.shFortiGate exploitationInfrastructure
gcp-enum.shGoogle Cloud enumerationCloud Security
gitlab-attack.shGitLab exploitationWeb Exploitation
golden-ticket.shKerberos golden ticketWindows Attacks
graphql-attack.shGraphQL exploitationWeb Exploitation
grpc-exploit.shgRPC service attacksWeb Exploitation
heap-spray.shHeap spray exploitationMemory Attacks
http2-exploit.shHTTP/2 protocol attacksNetwork Attacks
http3-attack.shHTTP/3 QUIC attacksNetwork Attacks
identity-forge.shIdentity document forgerySocial Engineering
ids-evasion.shIDS/IPS evasionEvasion
intrusion.shGeneral intrusion techniquesNetwork Attacks
ios-attack.shiOS device exploitationMobile Attacks
iot-camera.shIoT camera exploitationIoT/Embedded
jenkins-exploit.shJenkins CI/CD exploitationWeb Exploitation
jira-exploit.shJira vulnerability exploitationWeb Exploitation
juniper-attack.shJuniper device attacksInfrastructure
jwt-attack.shJWT token manipulationWeb Exploitation
kafka-attack.shApache Kafka exploitationWeb Exploitation
kerberoast.shKerberoasting attacksWindows Attacks
kernel-exploit.shKernel exploitationLinux Attacks
keylogger.shKeylogger deploymentMalware/Payloads
kubernetes-exploit.shKubernetes exploitationContainer/Cloud
lateral-movement.shLateral movement techniquesPost-Exploitation
ldap-injection.shLDAP injection attacksWeb Exploitation
linux-privesc.shLinux privilege escalationLinux Attacks
lorawan-exploit.shLoRaWAN exploitationWireless/RF
macos-exploit.shmacOS exploitationOther/Misc
memcached-attack.shMemcached exploitationNetwork Attacks
memcached.shMemcached attacksNetwork Attacks
memory-exploit.shMemory corruption attacksMemory Attacks
metamorphic-gen.shMetamorphic code generatorMalware/Payloads
mikrotik-attack.shMikroTik router exploitationInfrastructure
mitm-attack.shMan-in-the-middle attacksNetwork Attacks
mobile-attack.shGeneral mobile attacksMobile Attacks
modbus-exploit.shModbus protocol attacksICS/SCADA
mongodb-exploit.shMongoDB exploitationWeb Exploitation
msf-integration.rcMetasploit resource fileOther/Misc
msf-launch.shMetasploit launcherOther/Misc
nas-attack.shNAS device exploitationIoT/Embedded
neo4j-exploit.shNeo4j graph DB attacksWeb Exploitation
netgear-exploit.shNetgear device attacksInfrastructure
network-pivot.shNetwork pivotingPost-Exploitation
nfc-attack.shNFC exploitationPhysical Security
oauth-exploit.shOAuth/OIDC attacksWeb Exploitation
packer-detector.shPacker/crypter detectionOther/Misc
palo-alto-attack.shPalo Alto firewall attacksInfrastructure
pass-hash.shPass-the-hash attacksWindows Attacks
password-crack.shPassword cracking suiteCredential Attacks
pci-exploit.shPCI device exploitationMemory Attacks
persistence.shPersistence mechanismsPost-Exploitation
physical-bypass.shPhysical security bypassPhysical Security
plc-attack.shPLC exploitationICS/SCADA
polymorphic-gen.shPolymorphic code generatorMalware/Payloads
port-scanner.shPort scanning suiteReconnaissance
power-grid.shPower grid attacksICS/SCADA
pretexting.shSocial engineering pretextsSocial Engineering
printer-exploit.shPrinter exploitationIoT/Embedded
process-hollow.shProcess hollowingWindows Attacks
process-injection.shProcess injection techniquesWindows Attacks
protobuf-attack.shProtocol buffer attacksWeb Exploitation
proxy-chain.shProxy chain setupNetwork Attacks
qnap-exploit.shQNAP NAS exploitationIoT/Embedded
quic-attack.shQUIC protocol attacksNetwork Attacks
race-condition.shRace condition exploitsWeb Exploitation
ransomware.shRansomware simulationMalware/Payloads
rat-deploy.shRAT deploymentMalware/Payloads
redis-exploit.shRedis exploitationWeb Exploitation
rf-jammer.shRF jamming attacksWireless/RF
rfid-clone.shRFID cloningPhysical Security
rootkit.shRootkit deploymentMalware/Payloads
rop-chain.shROP chain generatorMemory Attacks
s3-bucket-finder.shAWS S3 bucket enumerationCloud Security
saml-exploit.shSAML assertion attacksWeb Exploitation
sandbox-escape.shSandbox escape techniquesEvasion
satellite-hack.shSatellite communication attacksWireless/RF
scada-attack.shSCADA system attacksICS/SCADA
scada-exploit.shSCADA exploitationICS/SCADA
session-hijack.shSession hijackingWeb Exploitation
sharepoint-attack.shSharePoint exploitationWeb Exploitation
shellcode-gen.shShellcode generatorMemory Attacks
shodan-search.shShodan search integrationReconnaissance
simulate.shAttack simulationOther/Misc
sip-flood.shSIP flooding attacksProtocol Attacks
slowloris.shSlowloris DoS attackNetwork Attacks
smart-tv-exploit.shSmart TV exploitationIoT/Embedded
smishing.shSMS phishingSocial Engineering
social-engineering.shSocial engineering toolkitSocial Engineering
sonicwall-attack.shSonicWall exploitationInfrastructure
sso-attack.shSingle sign-on attacksCredential Attacks
ssti-exploit.shServer-side template injectionWeb Exploitation
stego.shSteganography toolsCryptography
subdomain-takeover.shSubdomain takeoverWeb Exploitation
supply-chain.shSupply chain attacksMalware/Payloads
synology-attack.shSynology NAS attacksIoT/Embedded
template-injection.shTemplate injectionWeb Exploitation
thrift-exploit.shApache Thrift attacksWeb Exploitation
thunderbolt-attack.shThunderbolt DMA attacksPhysical Security
token-impersonate.shToken impersonationWindows Attacks
token-manipulation.shToken manipulationWindows Attacks
tor-service.shTor hidden service setupOther/Misc
uac-bypass.shUAC bypass techniquesWindows Attacks
ubiquiti-exploit.shUbiquiti device attacksInfrastructure
unpacker.shMalware unpackerOther/Misc
usb-attack.shUSB attack vectorsPhysical Security
vishing.shVoice phishingSocial Engineering
vlan-hop.shVLAN hoppingNetwork Attacks
vmware-exploit.shVMware exploitationContainer/Cloud
voip-attack.shVoIP exploitationProtocol Attacks
vpn-tunnel.shVPN tunnelingNetwork Attacks
waf-bypass.shWAF bypass techniquesWeb Exploitation
water-system.shWater system attacksICS/SCADA
watering-hole.shWatering hole attacksSocial Engineering
web-exploit.shGeneral web exploitationWeb Exploitation
webshell.shWebshell deploymentWeb Exploitation
websocket-attack.shWebSocket attacksWeb Exploitation
wifi-deauth.shWiFi deauthenticationWireless/RF
windows-exploit.shWindows exploitationWindows Attacks
worm.shWorm propagationMalware/Payloads
xpath-injection.shXPath injectionWeb Exploitation
xss-attack.shCross-site scriptingWeb Exploitation
xxe-exploit.shXML external entityWeb Exploitation
zero-day.shZero-day simulationMemory Attacks
zigbee-attack.shZigbee exploitationWireless/RF
zigbee-exploit.shZigbee protocol attacksWireless/RF
zwave-attack.shZ-Wave exploitationWireless/RF

═══════════════════════════════════════════════════════════════════════════════

PAGER/SSH TRANSFER COMMANDS

Source: pager.sh

# Load pager commands
source /home/antics/nullsec/pager.sh

# Available commands:
pager_ping        # Check if Pager is online
pager_ssh         # SSH into Pager
pager_exec <cmd>  # Execute command on Pager
pager_info        # Get Pager system info
pager_payloads    # List available payloads
pager_themes      # List available themes
pager_run <path>  # Run a payload
pager_loot        # View loot directory
pager_upload <local> <remote>   # Upload file to Pager
pager_download <remote> <local> # Download file from Pager
pager_internet    # Enable internet sharing
pager_web         # Open Pager web interface
pager_help        # Show help menu

═══════════════════════════════════════════════════════════════════════════════

FLIPPER ZERO COMMANDS

Source: flipper.sh

# Load flipper commands
source /home/antics/nullsec/flipper.sh

# Flipper Zero integration commands
flipper_connect   # Connect to Flipper Zero
flipper_upload    # Upload payloads
flipper_download  # Download captured data
flipper_cli       # Interactive CLI
flipper_update    # Update firmware

═══════════════════════════════════════════════════════════════════════════════

DESKTOP GUI USAGE

Launch

cd /home/antics/nullsec/nullsec-desktop
python3 nullsec_desktop.py

Features

  • Category-based module browser
  • Search functionality
  • One-click module execution
  • Module favorites
  • Dark theme interface
  • Real-time output display

Keyboard Shortcuts

  • Ctrl+F - Search modules
  • Ctrl+Q - Quit
  • Enter - Run selected module
  • Escape - Cancel/Back

═══════════════════════════════════════════════════════════════════════════════

QUICK START EXAMPLES

Basic Network Recon

python3 nullsec-launcher.py
# Select: Port Scanner
# Enter target IP

AI-Assisted Attack

python3 nullsec-ai.py
> set target 192.168.1.100
> set category network
> scan target and identify vulnerabilities

Run Specific Module

cd /home/antics/nullsec/nullsecurity
sudo bash port-scanner.sh

Transfer Files to Remote

source pager.sh
pager_upload ./payload.sh /root/payloads/
pager_run /root/payloads/payload.sh

═══════════════════════════════════════════════════════════════════════════════

DIRECTORY STRUCTURE

nullsec/
├── nullsec-launcher.py      # Main CLI launcher
├── nullsec-ai.py            # AI assistant v3.0
├── install-ai.sh            # AI installation wizard
├── pager.sh                 # SSH/transfer commands
├── flipper.sh               # Flipper Zero integration
├── nullsec-desktop/         # Desktop GUI
│   ├── nullsec_desktop.py   # Main desktop app
│   └── config.json          # Desktop configuration
├── nullsecurity/            # 185 attack modules
├── nullsec-flipper/         # Flipper Zero tools
├── nullsec-pineapple/       # WiFi Pineapple tools
├── nullsec-pentester/       # Pentester toolkit
└── static/                  # Static resources

═══════════════════════════════════════════════════════════════════════════════

REQUIREMENTS

Python Dependencies

  • Python 3.8+
  • requests (for AI)
  • gi (GTK for desktop)

System Tools

  • nmap, masscan
  • hydra, medusa
  • sqlmap
  • gobuster/ffuf
  • metasploit-framework
  • aircrack-ng
  • hashcat/john

AI Requirements

  • Ollama (recommended)
  • 4GB+ RAM (8GB recommended)
  • 50GB+ storage for models

═══════════════════════════════════════════════════════════════════════════════

This framework is for AUTHORIZED SECURITY TESTING ONLY.

  • Always obtain written permission before testing
  • Only test systems you own or have authorization for
  • Follow responsible disclosure practices
  • Comply with all applicable laws and regulations

The developers are not responsible for misuse of this tool.

═══════════════════════════════════════════════════════════════════════════════ NULLSEC Framework v2.0 | bad-antics ═══════════════════════════════════════════════════════════════════════════════