View Issue Details

IDProjectCategoryView StatusLast Update
0005492Kali LinuxKali Package Improvementpublic2019-10-01 14:00
Reporterg0tmi1k Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0005492: grabber - Fix usage example (and random error?)
Description
g0tmi1k@kali-dev:~$ grabber -h
Error during the construction of the log system
Usage: grabber.py [options]

Options:
  -h, --help            show this help message and exit
  -u ARCHIVES_URL, --url=ARCHIVES_URL
                        Adress to investigate
  -s, --sql             Look for the SQL Injection
  -x, --xss             Perform XSS attacks
  -b, --bsql            Look for blind SQL Injection
  -z, --backup          Look for backup files
  -d SPIDER, --spider=SPIDER
                        Look for every files
  -i, --include         Perform File Insertion attacks
  -j, --javascript      Test the javascript code ?
  -c, --crystal         Simple crystal ball test.
  -e, --session         Session evaluations
Exception AttributeError: "'NoneType' object has no attribute 'close'" in <bound method LogHandler.__del__ of <__main__.LogHandler instance at 0x7fed566cdf38>> ignored
g0tmi1k@kali-dev:~$

Can .py be removed?

Exception AttributeError an issue?

Activities

sbrun

sbrun

2019-10-01 14:00

manager   ~0011152

package is obsolete and Python 2 only.
It has been removed

Issue History

Date Modified Username Field Change
2019-06-02 19:32 g0tmi1k New Issue
2019-10-01 14:00 sbrun Assigned To => sbrun
2019-10-01 14:00 sbrun Status new => closed
2019-10-01 14:00 sbrun Resolution open => won't fix
2019-10-01 14:00 sbrun Note Added: 0011152