issues Search Results · repo:rikonaka/pistol-rs language:Rust
Filter by
10 results
(62 ms)10 results
inrikonaka/pistol-rs (press backspace or delete to remove)按照示例中提供的代码:
use pistol::vs::vs_scan;
use pistol::Target;
use pistol::Host;
use std::net::Ipv4Addr;
use std::time::Duration;
fn main() {
let dst_addr = Ipv4Addr::new(192, 168, 10, 23);
let host ...
kirs112
- 13
- Opened on Nov 27, 2024
- #17
请问一下师傅 我该咋编译
error[E0422]: cannot find struct, variant or union type `Route` in this scope
-- C:\Users\xxx\.cargo\registry\src\rsproxy.cn-0dccff568467c15b\pistol-3.0.2\src\route.rs:437:45
|
437 ...
kirs112
- 2
- Opened on Nov 24, 2024
- #16
Hello, first of all amazing lib. I ll try to contribute and fix the bug, but I wanted to report it if anyone finds it.
I was trying to implement this library on a project, and testing on linux works fine, ...
adsanz
- 21
- Opened on Oct 5, 2024
- #15
Minimal example:
for i in 0..10_000 {
let host = Host::new(Ipv4Addr::new(8,8,8,8).into(), None);
let target = Target::new(vec![host]);
let ret = icmp_ping(target, None, None, 1, ...
vongaisberg
- 2
- Opened on Sep 24, 2024
- #14
Hello, I am using Macbook M1, I found that when using pistol to send syn packets, the source IP address could not be
automatically obtained. I also saw in your code that you did not obtain the network ...
muddlelife
- 6
- Opened on Jun 18, 2024
- #12
Hi, not sure when or if this changed I cannot write this function:
fn scan() - Result ArpScanResults {
let target: Target = Target::from_subnet( 192.168.0.0/24 , None)?;
let threads_num = 300; ...
rwygand
- 1
- Opened on May 16, 2024
- #10
Hi, great work.
I m curious if it s possible to specify a network as a target. For example, I want to do an ARP scan of 192.168.0.1/24.
it looks like I d have to manually construct the host list in the ...
rwygand
- 2
- Opened on May 15, 2024
- #9
Hi.. I can t compile my code on Windows, but it compiles on Linux.. On Windows 11 the following error, where am I wrong?
Thanks Ric
C:\Users\ricca\Documents\GitHub\pistol_scanner_demo cargo run -q
error[E0599]: ...
Rickyc81
- 2
- Opened on Apr 20, 2024
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.