Akatsuki
Akatsuki
When I use TCP reverse shell, I can’t use ctrl + C when I use the ping command. Why? When using nano or vi, you can use ctrl + C...
谢谢带哥
hi Can python-gvm be used with older versions of openvas-scanner? You know, it's only openvassd and openvassd, I bring this up because it Failed when using openvas-cli, it says Failed...
Why does this error occur? Although I know there is no adaptation for sqlserver 2000
Code: ``` use tiberius::{Client, Config, AuthMethod, error::Error}; use tokio_util::compat::TokioAsyncWriteCompatExt; use tokio::net::TcpStream; #[tokio::main] async fn main() -> Result { let mut config = Config::new(); config.host("172.16.4.228"); config.port(1433); config.authentication(AuthMethod::sql_server("SA", "")); let tcp =...
Hello, after reading some of the code related to ssl connections, I found that it requires two tls handshakes. Is this necessary? Apart from go, I think it is difficult...
If the target is an older version of sql server, it is possible that it only supports tls 1.0. Although it is not secure, can the openssl feature be added...