Debian Automated Code Analysis

pyflakes analysis of inguma_0.0.7.2-2_all.deb

./usr/share/inguma/inguma.py:39: redefinition of unused 'scapy' from line 37
./usr/share/inguma/inguma.py:45: 'from discover import *' used; unable to detect undefined names
./usr/share/inguma/inguma.py:46: 'from gather import *' used; unable to detect undefined names
./usr/share/inguma/inguma.py:704: local variable 'interactive' is assigned to but never used
./usr/share/inguma/inguma.py:802: local variable 'oport' is assigned to but never used
./usr/share/inguma/inguma.py:804: local variable 'cport' is assigned to but never used
./usr/share/inguma/inguma.py:1067: 'config' imported but unused
./usr/share/inguma/ingumagui.py:26: 'thread' imported but unused
./usr/share/inguma/ingumagui.py:31: 'from qt import *' used; unable to detect undefined names
./usr/share/inguma/ingumagui.py:32: 'from gui.fmmain import *' used; unable to detect undefined names
./usr/share/inguma/gather.py:22: 'from inguma_module import *' used; unable to detect undefined names
./usr/share/inguma/reports.py:25: 'sys' imported but unused
./usr/share/inguma/reports.py:26: 'pprint' imported but unused
./usr/share/inguma/scapext.py:27: 'from scapy import *' used; unable to detect undefined names
./usr/share/inguma/scapext.py:508: undefined name 'GRE'
./usr/share/inguma/discover.py:24: 'from inguma_module import *' used; unable to detect undefined names
./usr/share/inguma/dis/procxrefs.py:10: 'asmclasses' imported but unused
./usr/share/inguma/dis/dbprint.py:10: 'asmclasses' imported but unused
./usr/share/inguma/dis/asmdiff.py:15: 'asmclasses' imported but unused
./usr/share/inguma/dis/dis.py:48: 'copy' imported but unused
./usr/share/inguma/dis/dis.py:55: 'from asmconsts import *' used; unable to detect undefined names
./usr/share/inguma/dis/dis.py:56: 'from asmclasses import *' used; unable to detect undefined names
./usr/share/inguma/dis/dis.py:186: local variable 'bDone' is assigned to but never used
./usr/share/inguma/dis/dis.py:680: local variable 'saveData' is assigned to but never used
./usr/share/inguma/dis/dis.py:707: local variable 'exactRodataPos' is assigned to but never used
./usr/share/inguma/dis/dis.py:732: redefinition of unused 'pickle' from line 729
./usr/share/inguma/gui/dlgabout.py:23: 'from qt import *' used; unable to detect undefined names
./usr/share/inguma/gui/dlgabout.py:25: 'from dlgaboutui import *' used; unable to detect undefined names
./usr/share/inguma/gui/dlgaboutui.py:12: 'from qt import *' used; unable to detect undefined names
./usr/share/inguma/gui/fmmainui.py:12: 'from qt import *' used; unable to detect undefined names
./usr/share/inguma/gui/fmmainui.py:759: redefinition of function 'lstModules_doubleClicked' from line 711
./usr/share/inguma/gui/fmmain.py:23: 'signal' imported but unused
./usr/share/inguma/gui/fmmain.py:34: 'from qt import *' used; unable to detect undefined names
./usr/share/inguma/gui/fmmain.py:35: 'from fmmainui import *' used; unable to detect undefined names
./usr/share/inguma/gui/fmmain.py:42: 'CPrintWrapper' imported but unused
./usr/share/inguma/gui/fmmain.py:79: local variable 'oldElement' is assigned to but never used
./usr/share/inguma/payloads/oracle/install_oraexec.py:67: 'cx_Oracle' imported but unused
./usr/share/inguma/payloads/oracle/run_command.py:3: 'sys' imported but unused
./usr/share/inguma/payloads/oracle/become_dba.py:64: 'cx_Oracle' imported but unused
./usr/share/inguma/payloads/oracle/reverse_sql.py:112: 'cx_Oracle' imported but unused
./usr/share/inguma/krash/krash.py:10: 'tokenize' imported but unused
./usr/share/inguma/krash/krash.py:39: undefined name 'instruction'
./usr/share/inguma/krash/krash.py:53: local variable 'ret' is assigned to but never used
./usr/share/inguma/krash/krash.py:481: local variable 'sslMode' is assigned to but never used
./usr/share/inguma/krash/gdb.py:10: 'os' imported but unused
./usr/share/inguma/krash/gdb.py:25: undefined name 'instruction'
./usr/share/inguma/krash/gdb.py:53: local variable 'ret' is assigned to but never used
./usr/share/inguma/modules/discover/CHostUp.py:9: 'time' imported but unused
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'IP' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'ICMP' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'sr' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'conf' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'getmacbyip' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'get_working_if' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'get_if_list' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: redefinition of unused 'icmptypes' from line 14
./usr/share/inguma/modules/discover/CHostUp.py:16: 'getmacbyip' imported but unused
./usr/share/inguma/modules/discover/CHostUp.py:16: 'conf' imported but unused
./usr/share/inguma/modules/discover/CHostUp.py:78: local variable 'iface' is assigned to but never used
./usr/share/inguma/modules/discover/CArping.py:10: 'sys' imported but unused
./usr/share/inguma/modules/discover/CArping.py:11: 'time' imported but unused
./usr/share/inguma/modules/discover/CArping.py:20: redefinition of unused 'scapy' from line 18
./usr/share/inguma/modules/discover/CNated.py:10: 'sys' imported but unused
./usr/share/inguma/modules/discover/CNated.py:11: 'time' imported but unused
./usr/share/inguma/modules/discover/CNated.py:17: 'from winscapy import *' used; unable to detect undefined names
./usr/share/inguma/modules/discover/CNated.py:19: 'from scapy import *' used; unable to detect undefined names
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'IP' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'TCP' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'sr' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'conf' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'getmacbyip' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'get_working_if' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'traceroute' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: redefinition of unused 'TracerouteResult' from line 16
./usr/share/inguma/modules/discover/CTraceroute.py:18: 'getmacbyip' imported but unused
./usr/share/inguma/modules/discover/CTraceroute.py:18: 'traceroute' imported but unused
./usr/share/inguma/modules/discover/CTraceroute.py:18: 'conf' imported but unused
./usr/share/inguma/modules/discover/CTraceroute.py:144: redefinition of unused 'sys' from line 9
./usr/share/inguma/modules/discover/CTraceroute.py:144: 'sys' imported but unused
./usr/share/inguma/modules/discover/CGetMac.py:17: redefinition of unused 'getmacbyip' from line 10
./usr/share/inguma/modules/discover/CNetcraft.py:9: 'os' imported but unused
./usr/share/inguma/modules/discover/CNetcraft.py:11: 'time' imported but unused
./usr/share/inguma/modules/discover/CPromisc.py:10: 'sys' imported but unused
./usr/share/inguma/modules/discover/CPromisc.py:11: 'time' imported but unused
./usr/share/inguma/modules/discover/CPromisc.py:19: redefinition of unused 'scapy' from line 17
./usr/share/inguma/modules/discover/CGetIpbyName.py:37: local variable 'i' is assigned to but never used
./usr/share/inguma/modules/discover/CExtIp.py:9: 'socket' imported but unused
./usr/share/inguma/modules/discover/CExtIp.py:39: local variable 'i' is assigned to but never used
./usr/share/inguma/modules/discover/CWhois.py:9: 'os' imported but unused
./usr/share/inguma/modules/discover/CWhois.py:10: 'sys' imported but unused
./usr/share/inguma/modules/discover/CWhois.py:11: 'time' imported but unused
./usr/share/inguma/modules/gather/CProtoScan.py:11: 'time' imported but unused
./usr/share/inguma/modules/gather/CProtoScan.py:12: 'socket' imported but unused
./usr/share/inguma/modules/gather/CProtoScan.py:13: 'random' imported but unused
./usr/share/inguma/modules/gather/CProtoScan.py:23: redefinition of unused 'sr' from line 21
./usr/share/inguma/modules/gather/CProtoScan.py:23: redefinition of unused 'IP' from line 21
./usr/share/inguma/modules/gather/CServiceIdentify.py:20: 'from lib.libtns import *' used; unable to detect undefined names
./usr/share/inguma/modules/gather/CAutoCrackMod.py:10: 'sys' imported but unused
./usr/share/inguma/modules/gather/CAutoCrackMod.py:11: 'urllib' imported but unused
./usr/share/inguma/modules/gather/CAutoCrackMod.py:12: 'urllib2' imported but unused
./usr/share/inguma/modules/gather/CNmapFp.py:15: 'sys' imported but unused
./usr/share/inguma/modules/gather/CNmapFp.py:23: redefinition of unused 'scapy' from line 21
./usr/share/inguma/modules/gather/CFirewallTest.py:11: 'sys' imported but unused
./usr/share/inguma/modules/gather/CFirewallTest.py:23: redefinition of unused 'scapy' from line 13
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'IP' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'ICMP' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'TCP' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'sr' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'conf' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'getmacbyip' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: redefinition of unused 'get_working_if' from line 22
./usr/share/inguma/modules/gather/CFirewallTest.py:25: 'get_working_if' imported but unused
./usr/share/inguma/modules/gather/CFirewallTest.py:25: 'conf' imported but unused
./usr/share/inguma/modules/gather/CFirewallTest.py:26: redefinition of unused 'scapy' from line 23
./usr/share/inguma/modules/gather/CArpCachePoison.py:17: redefinition of unused 'get_if_addr' from line 10
./usr/share/inguma/modules/gather/CArpCachePoison.py:17: redefinition of unused 'get_working_if' from line 10
./usr/share/inguma/modules/gather/CArpCachePoison.py:17: redefinition of unused 'arpcachepoison' from line 10
./usr/share/inguma/modules/gather/CArpCachePoison.py:17: redefinition of unused 'conf' from line 10
./usr/share/inguma/modules/gather/CArpCachePoison.py:22: 'getMacVendor' imported but unused
./usr/share/inguma/modules/gather/CSmbClient.py:115: redefinition of function 'help' from line 55
./usr/share/inguma/modules/gather/CExampleModule.py:10: 'sys' imported but unused
./usr/share/inguma/modules/gather/CNmbStat.py:10: 'sys' imported but unused
./usr/share/inguma/modules/gather/CNmbStat.py:13: 'smb' imported but unused
./usr/share/inguma/modules/gather/CRainbow.py:10: 'sys' imported but unused
./usr/share/inguma/modules/gather/COracleMode.py:14: 'getVulnerableDad' imported but unused
./usr/share/inguma/modules/gather/CTCPScan.py:13: 'time' imported but unused
./usr/share/inguma/modules/gather/COraTt70Info.py:10: 'sys' imported but unused
./usr/share/inguma/modules/gather/CMd5Rainbow.py:10: 'sys' imported but unused
./usr/share/inguma/modules/gather/COsiFuzz.py:18: 'from winscapy import *' used; unable to detect undefined names
./usr/share/inguma/modules/gather/COsiFuzz.py:20: 'from scapy import *' used; unable to detect undefined names
./usr/share/inguma/modules/gather/CIds.py:21: 'from libsnort import *' used; unable to detect undefined names
./usr/share/inguma/modules/gather/CIds.py:29: redefinition of unused 'scapy' from line 27
./usr/share/inguma/modules/gather/CSmbGold.py:11: 'string' imported but unused
./usr/share/inguma/modules/gather/CRpcDump.py:22: 'socket' imported but unused
./usr/share/inguma/modules/gather/CRpcDump.py:23: 'string' imported but unused
./usr/share/inguma/modules/gather/CRpcDump.py:25: 'types' imported but unused
./usr/share/inguma/modules/gather/CP0f.py:15: redefinition of unused 'scapy' from line 13
./usr/share/inguma/modules/gather/COraCrack11g.py:11: 'sys' imported but unused
./usr/share/inguma/modules/gather/CXmlRpc.py:97: local variable 'server' is assigned to but never used
./usr/share/inguma/modules/gather/CSnmpWalk.py:16: 'v2c' imported but unused
./usr/share/inguma/modules/gather/CTnsCmd.py:17: 'from lib.libtns import *' used; unable to detect undefined names
./usr/share/inguma/modules/gather/CTnsCmd.py:147: local variable 'res' is assigned to but never used
./usr/share/inguma/modules/gather/CTnsCmd.py:338: local variable 'times' is assigned to but never used
./usr/share/inguma/modules/gather/CWinSpDetect.py:60: undefined name 'CSpDetect'
./usr/share/inguma/modules/gather/CSniffer.py:21: redefinition of unused 'scapy' from line 19
./usr/share/inguma/modules/gather/CSniffer.py:28: 'from scapereal import *' used; unable to detect undefined names
./usr/share/inguma/modules/gather/CSniffer.py:84: local variable 'buf' is assigned to but never used
./usr/share/inguma/modules/gather/CArchanix.py:53: local variable 'buf' is assigned to but never used
./usr/share/inguma/modules/gather/CSamrDump.py:22: 'socket' imported but unused
./usr/share/inguma/modules/gather/CSamrDump.py:23: 'string' imported but unused
./usr/share/inguma/modules/gather/CSamrDump.py:25: 'types' imported but unused
./usr/share/inguma/modules/gather/CSamrDump.py:27: 'uuid' imported but unused
./usr/share/inguma/modules/gather/CSamrDump.py:28: 'dcerpc_v4' imported but unused
./usr/share/inguma/modules/gather/CSamrDump.py:226: local variable 'c' is assigned to but never used
./usr/share/inguma/modules/gather/CSqlServerCrack.py:11: 'sys' imported but unused
./usr/share/inguma/modules/gather/CSqlServerCrack.py:12: 'sha' imported but unused
./usr/share/inguma/modules/gather/CSqlServerCrack.py:13: 'binascii' imported but unused
./usr/share/inguma/modules/gather/CPortScan.py:11: 'sys' imported but unused
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'IP' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'ICMP' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'TCP' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'sr' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'conf' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'getmacbyip' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: redefinition of unused 'get_working_if' from line 20
./usr/share/inguma/modules/gather/CPortScan.py:22: 'get_working_if' imported but unused
./usr/share/inguma/modules/gather/CPortScan.py:22: 'conf' imported but unused
./usr/share/inguma/modules/gather/CPortScan.py:183: redefinition of unused 'sys' from line 11
./usr/share/inguma/modules/gather/CPortScan.py:207: undefined name 'opened'
./usr/share/inguma/modules/gather/CPortScan.py:208: undefined name 'opened'
./usr/share/inguma/modules/gather/CPortScan.py:210: undefined name 'opened'
./usr/share/inguma/modules/brute/CFtpBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/CSybaseBrute.py:26: 'threading' imported but unused
./usr/share/inguma/modules/brute/CSybaseBrute.py:30: 'int2hex' imported but unused
./usr/share/inguma/modules/brute/CSybaseBrute.py:31: 'from lib.libsybase import *' used; unable to detect undefined names
./usr/share/inguma/modules/brute/CSybaseBrute.py:78: local variable 'x' is assigned to but never used
./usr/share/inguma/modules/brute/CSshBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/CSmtpBrute.py:10: 'os' imported but unused
./usr/share/inguma/modules/brute/CSmtpBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/CPopBrute.py:10: 'os' imported but unused
./usr/share/inguma/modules/brute/CPopBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/CSidGuess.py:10: 'os' imported but unused
./usr/share/inguma/modules/brute/CSidGuess.py:14: 'string' imported but unused
./usr/share/inguma/modules/brute/CHttpBrute.py:10: 'os' imported but unused
./usr/share/inguma/modules/brute/CHttpBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/CHttpBrute.py:47: local variable 'x' is assigned to but never used
./usr/share/inguma/modules/brute/CImapBrute.py:10: 'os' imported but unused
./usr/share/inguma/modules/brute/CImapBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/COraBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/brute/CSmbBrute.py:10: 'os' imported but unused
./usr/share/inguma/modules/brute/CSmbBrute.py:13: 'string' imported but unused
./usr/share/inguma/modules/exploits/COraJeje.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/COraJeje.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/COraJeje.py:135: local variable 'data' is assigned to but never used
./usr/share/inguma/modules/exploits/CDbmsMetadata.py:14: 'os' imported but unused
./usr/share/inguma/modules/exploits/CDbmsMetadata.py:16: 'time' imported but unused
./usr/share/inguma/modules/exploits/CDbmsMetadata.py:17: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CDbmsMetadata.py:21: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CKupmMcp.py:14: 'os' imported but unused
./usr/share/inguma/modules/exploits/CKupmMcp.py:16: 'time' imported but unused
./usr/share/inguma/modules/exploits/CKupmMcp.py:17: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CKupmMcp.py:21: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CFtpFuzzer.py:41: local variable 'ssl' is assigned to but never used
./usr/share/inguma/modules/exploits/CKupwWorkerMain.py:14: 'os' imported but unused
./usr/share/inguma/modules/exploits/CKupwWorkerMain.py:16: 'time' imported but unused
./usr/share/inguma/modules/exploits/CKupwWorkerMain.py:17: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CKupwWorkerMain.py:21: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CKupvftAttachJob.py:9: 'os' imported but unused
./usr/share/inguma/modules/exploits/CKupvftAttachJob.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/CKupvftAttachJob.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CKupvftAttachJob.py:16: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CKupvftAttachJob.py:150: undefined name 'payload'
./usr/share/inguma/modules/exploits/COraPlsqlGateway.py:10: 'sys' imported but unused
./usr/share/inguma/modules/exploits/CCtxySysDriload.py:13: 'os' imported but unused
./usr/share/inguma/modules/exploits/CCtxySysDriload.py:15: 'time' imported but unused
./usr/share/inguma/modules/exploits/CCtxySysDriload.py:16: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CCtxySysDriload.py:24: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CCtxySysDriload.py:25: 'liboracleexploit' imported but unused
./usr/share/inguma/modules/exploits/CAutoFuzz.py:10: 'sys' imported but unused
./usr/share/inguma/modules/exploits/CAutoFuzz.py:11: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CAutoFuzz.py:13: 'CIngumaModule' imported but unused
./usr/share/inguma/modules/exploits/COraXdbOverflow.py:10: 'sys' imported but unused
./usr/share/inguma/modules/exploits/COraXdbOverflow.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/COraXdbOverflow.py:15: 'bindShell' imported but unused
./usr/share/inguma/modules/exploits/COraXdbOverflow.py:15: 'genString' imported but unused
./usr/share/inguma/modules/exploits/COraPitrigDrop.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/COraPitrigDrop.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/COraPitrigDrop.py:121: local variable 'data' is assigned to but never used
./usr/share/inguma/modules/exploits/CDbmsCdcImpDp.py:9: 'os' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcImpDp.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcImpDp.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcImpDp.py:16: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CSidVault.py:10: 'sys' imported but unused
./usr/share/inguma/modules/exploits/CSidVault.py:14: 'bindShell' imported but unused
./usr/share/inguma/modules/exploits/CDdbmsCdcIsubscribe.py:14: 'os' imported but unused
./usr/share/inguma/modules/exploits/CDdbmsCdcIsubscribe.py:16: 'time' imported but unused
./usr/share/inguma/modules/exploits/CDdbmsCdcIsubscribe.py:17: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CDdbmsCdcIsubscribe.py:21: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/CGetPrinterDataDos.py:35: 'argv' imported but unused
./usr/share/inguma/modules/exploits/CNetrWkstaUserEnumDos.py:38: 'argv' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcSubscribeAs.py:9: 'os' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcSubscribeAs.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcSubscribeAs.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CDbmsCdcSubscribeAs.py:16: 'oracleids' imported but unused
./usr/share/inguma/modules/exploits/COraPitrigTruncate.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/COraPitrigTruncate.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/COraPitrigTruncate.py:101: local variable 'data' is assigned to but never used
./usr/share/inguma/modules/exploits/CSysLtFindricset.py:9: 'os' imported but unused
./usr/share/inguma/modules/exploits/CSysLtFindricset.py:11: 'time' imported but unused
./usr/share/inguma/modules/exploits/CSysLtFindricset.py:12: 'socket' imported but unused
./usr/share/inguma/modules/exploits/CSysLtFindricset.py:16: 'oracleids' imported but unused
./usr/share/inguma/modules/fuzz/data.py:4: 'sys' imported but unused
./usr/share/inguma/modules/fuzz/oracle/fuzzer.py:19: 'thread' imported but unused
./usr/share/inguma/modules/fuzz/oracle/fuzzer.py:64: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/fuzzer.py:177: local variable 'bStart' is assigned to but never used
./usr/share/inguma/modules/fuzz/oracle/fuzzer.py:180: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/fuzzer.py:198: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/fuzzer.py:248: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:51: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:112: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:172: local variable 'bStart' is assigned to but never used
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:175: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:177: local variable 'result' is assigned to but never used
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:196: undefined name 'connection'
./usr/share/inguma/modules/fuzz/oracle/oldfuzzer.py:242: undefined name 'connection'
./usr/share/inguma/modules/fuzz/ftp/fuzzer.py:143: local variable 'aux' is assigned to but never used
./usr/share/inguma/modules/fuzz/snmp/fuzzer.py:6: 'from snmp_data import *' used; unable to detect undefined names
./usr/share/inguma/lib/core.py:29: redefinition of unused 'scapy' from line 22
./usr/share/inguma/lib/data.py:25: 'sys' imported but unused
./usr/share/inguma/lib/libspdetect.py:23: 'sys' imported but unused
./usr/share/inguma/lib/libspdetect.py:39: undefined name 'name'
./usr/share/inguma/lib/libspdetect.py:39: undefined name 'os'
./usr/share/inguma/lib/libspdetect.py:39: undefined name 'version'
./usr/share/inguma/lib/libspdetect.py:40: undefined name 'name'
./usr/share/inguma/lib/libspdetect.py:40: undefined name 'os'
./usr/share/inguma/lib/libspdetect.py:40: undefined name 'version'
./usr/share/inguma/lib/libspdetect.py:41: undefined name 'name'
./usr/share/inguma/lib/libspdetect.py:41: undefined name 'os'
./usr/share/inguma/lib/libspdetect.py:41: undefined name 'version'
./usr/share/inguma/lib/libspdetect.py:42: undefined name 'name'
./usr/share/inguma/lib/libspdetect.py:42: undefined name 'os'
./usr/share/inguma/lib/libspdetect.py:42: undefined name 'version'
./usr/share/inguma/lib/libspdetect.py:43: undefined name 'name'
./usr/share/inguma/lib/libspdetect.py:43: undefined name 'os'
./usr/share/inguma/lib/libspdetect.py:43: undefined name 'version'
./usr/share/inguma/lib/libspdetect.py:44: undefined name 'name'
./usr/share/inguma/lib/libspdetect.py:44: undefined name 'os'
./usr/share/inguma/lib/libspdetect.py:44: undefined name 'version'
./usr/share/inguma/lib/libhttp.py:20: 'sys' imported but unused
./usr/share/inguma/lib/libhttp.py:59: local variable 'e' is assigned to but never used
./usr/share/inguma/lib/qp_xml.py:23: redefinition of unused 'pyexpat' from line 21
./usr/share/inguma/lib/libtns.py:19: 'socket' imported but unused
./usr/share/inguma/lib/libtns.py:21: 'TNS_ERROR_CODES' imported but unused
./usr/share/inguma/lib/libtns.py:192: local variable 'flag' is assigned to but never used
./usr/share/inguma/lib/libtns.py:235: local variable 'flag' is assigned to but never used
./usr/share/inguma/lib/libtnserrors.py:920: local variable 'err' is assigned to but never used
./usr/share/inguma/lib/libautocrack.py:3: 'os' imported but unused
./usr/share/inguma/lib/libautocrack.py:21: 'hashlib' imported but unused
./usr/share/inguma/lib/libvulnoas.py:21: 'urllib2' imported but unused
./usr/share/inguma/lib/libvulnoas.py:671: local variable 'res' is assigned to but never used
./usr/share/inguma/lib/libexploit.py:22: 'time' imported but unused
./usr/share/inguma/lib/libexploit.py:24: 'interactive' imported but unused
./usr/share/inguma/lib/libexploit.py:159: undefined name 'struct'
./usr/share/inguma/lib/libSQLServerPassword.py:20: 'sys' imported but unused
./usr/share/inguma/lib/libsnort.py:126: local variable 'p' is assigned to but never used
./usr/share/inguma/lib/pyshellcodelib/pyshellcodelib.py:22: 'sys' imported but unused
./usr/share/inguma/lib/pyshellcodelib/pyshellcodelib.py:49: undefined name 'internal'
./usr/share/inguma/lib/pyshellcodelib/pyshellcodelib.py:50: undefined name 'internal'
./usr/share/inguma/lib/pyshellcodelib/pyshellcodelib.py:101: 'socket' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/macosx.py:3: 'struct' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/macosx.py:4: 'binascii' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/macosx.py:7: 'from base import *' used; unable to detect undefined names
./usr/share/inguma/lib/pyshellcodelib/x86/openbsd.py:3: 'struct' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/openbsd.py:4: 'binascii' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/openbsd.py:7: 'from base import *' used; unable to detect undefined names
./usr/share/inguma/lib/pyshellcodelib/x86/linux.py:3: 'struct' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/linux.py:4: 'binascii' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/linux.py:7: 'from base import *' used; unable to detect undefined names
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:4: 'binascii' imported but unused
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:121: redefinition of function 'pushEcx' from line 115
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:188: redefinition of function 'movBl' from line 65
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:335: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:336: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:337: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:338: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:339: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:340: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:341: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:342: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:343: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:344: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:345: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:346: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:347: undefined name 'buf'
./usr/share/inguma/lib/pyshellcodelib/x86/base.py:527: local variable 'hexuid' is assigned to but never used

This report was generated on Sun, 02 Jan 2011 05:17:48 +0000, based on results by pyflakes 0.4.0-1