2023-06-12 09:59:33 +00:00
|
|
|
|
|
|
|
# Exfiltrate Network Configuration - Linux ✅
|
|
|
|
|
|
|
|
A script used to exfiltrate the network configuration on a Linux machine.
|
|
|
|
|
|
|
|
**Category**: Exfiltrate, Execution
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
A script used to exfiltrate the network configuration on a Linux machine.
|
|
|
|
|
|
|
|
Opens a shell, get the network card name, get the network configuration using nmcli, send the result to Dropbox, erase traces.
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
|
|
|
|
* Internet Connection
|
|
|
|
* Dropbox Token
|
|
|
|
|
|
|
|
### Executing program
|
|
|
|
|
|
|
|
* Plug in your device
|
|
|
|
|
|
|
|
### Settings
|
|
|
|
|
2023-06-16 22:12:47 +00:00
|
|
|
* Set the Dropbox token
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
<h2 align="center"> Aleff :octocat: </h2>
|
|
|
|
<div align=center>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td align="center" width="96">
|
|
|
|
<a href="https://github.com/aleff-github">
|
|
|
|
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/github.png?raw=true width="48" height="48" />
|
|
|
|
</a>
|
|
|
|
<br>Github
|
|
|
|
</td>
|
|
|
|
<td align="center" width="96">
|
|
|
|
<a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
|
|
|
|
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
|
|
|
|
</a>
|
|
|
|
<br>Linkedin
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|