Michael Niewöhner

Results 48 comments of Michael Niewöhner

outfile does not work anymore (no file gets written) and the history nt hashes are still wrong

Ohh! Thanks for broad hint... Server 2012 hashes are just fine, both current and history. The problem is still with Server 2016 :-)

The code I'm running: import string import scapy.all as sc import re import time import sys def testChar(pos,char): ip_layer = sc.IP(dst="192.168.42.223") icmp_layer = sc.ICMP(type=13, seq=pos, id=ord(char)) response = sc.sr1(ip_layer/icmp_layer, verbose=False)...

I think the open files limit shouldn't be reached at all. Using the same code with python2 works without any problems. My limit is 12288

Not much better, but a different error: ~~~ /home/c0d3/.cache/yay/ungoogled-chromium/src/chromium-96.0.4664.110/third_party/android_rust_toolchain/toolchain/src/stdlibs/library/stdarch/crates/stdarch-verify/arm-intrinsics.html cannot be opened for writing! Adding write permission... INFO: Path has no substitutions: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css INFO: Path has no substitutions: tools/md_browser/base.css ==>...

Building now inside a fresh arch chroot, too. Let's see...

wtf.... here's my result from a fresh chroot: ~~~ /home/toor/ungoogled-chromium-archlinux/src/chromium-96.0.4664.110/third_party/android_rust_toolchain/toolchain/src/stdlibs/library/stdarch/crates/stdarch-verify/arm-intrinsics.html cannot be opened for writing! Adding write permission... INFO: Path has no substitutions: third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css INFO: Path has no substitutions: tools/md_browser/base.css...

@networkException > Do you have a pending kernel update maybe? I'm on a custom kernel. I'd be very surprised if that'd cause this issue, since I didn't have such problems...

... same issue here with Django 1.10. Adding the base_manager_name solved the problem, too. This seems to be related to #84

I used this to dump the vendors serial setup from the registers ;-) https://github.com/c0d3z3r0/aspeedtool You need to dump the flash, extract the squashfs, put a cross-compiled telnet/dropbear and aspeedtool into...