This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-07-27T23:49:11.7838157Z Requested labels: ubuntu-20.04 | |
2023-07-27T23:49:11.7838521Z Job defined at: ia/IronOS-plus/.github/workflows/push.yml@refs/heads/push-cmds | |
2023-07-27T23:49:11.7838700Z Waiting for a runner to pick up this job... | |
2023-07-27T23:49:14.3627515Z Job is waiting for a hosted runner to come online. | |
2023-07-27T23:49:17.5125728Z Job is about to start running on the hosted runner: GitHub Actions 9 (hosted) | |
2023-07-27T23:49:20.1633086Z Current runner version: '2.307.1' | |
2023-07-27T23:49:20.1659079Z ##[group]Operating System | |
2023-07-27T23:49:20.1659606Z Ubuntu | |
2023-07-27T23:49:20.1659879Z 20.04.6 | |
2023-07-27T23:49:20.1660167Z LTS |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====>>>> Building for TS100 ... | |
========>>>>>>>> Building for TS100 / BG ... | |
========>>>>>>>> $ make -j16 model=TS100 firmware-BG | |
Building for Miniware | |
Building file: ./Startup/startup_stm32f103t8ux.S | |
In file included from Core/Threads/OperatingModes/ShowStartupWarnings.cpp:1: | |
./Core/Drivers/HUB238.hpp:6:5: warning: "POW_PD_EXT" is not defined, evaluates to 0 [-Wundef] | |
6 | #if POW_PD_EXT == 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
# To build: | |
# $ time ./build_local.sh 2>&1 | tee -a makeALL.log | |
# To clean: | |
# $ make clean && rm -Rf Release Release_Z makeALL.log | |
langs="BG CS DA DE EN ES FI FR HR HU IT LT NL NL_BE NB PL PT RU SK SL SR_CYRL SR_LATN SV TR UK VI JA_JP YUE_HK ZH_CN ZH_TW" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### Documentation (sort of) | |
# | |
# config sample of ~/.femtocomrc by hardcoded variable CONF | |
# $ cat ~/.femtocomrc | |
# | |
# | |
# ; options from this section will be applied to ALL configurations | |
# [GLOBAL] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
set -x | |
usage() | |
{ | |
echo "Usage: ${0} localhostname username serverhostname [ssh_alias remotehostname]" | |
echo "Info:" | |
echo -e "\tlocalhostname - for convinience purpose in key config" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <linux/module.h> | |
#include <linux/version.h> | |
#include <linux/kernel.h> | |
#include <linux/types.h> | |
#include <linux/stddef.h> | |
#include <linux/unistd.h> | |
#include <linux/string.h> | |
#include <linux/mm.h> | |
#include <linux/slab.h> | |
#include <linux/sched.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#set -e | |
#set -x | |
# Target AP BSSID name | |
TARGET_AP="my_own_ap" | |
# Relative/absolute file path to a file with a list of passwords | |
# (file format: one line - one password, no comments nor anything else) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#set -e | |
#set -x | |
# generate TOC from markdown file with ## & ### titles (V2) | |
cat README.md \ | |
| grep "^##" | sed '/##.*/p;s/\(.*\)/\L\1/;s,## ,,g;s,?,,g;s, ,-,g;s,^,(#,;s,$,),' | grep -v -e "Contents$" -e "contents)$" | tr '\n' ' ' | sed 's, ##,\n##,g;s, (,](,g;s,## , * [,g;' | sed 's,^ \* , * ,g; s,^\# \* , * ,; s,(##,(#,;' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Kali-ARM-Build-Scripts | |
# ====================== | |
# | |
# Offensive Security Kali Linux ARM build scripts. We use these to build our official Kali Linux ARM images, | |
# as can be found at http://www.kali.org/downloads/ | |
# | |
# - These scripts have been tested on a Kali Linux 32 and 64 bit installations only, after making sure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# WTFPL license | |
# firmware links: | |
# https://www.nuand.com/fx3/bladeRF_fw_v1.9.1.img | |
# https://www.nuand.com/fx3/bladeRF_fw_v1.9.1.img.sha256sum | |
# https://www.nuand.com/fpga/v0.6.0/hostedx40.rbf | |
# https://www.nuand.com/fpga/v0.6.0/hostedx40.rbf.sha256sum | |
# https://www.nuand.com/fpga/v0.6.0/hostedx115.rbf | |
# https://www.nuand.com/fpga/v0.6.0/hostedx115.rbf.sha256sum |
NewerOlder