Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'pf'

1940832 - pf spamd fuzzing: pf spamd fuzz
  1. # rules for spamd(8)/mail
  2. table <spamd-white> persist
  3. table <nospamd> persist file "/etc/mail/nospamd"
  4. # spamd(8) gets fuzzing and we get to play ornery tricks on scanners
  5. pass in log on egress proto tcp              rdr-to 127.0.0.1 port spamd
  6. pass in     on egress proto tcp to port smtp rdr-to 127.0.0.1 port spamd queue mail
  7. pass in on egress proto tcp from <nospamd> to any port smtp queue mail
  8. pass in log on egress proto tcp from <spamd-white> to any port smtp queue mail
  9.  
1922564 - pfctl output on iOS 4.0: pf ios pfctl
  1. iPhone-4-RPW:~ root# uname -a
  2. Darwin iPhone-4-RPW 10.3.1 Darwin Kernel Version 10.3.1: Wed May 26 22:28:33 PDT 2010; root:xnu-1504.50.73~2/RELEASE_ARM_S5L8930X iPhone3,1 arm N90AP Darwin
  3. iPhone-4-RPW:~ root# /sbin/pfctl -s rules
  4. No ALTQ support in kernel
  5. ALTQ related functions disabled
  6. scrub on pdp_ip0 all fragment reassemble
  7. scrub on en1 all max-mss 1410 fragment reassemble
  8. scrub on en1 proto esp all fragment reassemble
  9.  
worth-right