Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential IP truncation and the IP will not be recognized #12

Open
cubercsl opened this issue Aug 16, 2022 · 0 comments
Open

Potential IP truncation and the IP will not be recognized #12

cubercsl opened this issue Aug 16, 2022 · 0 comments

Comments

@cubercsl
Copy link

tr -dc A-Za-z0-9 </dev/urandom | head -c 65533  > a.txt
echo "" >> a.txt
echo 1.2.3.4 >> a.txt
echo 5.6.7.8 >> a.txt

cat a.txt | ./nali 
  • Actual behavior
......... print something random .........
rgbMQVgO2S3ZsVLPVO2o6gTK9vZITdQkGfmwYp9b3vGEyeqpGXlwG2XKJYh4GH9mRnNro2qA5qIxMV99NRf
1.2.3.4
5.6.7.8 [德国]
  • Expected behavior
......... print something random .........
rgbMQVgO2S3ZsVLPVO2o6gTK9vZITdQkGfmwYp9b3vGEyeqpGXlwG2XKJYh4GH9mRnNro2qA5qIxMV99NRf
1.2.3.4 [澳大利亚 APNIC Debogon-prefix 网络]
5.6.7.8 [德国]

An IP to be split into two processing so that it cannot be identified.

This is found in the zu1k/nali#134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant