User01_73r14r4ng Shell

Path : /sbin/
File Upload :
Current File : //sbin/routef

#! /bin/sh

if [ -z "$*" ] ; then
	exec ip -4 ro flush  scope global  type unicast
else
	echo "Usage: routef"
	echo
	echo "This script will flush the IPv4 routing table"
fi

User01_73r14r4ng Feat. xX404_N0T_F0uND! ©Copyright 2021