> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ifconfig

> Return all the IP addresses associated with the host via an API call.

## Summary

Return all the IP addresses associated with the host via an API call.

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

## Usage

```
ifconfig
```

## Detailed Summary

This uses the ObjectiveC Bridge to read the IP addresses associated with the computer. This is helpful to determine if the user is hopping on/off VPNs:

```javascript theme={null}
ObjC.deepUnwrap($.NSHost.currentHost.addresses)
```
