beruhan

Results 10 issues of beruhan

I used arp spoof to deceive the tcp stream to my machine,I want to use reass to reassmble the tcp stream and put the real-time ressambly data to an queue,can...

Compare cpe use fs format string,the two same cpe compare false.But when use wfn format,It return True ``` # -*- coding: utf-8 -*- from cpe.cpeset2_3 import CPESet2_3 from cpe.cpe2_3 import...

I think cpe package should give a function to convert a normal name to cpe standard name,auto handle escape.

My code as follows: ``` import pandas as pd import pymrmr df = pd.read_csv('mrmr_data_set.csv') pymrmr.mRMR(df, 'MIQ', 20) ``` but it throws the following exception: File "pymrmr/pymrmr.pyx", line 26, in pymrmr.mRMR...

I use the example in the doc,but I raise exception: ``` from puresnmp import set from puresnmp.x690.types import OctetString IP = "192.168.12.133" COMMUNITY = 'private' OID = '1.3.6.1.2.1.1.4.0' result =...

v1.x

I want to set sysDescr.0 use set,but I don't know how to convert my string it to Type ``` oid = "1.3.6.1.2.1.1.1.0" #how to conver a python string to Utf8String...

v1.x

**Summary**. WinSW-x86.exe v2.12.0 on windows7 sp1 log4net error ## Steps to reproduce Please clarify how to reproduce the issue. If you need to attach your configuration, please do it pelow:...

bug

I create refresh token with private_claims,like this `{"username":"test"}`,After refreshing token,I found the private_claims's keys has a dot prefix,like this` {".username":"test"}` The bug code as fllows: ``` for k, v in...