3 matches found
scanless
⚠️ Ya no mantengo scanless desde agosto de 2023. ⚠️ scanless Esta es una utilidad de línea de comandos y biblioteca de Python para usar sitios web que pueden realizar escaneos de puertos en su nombre. Escáneres de puertos en línea compatibles ipfingerprints spiderip standingtech viewdns...
Picklescan has pickle parsing logic flaw that leads to malicious pickle file bypass
Details There's a parsing logic error in picklescan and modelscan while trying to deal with opcode STACKGLOBAL. Function listglobals when handling STACKGLOBAL at position n, it is expected to track two arguments but in wrong range. The loop only consider the range from 1 to n-1 but forgets to...
GHSA-9GVJ-PP9X-GCFR Picklescan has pickle parsing logic flaw that leads to malicious pickle file bypass
Details There's a parsing logic error in picklescan and modelscan while trying to deal with opcode STACKGLOBAL. Function listglobals when handling STACKGLOBAL at position n, it is expected to track two arguments but in wrong range. The loop only consider the range from 1 to n-1 but forgets to...