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

Work in progress #1

Open
intika opened this issue Apr 4, 2019 · 1 comment
Open

Work in progress #1

intika opened this issue Apr 4, 2019 · 1 comment

Comments

@intika
Copy link
Member

intika commented Apr 4, 2019

Issues:

  • Clearing one single line works but for multiples lines 30% are randomly cleaned
  • Block/allow in tomoyo not working test with code... check similar issue on taskman
  • Connections on other namespaces are not monitored !
  • Add raw/af_packet support (this is already the case on tcp-view)
  • Switch to tcp-view and get rid of gtk ?

Improvements:

  • Assign 'delete' to clear function
  • As the button used to clear closed a similar function could be done to clear selected (same as existing but if selected > delete)
  • Implement pop-up on tomoyo functions like task manager
  • Button to save filter
  • Add raw support net.c or datasource.cpp
  • Rename to network watcher
  • Button to start system monitor
  • Integrate nload and nethogs
  • Appimage pr
@intika
Copy link
Member Author

intika commented Apr 6, 2019

1 - Integrate netlimitter with logs (Net Activity Viewer) just edit net activity viewer to keep disconnected connection instead of removing them from the list...
2 - Proxychains/tsocks launcher (start apps proxified... integrate plasma search ? "alt + space")

  • Proxychains (proxychains-ng does not work with chrome and others. proxychains works with chrome etc.)

  • Tsocks Does not work with chome but firefox ok

  • Injection must be done before process start

  • A solution can be /usr/local/bin before /usr/bin like firejail

  • An other solution could be widely inject proxychains BUT change its code to only inject itself on selected app list (check [proxychains] DLL init std output when starting)

  • Proxychains/Tsocks can be injected with export LD_PRELOAD=/usr/local/lib/libproxychains4.so and export LD_PRELOAD=/usr/lib64/libtsocks.so.1 before starting the app

  • tcp view !!!

  • tray icon from https://github.com/Intika-Linux-SSH/SSH-Tunnel-Manager-Gnome

as blocking allowing is based on pid this can not be done on inactive connection

disconnect connection when tomoyo block is called

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