Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Start Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
PyNuker is a network stress testing tool written in python. Because it is written in python it should run equally well on any system that has Python version 3.x installed. It infinitely(until stopped) sends a string of text via a UDP packet to a target computer or network device in an effort to flood the target with so much useless traffic that it stops responding to valid requests.
I digitally sign some files in my releases. If you'd like to verify those signatures, you can find my...
this tool tries to repair your broken pcap and pcapng files by fixing the global header respectively packet blocks and recovering the packets by searching und guessing the packet headers or blocks
A java wrapper for popular "libpcap" and "WinPcap" libraries. Accurate full API translation. Packet buffers delivered with no copies. Send custom packets, gather statistics. Comprehensive and easily extensible DPI engine.
NET-Simulator was created to help lecturers and students in the study of computer networks. Students can build virtural networks in the virtual environment provided by NET-Simulator. These devices are controlled by means of command line interface.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
...SharpPcap is a cross-platform packet capture framework for the .NET environment, based on the famous pcap / WinPcap libraries. It provides an API for capturing, injecting, analyzing and building packets using any .NET language such as C# and VB.NET.
command line tool to send wake on lan packets to computers on lan
Program will send wake on lan packet to machine on ethernet using the MAC address. A configuration file MWakeOnLan.ini can be used to hold name/ethernet values for easy command line execution.
The configuration file consists of name=etheraddress pairs. A # marker is used for comment lines
Flags:
-l | List All Name/Value Pairs
Example 1:
C:> MWakeOnLan 00:2E:27:4B:20:34
Example 2:
C:> MWakeOnLan server1 server2
Passive Proxy Daemon sniffs packets and creates squid proxy logs
Passive Proxy Daemon (pproxyd) has moved to GitHub (https://github.com/rondilley/pproxyd )
This tool reads pcap format files or reads packets directly from the network, assembles web based traffic and generates squid proxy style logs.
Library for handling XBee / XBee-PRO RF modules. The library is written in C and supports the following platforms: Linux (x86, MIPSel), Windows (x86), AT91 SAM7 microcontrollers.
Powow is an open-source TCP packets exchange mesh. It allows many TCP clients to connect to a "Powow cloud" (several instances of Powow), to exchange data. Powow is a TCP socket server like Palabre or Oregano.
Switzerland is a tool for testing networks, ISPs and firewalls developed by the Electronic Frontier Foundation (www.eff.org). It will spot IP packets which are forged or modified between clients, inform you, and give you copies of the modified packets.
TinyRadius is a small, fast and reliable Java Radius library capable of
sending and receiving Radius packets as specified by RFC 2865/2866. TinyRadius is not a fully-fledged Radius server, but helps you to implement Radius services in your application.
TNV visualizes pcap data to graphically depict network packets, links, and ports for network traffic analysis to facilitate learning what constitutes 'normal' behavior, investigating security events, or network troubleshooting.
A network simulator written in flash. Build up a topolog and send packets throught your network, see and inspect them as they travel, change the headers and observe such protocols as ARP and switch learning.
A feedback-enhanced framework for routing in wireless sensor networks. Speeds up the process of implementing routing techniques. Enables piggybacking of routing information on data packets. Written for the Omnet++ simulator and the Mobility Framework.
DNA is an open, flexible and extensible deep network analyzer software server and software architecture for gathering and analyzing network packets, network sessions and applications protocols, passively off enterprise class networks.
Ikedectypt is a perl script to decrypt IKEv1 packets in libpcap formatted trace file.
You can use Ethereal(http://www.ethereal.com) to analyze decrypted trace.
Key information(first initialization vector, skeyid_e) is needed to be supplied by user.
Java Netflow Collect/Analyzer uses pure Java to collect netflow v1 v5 v7 v8 v9 UDP packets from cisco routers. It stores both raw data or analyzed contents to DB thru JDBC and can be used in large enterprises or ISPs. JNC beta is ready JNA is underway.
wakeonlan is a small OS independent java program that sends 'magic packets' to wake-on-lan enabled ethernet adapters and motherboards in order to switch on the called machine.It runs on every machine with an installed 1.4 java runtime.
Radius Accounting Client provides an a interum update client for SNMP capable NASs or devices that are not able to send regular RADIUS accounting packets.
Active Networking provides a framework in which executable code within data packets can execute upon intermediate network nodes. The goal of this research is to develop active networks that are capable of predicting their own behavior and to use this ca
jpwrite is a set of Java classes which provide a system for creating and injecting arbitrary packets onto a network. jpwrite utilizes libnet (aka. libpwrite), a widely available library for packet creation and injection.
This interface will allow you to write code to retrieve and send promiscuous network packets from your Java program. It could provide a starting point for a java nmap or such...