Skip to content

WindowsTechs.com

Collaborate Disseminate

Menu

Primary menu

  • Home

Author Archives: ScTALE

Detect card type (RFID, NFC, Magnetic, …) [duplicate]

Posted on June 24, 2020 by ScTALE

I would like to know how the communication between my gym card and the checking point works.
I bought an ACR122U reader, but it seems that I can’t read my card with it, the card is not recognized as something readable with that adapter.
Th… Continue reading Detect card type (RFID, NFC, Magnetic, …) [duplicate]→

Posted in magnetic-stripe-card, rfid | Tagged NFC

Hashcat and naive-hashcat Kali Linux CPU/GPU driver issue

Posted on March 20, 2020 by ScTALE

I am trying to run hashcat and naive-hashcat in Kali linux, but I am having problems with cpu/gpu divers.
If I run hashcat i get this error:

Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss.
You can use… Continue reading Hashcat and naive-hashcat Kali Linux CPU/GPU driver issue→

Posted in driver, gpu, hashcat, Kali Linux

Aircrack pause and resume (john+crunch)

Posted on March 16, 2020 by ScTALE

I would like to pause an aircrack brute force attack and resume it later.
I found this How to continue your Aircrack-ng Bruteforce where you left off?, but the command that I am executing is the following:

crunch 10 10 -t ,%%%%%,,,, | air… Continue reading Aircrack pause and resume (john+crunch)→

Posted in aircrack-ng, crunch, John the Ripper

SQLmap check sql burp vulnerability

Posted on March 4, 2019 by ScTALE

Burp suggests me that an application has an SQL injection point.
First request:

GET /restrict/menuApc.do?MVPG=ApcAssistitoTSRicercaPre&ASSISTITO_ID=*SRVZOSA40002294’&s_ELIMINATI=1&s_TIPO_ASSISTITO=&s_ASSISTIT… Continue reading SQLmap check sql burp vulnerability→

Posted in burp-suite, SQL Injection, sqlmap

Netcat script for testing HTTP methods with HTTPS [migrated]

Posted on February 14, 2019 by ScTALE

I use this script to test which methods are enabled in a server:

#!/bin/bash

for webservmethod in GET POST PUT DELETE TRACE CONNECT OPTIONS PROPFIND COPY MOVE LOCK MKCOL;

do
printf “$webservmethod ” ;
printf “$webservmetho… Continue reading Netcat script for testing HTTP methods with HTTPS [migrated]→

Posted in HTTP, netcat, OpenSSL, TLS

SQLmap different response than burp

Posted on February 8, 2019 by ScTALE

This is my GET request, inside a get_request.txt file:

GET /sa4apc/restrict/menuApc.do?MVPG=ApcAssistitiRicerca&s_TIPO_ASSISTITO=C&s_ELIMINATI=1&s_ASSISTITO=’giovanni&s_TIPO_SOGGETTO=1 HTTP/1.1
Host: test-san… Continue reading SQLmap different response than burp→

Posted in burp-suite, Oracle, SQL Injection, sqlmap

SQLmap after burp possible injection point

Posted on February 6, 2019 by ScTALE

Burp states that a GET request have surely a SQL injection point.

I am using python sqlmap.py -r file_with_that_request.txt –level 5 –risk 3 –dbms=oracle but the injectiont doesn’t work. Am I doing something wrong or is t… Continue reading SQLmap after burp possible injection point→

Posted in burp-suite, SQL Injection, sqlmap

Configure burp to intercept JNLP

Posted on December 21, 2018 by ScTALE

I am monitoring a site where there is an applet. To use it, there is the download and the execution of a jnlp file. I would like to monitor the requests made from and to that file through Burp.
I read the documentation here h… Continue reading Configure burp to intercept JNLP→

Posted in applet, burp-suite, HTTP, java, Monitoring

Primary Sidebar Widget Area

Infocon Status

Internet Storm Center Infocon Status

Recent Posts

  • Mozilla Patched 423 Security Vulnerabilities in Firefox in April May 8, 2026
  • Sen. Schumer seeks DHS plan on AI cyber coordination with state, local governments May 8, 2026
  • Worried about the nationwide Canvas data breach? Take these 6 steps now May 8, 2026
  • Hackaday Podcast Episode 369: IR, E-Ink, and Avgas May 8, 2026
  • Nintendo Sold 2.49 Million Switch 2 Consoles in Quarter May 8, 2026

Tag Cloud

Agriculture Alzheimer's Disease Art Audio Automation Bluetooth Building and Construction Campervan Camping Cancer Coronavirus (COVID-19) Cycling Dementia Diabetes DNA Electric Vehicles Food Home House Huawei Indiegogo MIT Mobility Moon New Atlas Audio NVIDIA Off-grid Off-road Pedal-assisted Photography Physics Radio Repair RV Samsung Satellite Sony SpaceX spoofing sustainable design The Immune System Tiny Footprint Training Water Zoom

Archives

  • Facebook
  • Twitter
  • Linkedin
  • Email
Copyright © 2026 WindowsTechs.com. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up