Skip to content

Instantly share code, notes, and snippets.

View ss23's full-sized avatar

☃ Stephen Shkardoon ☃ ss23

View GitHub Profile
proxmark3> lf hid clone 20050c5d8f
Cloning tag with ID 20050c5d8f
#db# DONE!
proxmark3> lf search
NOTE: some demods output possible binary
if it finds something that looks like a tag
False Positives ARE possible
Checking for known tags:
proxmark3> lf hid clone 20050c5d8f
Cloning tag with ID 20050c5d8f
#db# DONE!
proxmark3> lf t55xx read b 2
Reading Page 0:
blk | hex data | binary
----+----------+---------------------------------
2 | AAB32AD2 | 10101010101100110010101011010010
proxmark3> lf t55xx write b 2 d AAB32AD2
Writing page 0 block: 02 data: 0xAAB32AD2
E: Failed to fetch http://mirror.fsmg.org.nz/kali/pool/main/g/gcc-7/gcc-7_7.3.0-24_amd64.deb Hash Sum mismatch
Hashes of expected file:
- SHA256:eb8e0030f634dd514ab79880e3128af9c640621aadb8a1f94727b3666403a13a
- SHA1:9371f1bb24d9018cd626d0b9d54373e35f37668c [weak]
- MD5Sum:6ed54d9b9fdc8915399e49ebbf6d3a14 [weak]
- Filesize:7117020 [weak]
Hashes of received file:
- SHA256:7b6d15a5ac4dd801662caae3eae6fca4e99e8435321e3393a16a7a0cedb1ec2b
- SHA1:85da27f7683109c23a479644633d67c45140003e [weak]
- MD5Sum:d4814b500855844c019bd48b1e660edb [weak]
crisp /var/log/portage # xzcat /var/log/portage/cross-armv6j-hardfloat-linux-gnueabi-glibc-headers.log.xz
>>> Verifying ebuild manifests
* IMPORTANT: 18 news items need reading for repository 'crossdev'.
* Use eselect news read to view new items.
>>> Running pre-merge checks for cross-armv6j-hardfloat-linux-gnueabi/glibc-2.25-r11
>>> Emerging (1 of 1) cross-armv6j-hardfloat-linux-gnueabi/glibc-2.25-r11::crossdev
@ss23
ss23 / tbf.md
Created February 20, 2018 04:19

Title

The Bus Factor

Description

The aim of this project is to deliver a system capable of detecting and monitoring buses that are running red lights in near-real-time using an unspecialized camera. To that end, it may involve developing an image classifier to detect whether a given object is a bus, and a way to determine the status of the traffic light. Additional features of the system could include number plate recognition, and speed detection.

The system should be highly configurable in many ways such as:

  • Able to use a static video or a live camera input
  • Support both Windows and Linux
Host Loss% Snt Last Avg Best Wrst StDev
1. 192.168.1.1 0.0% 50 0.5 0.4 0.2 1.9 0.2
2. 210.54.35.126 0.0% 50 12.1 11.5 10.3 15.4 0.9
3. fleet-holding-comb.tkcr4.global-gateway.net.nz 0.0% 50 10.6 11.6 10.2 15.6 1.2
4. g2-0-3-549.tkcr4.global-gateway.net.nz 0.0% 50 12.0 11.2 9.9 16.5 1.3
5. ae9-42.akcr11.global-gateway.net.nz 0.0% 49 10.8 12.5 10.3 42.0 5.2
6. shell-comb.akcr8.global-gateway.net.nz 0.0% 49 11.0 11.1 10.4 13.4 0.5
7. lt-0-0-0-56.ntc-cr1.as45177.net.nz 0.0% 49 12.7 12.0 10.5 27.2 2.4
8. as45179-ip-198.cust.ntc-cr1.as45177.net.nz 85.4% 49 113.0 100.6 95.5 113.0 6.3
9. ge-0-1-1-0.dist2-air2.sitehost.co.nz
Host Loss% Snt Last Avg Best Wrst StDev
1. 192.168.1.1 0.0% 22 0.3 0.5 0.2 1.9 0.3
2. 210.54.35.126 0.0% 22 10.7 11.4 10.3 14.3 0.8
3. fleet-holding-comb.tkcr4.global-gateway.net.nz
@ss23
ss23 / pass
Created November 6, 2017 05:33
diff --git a/library/Icinga/Authentication/User/DbUserBackend.php b/library/Icinga/Authentication/User/DbUserBackend.php
index 6d6e11c52..0a1f30215 100644
--- a/library/Icinga/Authentication/User/DbUserBackend.php
+++ b/library/Icinga/Authentication/User/DbUserBackend.php
@@ -225,9 +225,7 @@ class DbUserBackend extends DbRepository implements UserBackendInterface, Inspec
{
try {
$passwordHash = $this->getPasswordHash($user->getUsername());
- $passwordSalt = $this->getSalt($passwordHash);
- $hashToCompare = $this->hashPassword($password, $passwordSalt);
nmapOutput, err := exec.Command("nmap",
"-sV", // Get version information
"-oA", outputPrefix, // Save all versions as output
"-oG", "-", // Output Greppable format to stdout
"-Pn", // Skip Ping scan to force scanning everything
"-p-", // Scan all ports
"-v", // Increase verbosity (shows down hosts now)
scanTarget).Output()
{
"desc" : "conn89",
"threadId" : "140562110314240",
"connectionId" : 89,
"client" : "127.0.0.1:48844",
"active" : true,
"opid" : 946506,
"secs_running" : 417,
"microsecs_running" : NumberLong(417869136),
"op" : "query",