wikipoc-help



  • To view open port in windows machine, use below mention command in command prompt
                     netsh firewall show state
  • To run any process in background with output log
               nohup ./my-process.sh > out.log
  • To get info about file system 64/32 bit
               getconf LONG_BIT


      sudo lsof -i
      sudo netstat -lptu
      sudo netstat -tulpn


  • Wire shark filter
              ip.src==10.153.10.141 and ip.dst==10.153.10.170 and tcp.port eq 1605 

Comments

Popular Posts